forked from len0rd/rockbox
Add support for parsing the disc number tag from metadata and use of it in the database. Patch originally from FS#4961 with some minor tweaks by me.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14154 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1fbf847eed
commit
f4a61f0c4a
15 changed files with 92 additions and 19 deletions
|
|
@ -6,6 +6,7 @@
|
|||
# get overwritten automatically.
|
||||
|
||||
# Basic format declarations
|
||||
%format "fmt_title" "%d.%02d. %s" discnum tracknum title ? discnum > "0"
|
||||
%format "fmt_title" "%02d. %s - %02d:%02d" tracknum title Lm Ls ? tracknum > "0"
|
||||
%format "fmt_title" "%s - %02d:%02d" title Lm Ls
|
||||
%format "fmt_mostplayed" "%2d|%3d %s (%s)" playcount autoscore title artist %sort = "inverse" %limit = "100"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue