Jan Metzger
Jan Metzger
This is more of a discussion thread, it would be cool to get some input of users 🙂 ID3v2.4.0 defines that text frames can have multiple values (seperated by 0x00)....
[Example file](https://www.mediafire.com/file/ltacgfx4bu1jm9t/TestingAudio.mp3/file). The cover image extracted using [mp3tag](https://www.mp3tag.de/en/) is [this file](https://user-images.githubusercontent.com/26751752/49341730-dcae6280-f651-11e8-958e-00a22294339d.png). I saw that release [v0.1.6](https://github.com/Zazama/node-id3/releases/tag/0.1.6) was related to ID3 v2.4, but according to @kbuffington, is ID3 v2.4 actually not...
Introduce a helper function to convert the keys of an object of tags to their raw conterpart. E.g. ```javascript { "album": "abc", "TBPM": "120" } ``` becomes ```javascript { "TALB":...
see for reference: https://github.com/DefinitelyTyped/DefinitelyTyped#editing-tests-on-an-existing-package
e.g. to allows simple promisification
Hello, first of all, thanks for the great app and support! I didn't use an issue template for this because I'm not sure how to categorize this one. When you...
**Is your feature request related to a problem? Please describe.** When you join a team task, a task will be created in your list. Locally, you can now change e.g....
This PR implements file streaming for reading files using the `NodeID3.read`, `NodeID3.write` (and update) function. By doing so, we support reading/writing big files and go easy on memory. - We...
- Removes unreachable ID3 Tag header validity check in the remove API, because an ID3 Tag is only found when its header is valid - Add tests for `NodeID3.removeTags` -...