MetaTag
From IRCBotWiki
What is MetaTag?
MetaTag is a library for reading and writing various auto metadata tags such as ID3v1/2, Ogg tags, etc.
Compatibility
| Tagging system | Versions | Supports Read | Supports Write |
|---|---|---|---|
| ID3v1 | 1.0-1.1 | Yes | Yes |
| ID3v2 | 2.2-2.3 | Yes | Planned |
| Ogg | 0.0 | Planned | Planned |
| Lyrics3 | N/A | No | No |
| Unicode Support: | Yes, full native Unicode support. All strings internally use UTF16-LE. |
|---|
| Operating System: | Win32 | Win64 Native | Linux/Unix | FreeBSD |
|---|---|---|---|---|
| Supported: | Yes | No | Yes | No |
Known Incompatibilities
ID3v2 does not support any kind of encryptions. Lists (x/y) will be retrieved as such, any null-terminated lists will only return the first item. If a (NUM) is found, the genre returned will be the ID3v1 genre with that number, otherwise it will return whatever text is in there.
