tags - Get mp3 info from link with python -


i'm looking ways mp3 file's informations(such track lenght, title, album, ...) url, there way python 2.7 without downloading mp3?

mp3 data embedded in mp3 file:

class mp3fileinfo(fileinfo):     "store id3v1.0 mp3 tags"     tagdatamap = {"title" : ( 3, 33, stripnulls),     "artist" : ( 33, 63, stripnulls),     "album" : ( 63, 93, stripnulls),     "year" : ( 93, 97, stripnulls),     "comment" : ( 97, 126, stripnulls),     "genre" : (127, 128, ord)} 

Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -