+ ${next.headerIncludes()}
+
+ ${next.body()}
+ diff --git a/data/interfaces/lossless/album.html b/data/interfaces/lossless/album.html new file mode 100644 index 00000000..fc6643e5 --- /dev/null +++ b/data/interfaces/lossless/album.html @@ -0,0 +1,144 @@ +<%inherit file="base.html" /> +<%! + from headphones import db, helpers + myDB = db.DBConnection() +%> + +<%def name="headerIncludes()"> +
+ ${description['Summary']}
+ %endif +| # | +Track Title | +Duration | +Local File | +Bit Rate | +Format | +
|---|---|---|---|---|---|
| ${track['TrackNumber']} | +${track['TrackTitle']} | +${trackduration} | +${location} | +${bitrate} | +${format} | +
| ${track['TrackNumber']} | +${track['TrackTitle']} | +${duration} | +${track['Location']} | +${int(track['BitRate'])/1000} kbps | +${track['Format']} | +
+