BaN4NaJ0e / webDJ

vote songs via webinterface
https://picasaweb.google.com/100455256230472606954/WebDJ?authuser=0&feat=directlink
3 stars 0 forks source link

backslash / in artist or album name will crash createMusicLib.py #8

Closed BaN4NaJ0e closed 13 years ago

BaN4NaJ0e commented 13 years ago

albumartpath = "images/"+tag.getArtist() +"_" +tag.getAlbum() +".jpg"

will get fucked up if the tag,X is a string with a "/" in album artist name

BaN4NaJ0e commented 13 years ago

fixed