Skip to content

Commit e72eb1f

Browse files
committed
Merge branch 'hotfix/v5.2.1' into develop
2 parents 0a5255d + 75dbfea commit e72eb1f

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ improved on the original TagLib, hence why this project exists.
1616

1717
## Supported Tagging Formats
1818
* [APE](http://wiki.hydrogenaud.io/index.php?title=APE_key): `AAC`, `APE`, `FLAC`, `M2A`, `MP1`, `MP2`, `MP3`
19+
* [Apple QuickTime/iTunes](https://developer.apple.com/documentation/quicktime-file-format/metadata_atoms_and_types) MPEG4: `M4A`, `M4B`, `M4P`, `M4V`, `MP4`
1920
* [ASF](https://docs.microsoft.com/en-us/windows/win32/wmformat/overview-of-the-asf-format): `ASF`, `WMA`, `WMV`
2021
* DIVX: `AVI`, `DIVX`, `WAV`
2122
* [ID3v1](https://id3.org/ID3v1): `AAC`, `FLAC`, `M2A`, `MP1`, `MP2`, `MP3`
@@ -34,6 +35,7 @@ improved on the original TagLib, hence why this project exists.
3435
* Matroska: `MK3D`, `MKA`, `MKS`, `MKV`
3536
* MPEG-1/2 Audio: `M2A`, `MP1`, `MP2`, `MP3`
3637
* MPEG-1/2 Video: `M2V`, `MPE`, `MPEG`, `MPG`, `MPV2`
38+
* MPEG4: `M4A`, `M4B`, `M4P`, `M4V`, `MP4`
3739
* Monkey's Audio: `APE`
3840
* Ogg: `OGA`, `OGG`, `OGV`, `OPUS`
3941
* Resource Interchange File Format (RIFF): `AVI`, `DIVX`, `WAV`

docs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ improved on the original TagLib, hence why this project exists.
1818

1919
## Supported Tagging Formats
2020
* [APE](http://wiki.hydrogenaud.io/index.php?title=APE_key): `AAC`, `APE`, `FLAC`, `M2A`, `MP1`, `MP2`, `MP3`
21+
* [Apple QuickTime/iTunes](https://developer.apple.com/documentation/quicktime-file-format/metadata_atoms_and_types) MPEG4: `M4A`, `M4B`, `M4P`, `M4V`, `MP4`
2122
* [ASF](https://docs.microsoft.com/en-us/windows/win32/wmformat/overview-of-the-asf-format): `ASF`, `WMA`, `WMV`
2223
* DIVX: `AVI`, `DIVX`, `WAV`
2324
* [ID3v1](https://id3.org/ID3v1): `AAC`, `FLAC`, `M2A`, `MP1`, `MP2`, `MP3`
@@ -36,6 +37,7 @@ improved on the original TagLib, hence why this project exists.
3637
* Matroska: `MK3D`, `MKA`, `MKS`, `MKV`
3738
* MPEG-1/2 Audio: `M2A`, `MP1`, `MP2`, `MP3`
3839
* MPEG-1/2 Video: `M2V`, `MPE`, `MPEG`, `MPG`, `MPV2`
40+
* MPEG4: `M4A`, `M4B`, `M4P`, `M4V`, `MP4`
3941
* Monkey's Audio: `APE`
4042
* Ogg: `OGA`, `OGG`, `OGV`, `OPUS`
4143
* Resource Interchange File Format (RIFF): `AVI`, `DIVX`, `WAV`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "node-taglib-sharp",
33
"description": "Read and write audio/video/picture tags using a similar interface to TagLib#",
4-
"version": "5.2.0",
4+
"version": "5.2.1",
55
"license": "LGPL-2.1-or-later",
66
"author": "Ben Russell <benrr101@outlook.com> (https://github.com/benrr101)",
77
"repository": "github:benrr101/node-taglib-sharp",

0 commit comments

Comments
 (0)