JavaScript-ID3-Reader
JavaScript-ID3-Reader copied to clipboard
ID3 tags reader in JavaScript (ID3v1, ID3v2 and AAC)
I have an mp3 file ->https://puu.sh/xk1we/e62d34886e.mp3 i try to load tags, and get it and this is my result ----------- { "version": "2.3.0", "major": 3, "revision": 0, "flags": { "unsynchronisation":...
I am trying to fetch all tags data like album name, artist, song image etc from amazon server. Here is one URL of song that I am passing https://s3.amazonaws.com/clueradiomedia/music/%24uicideBoy%24/Either%20Hated%20Or%20Ignored%20-%20Single/Either%20Hated%20Or%20Ignored.mp3 var...
https://github.com/aadsm/jsmediatags/issues/39 Issue already reported in the above link. Filing for this API
Hi António, Do you know if it's possible to decode the ID3 from a stream? We plan to use the Web Audio API to decode the metadata but I don't...
More useful to return unknown data when parsing frames, rather than "undefined".
I am having difficulty implementing your js library in an IIS/ASP.NET environment. Currently, I am doing prototyping on a local instance of IIS Express and when I try to pull...
Hi! I was trying to use this library inside a web worker, since there might be a lot of files to parse in my case. But I found a reference...
Need add ID3v2.readSynchsafeInteger32At = readSynchsafeInteger32At; in ID3v2
This is my pull request. However there are some files that you shouldn't accept (I made them for personal use and don't know now how to separate for pull request)....
hey there! I've been going over what your doing and im a bit confused as to what kind of data the ID3 class is expecting. for example, ive got a...