X-Git-Url: http://git.wpitchoune.net/gitweb/?p=radio.git;a=blobdiff_plain;f=mp3tohtml.py;h=0dcfaf79b39e375fa60d09733adbee1e9f7c0b7b;hp=eb4cc5eb7f047192fe64203e32fe59cb6f78f3a5;hb=2e8198dc3b5d3e0d645b8fa402f2e6ce42ac5ee8;hpb=2636685eeffb77257845fe36061362e3352fcb6f diff --git a/mp3tohtml.py b/mp3tohtml.py index eb4cc5e..0dcfaf7 100755 --- a/mp3tohtml.py +++ b/mp3tohtml.py @@ -1,5 +1,7 @@ #!/usr/bin/python +# mp3tohtml.py + import glob import sys import eyeD3 @@ -9,10 +11,22 @@ if len(sys.argv) != 2: files = glob.glob(sys.argv[1] + "/**/*mp3") -print "List of songs" +print "" +print "" +print "List of songs" + +print " " +print "" +print " " +print "" +print "" + print "

List of songs

" -print "" +print "
" +print "" for f in files: tag = eyeD3.Tag()
ArtistAlbumTitleComments