Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extract id3 metadata from mp3s to display on tracks being played #8

Open
psenough opened this issue Sep 17, 2013 · 6 comments
Open

Comments

@psenough
Copy link
Contributor

No description provided.

@dazld
Copy link
Member

dazld commented Aug 5, 2014

dont think this is going to work unless the mp3s can be served with CORS headers, as the browser won't let us manipulate binary data that it deems unsafe.

@dazld
Copy link
Member

dazld commented Jan 19, 2015

could maybe proxy the requests for tracks somehow.. but would be a lot of bandwidth.

@psenough
Copy link
Contributor Author

technically speaking we could do a script to process them all, store the metadata somewhere in local files and then only use those. save the bandwidth. and keeping that in mind i guess it doesn't need to be an online process at all, could just run a script on local directories of the releases

@dazld
Copy link
Member

dazld commented Jan 20, 2015

could also do that, might be a lot more data to send with the rest of the bundle though.

@psenough
Copy link
Contributor Author

did a little googling for javascript id3 extractors, there are a few options around:
https://github.com/43081j/id3
https://github.com/aadsm/JavaScript-ID3-Reader
just a matter of trying to integrate it with the player somehow

@dazld
Copy link
Member

dazld commented Jan 22, 2015

yeah, they all depend on the data being served with CORS headers, or you can't do binary stuffs on them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants