From: Jean-Philippe Orsini Date: Sun, 17 Jan 2016 22:51:13 +0000 (+0100) Subject: use datatables.net X-Git-Url: http://git.wpitchoune.net/gitweb/?p=radio.git;a=commitdiff_plain;h=9d21881db0a783f008952b5372e34b0fce08f005 use datatables.net --- 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