From 9d21881db0a783f008952b5372e34b0fce08f005 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Sun, 17 Jan 2016 23:51:13 +0100 Subject: [PATCH] use datatables.net --- mp3tohtml.py | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) 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() -- 2.7.4
ArtistAlbumTitleComments