X-Git-Url: https://git.wpitchoune.net/gitweb/?p=radio.git;a=blobdiff_plain;f=mp3tohtml.py;h=c4432f0d8e5e34b5863ba8f08369a95a1371c04e;hp=eb4cc5eb7f047192fe64203e32fe59cb6f78f3a5;hb=9d21881db0a783f008952b5372e34b0fce08f005;hpb=2636685eeffb77257845fe36061362e3352fcb6f diff --git a/mp3tohtml.py b/mp3tohtml.py index eb4cc5e..c4432f0 100755 --- a/mp3tohtml.py +++ b/mp3tohtml.py @@ -9,10 +9,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