Add a format column to albums, tracks and allow for fetching lossless if album quality is not.

This commit is contained in:
Palli
2012-02-09 22:55:10 +00:00
parent 514844ec2d
commit 7a5e0b9f79
12 changed files with 164 additions and 49 deletions
+6 -1
View File
@@ -162,12 +162,17 @@ table#album_table th#albumname { text-align: center; min-width: 150px; }
table#album_table th#reldate { width: 175px; text-align: center; min-width: 100px; }
table#album_table th#status { width: 175px; text-align: center; min-width: 100px; }
table#album_table th#type { width: 175px; text-align: center; min-width: 100px; }
table#album_table th#bitrate { width: 175px; text-align: center; min-width: 60px; }
table#album_table th#albumformat { width: 175px; text-align: center; min-width: 60px; }
table#album_table td#select { vertical-align: middle; text-align: left; }
table#album_table td#albumart { vertical-align: middle; text-align: left; }
table#album_table td#albumname { vertical-align: middle; text-align: center; }
table#album_table td#reldate { vertical-align: middle; text-align: center; }
table#album_table td#status { vertical-align: middle; text-align: center; }
table#album_table td#status a#wantlossless { white-space: nowrap; }
table#album_table td#type { vertical-align: middle; text-align: center; }
table#album_table td#bitrate { vertical-align: middle; text-align: center; }
table#album_table td#albumformat { vertical-align: middle; text-align: center; }
table#album_table td#have { vertical-align: middle; }
img.albumArt { float: left; padding-right: 5px; }
@@ -295,4 +300,4 @@ div#shutdown{ text-align: center; vertical-align: middle; }
@page { margin: 0.5cm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3{ page-break-after: avoid; }
}
}