X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=mp3tohtml.py;h=eb4cc5eb7f047192fe64203e32fe59cb6f78f3a5;hb=2636685eeffb77257845fe36061362e3352fcb6f;hp=d2e452900a5716295ed089fa30e129dba268ea59;hpb=29f33cb3d47103711ef77842932663ee040260b7;p=radio.git diff --git a/mp3tohtml.py b/mp3tohtml.py index d2e4529..eb4cc5e 100755 --- a/mp3tohtml.py +++ b/mp3tohtml.py @@ -21,7 +21,7 @@ for f in files: print "\t" try: - artist = tag.getArtist().decode('utf-8') + artist = tag.getArtist() print "\t\t" + artist + "" except UnicodeEncodeError: print "\t\t"