Skip to content

Commit 4e916fd

Browse files
committed
Merge branch 'release/v4.0.0'
2 parents e2fc766 + 0daa77b commit 4e916fd

179 files changed

Lines changed: 19760 additions & 5442 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,21 @@ is substantially lacking in the variety of media formats that can be handled. Ta
1515
improved on the original TagLib, hence why this project exists.
1616

1717
## Supported Tagging Formats
18-
* [APE](http://wiki.hydrogenaud.io/index.php?title=APE_key): `AAC`, `APE`, `M2A`, `MP1`, `MP2`, `MP3`
18+
* [APE](http://wiki.hydrogenaud.io/index.php?title=APE_key): `AAC`, `APE`, `FLAC`, `M2A`, `MP1`, `MP2`, `MP3`
1919
* [ASF](https://docs.microsoft.com/en-us/windows/win32/wmformat/overview-of-the-asf-format): `ASF`, `WMA`, `WMV`
20-
* DIVX: `AVI`, `DIVX`
21-
* [ID3v1](https://id3.org/ID3v1): `AAC`, `M2A`, `MP1`, `MP2`, `MP3`
22-
* [ID3v2](https://id3.org/Developer%20Information): `AAC`, `AIF`, `AIFF`, `M2A`, `MP1`, `MP2`, `MP3`
20+
* DIVX: `AVI`, `DIVX`, `WAV`
21+
* [ID3v1](https://id3.org/ID3v1): `AAC`, `FLAC`, `M2A`, `MP1`, `MP2`, `MP3`
22+
* [ID3v2](https://id3.org/Developer%20Information): `AAC`, `AIF`, `AIFF`, `AVI`, `DIVX`, `FLAC`, `M2A`, `MP1`, `MP2`, `MP3`, `WAV`
23+
* MovieID: `AVI`, `DIVX`, `WAV`
2324
* [RIFF Info](https://www.exiftool.org/TagNames/RIFF.html#Info): `AVI`, `DIVX`, `WAV`
25+
* [Xiph Comment](https://www.xiph.org/vorbis/doc/v-comment.html): `FLAC`
2426
* ... More coming soon
2527

2628
## Supported File Formats
2729
* Advanced Audio Codec (AAC): `AAC`
2830
* Advanced Systems Format (ASF): `ASF`, `WMA`, `WMV`
2931
* Audio Interchange Format (AIFF): `AIF`, `AIFF`
32+
* Free Lossless Audio Codec (FLAC): `FLAC`
3033
* MPEG-1/2 Audio: `M2A`, `MP1`, `MP2`, `MP3`
3134
* MPEG-1/2 Video: `M2V`, `MPE`, `MPEG`, `MPG`, `MPV2`
3235
* Monkey's Audio: `APE`
@@ -83,4 +86,3 @@ myFile.dispose();
8386
`integer` types for position arguments, which safely goes up to `2^52 - 1`. Node 15 supports
8487
`number` or `biginteger` for position arguments which would increase supported sizes to 64-bit
8588
integers. Please create issue if this is a blocker.
86-

docs/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,21 @@ is substantially lacking in the variety of media formats that can be handled. Ta
1717
improved on the original TagLib, hence why this project exists.
1818

1919
## Supported Tagging Formats
20-
* [APE](http://wiki.hydrogenaud.io/index.php?title=APE_key): `AAC`, `APE`, `M2A`, `MP1`, `MP2`, `MP3`
20+
* [APE](http://wiki.hydrogenaud.io/index.php?title=APE_key): `AAC`, `APE`, `FLAC`, `M2A`, `MP1`, `MP2`, `MP3`
2121
* [ASF](https://docs.microsoft.com/en-us/windows/win32/wmformat/overview-of-the-asf-format): `ASF`, `WMA`, `WMV`
22-
* DIVX: `AVI`, `DIVX`
23-
* [ID3v1](https://id3.org/ID3v1): `AAC`, `M2A`, `MP1`, `MP2`, `MP3`
24-
* [ID3v2](https://id3.org/Developer%20Information): `AAC`, `AIF`, `AIFF`, `M2A`, `MP1`, `MP2`, `MP3`
22+
* DIVX: `AVI`, `DIVX`, `WAV`
23+
* [ID3v1](https://id3.org/ID3v1): `AAC`, `FLAC`, `M2A`, `MP1`, `MP2`, `MP3`
24+
* [ID3v2](https://id3.org/Developer%20Information): `AAC`, `AIF`, `AIFF`, `AVI`, `DIVX`, `FLAC`, `M2A`, `MP1`, `MP2`, `MP3`, `WAV`
25+
* MovieID: `AVI`, `DIVX`, `WAV`
2526
* [RIFF Info](https://www.exiftool.org/TagNames/RIFF.html#Info): `AVI`, `DIVX`, `WAV`
27+
* [Xiph Comment](https://www.xiph.org/vorbis/doc/v-comment.html): `FLAC`
2628
* ... More coming soon
2729

2830
## Supported File Formats
2931
* Advanced Audio Codec (AAC): `AAC`
3032
* Advanced Systems Format (ASF): `ASF`, `WMA`, `WMV`
3133
* Audio Interchange Format (AIFF): `AIF`, `AIFF`
34+
* Free Lossless Audio Codec (FLAC): `FLAC`
3235
* MPEG-1/2 Audio: `M2A`, `MP1`, `MP2`, `MP3`
3336
* MPEG-1/2 Video: `M2V`, `MPE`, `MPEG`, `MPG`, `MPV2`
3437
* Monkey's Audio: `APE`

0 commit comments

Comments
 (0)