Support and General Use > Audio Playback, Database and Playlists
Sansa Fuze and Album Discnumber Sortorder
(1/1)
p-mobde:
I bought a Sansa Fuze a few days ago and put Rockbox 3.9 on it. Works very good so far.
But one thing is not working correct!
If I have many multi disc albums where the discnumber tag is set Rockbox sorts the discs not in the correct order.
The order should be: 1,2,3,4,5,6,7,8,9,10,11 and so on.
But Rockbox sorts like this: 1,10,11,2,3,4,5,6,8,9.
You can simply reproduce it by tagging 4 mp3 files with the same album name, and put one track to discnumber 1, the other to 10. Then one track with discnumber 2, and one with discnumber 20.
You will get the following order on Rockbox: 1,10,2,20.
Hope this can be corrected. On audiobooks with many discs this is very annoying.
(excuse my bad english, its not my native language)
sideral:
This is a known issue that fortunately has a workaround. Please have a look here:
http://www.rockbox.org/wiki/DataBase#FAQ
This will be fixed in a more generic fashion (without requiring user configuration) in a future release.
p-mobde:
Thanks for the reply. But the config file is not like described in the faq. And it is a bit "cryptic" to understand for me.
My config file looks like this:
# Basic format declarations
%format "fmt_title" "%d.%02d. %s - %02d:%02d" discnum tracknum title Lm Ls ? discnum > "0"
%format "fmt_title" "%02d. %s - %02d:%02d" tracknum title Lm Ls ? tracknum > "0"
%format "fmt_title" "%s - %02d:%02d" title Lm Ls
...
What do I have to change? ???
sideral:
In the first of the three %format lines, replace the
--- Code: ---%d.%02d
--- End code ---
at the beginning with:
--- Code: ---%02d.%03d
--- End code ---
p-mobde:
Perfect! Thanks a lot. Works fine. If the USB Issue will be fixed in the next releases for the FuzeV2 this will be the perfect MP3 Player.
;D
Navigation
[0] Message Index
Go to full version