aadsm / JavaScript-ID3-Reader

ID3 tags reader in JavaScript (ID3v1, ID3v2 and AAC)

Home Page:http://www.aadsm.net/libraries/id3/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TagLib for nodejs

Roland1975 opened this issue · comments

Hi Antonio,

I found out by accident TagLib as module for nodejs: https://github.com/nikhilm/node-taglib

Strangely it doesn't appear as result if you google "nodejs mp3".

With your ID3 Reader lib that matches browser and the nodejs module mentioned above I think we have everything we could need :)

Can we continue this discussion here #16 ? It's just easier to manage the issue list :-)

I see what you mean, but I would prefer to stick to a 100% JS version. I do have plans to build a nodejs data reader, but I'm currently working at a startup so my time is really limited for the moment. I try to fix issues with the current code as much as I can but I haven't forgotten about node though.

I'm not really satisfied with the current architecture, I would prefer to spend a bit more time and do a overhaul but yeah, I guess that if I can pull something up for the meanwhile that would probably be preferred.