X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=mp3tohtml.py;h=0dcfaf79b39e375fa60d09733adbee1e9f7c0b7b;hb=6dbd39ca415a463302910ee2391be62fb23f2dd1;hp=eb4cc5eb7f047192fe64203e32fe59cb6f78f3a5;hpb=2636685eeffb77257845fe36061362e3352fcb6f;p=radio.git 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