Skip to content

Commit 0daa77b

Browse files
committed
Docs update
1 parent 58b2a93 commit 0daa77b

38 files changed

Lines changed: 7584 additions & 2050 deletions

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)