Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Rockbox Ports are now being developed for various digital audio players!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Audio Playback, Database and Playlists
| | |-+  Sansa Fuze and Album Discnumber Sortorder
« previous next »
  • Print
Pages: [1]

Author Topic: Sansa Fuze and Album Discnumber Sortorder  (Read 1099 times)

Offline p-mobde

  • Member
  • *
  • Posts: 4
Sansa Fuze and Album Discnumber Sortorder
« on: July 08, 2011, 12:12:33 PM »
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)
Logged

Offline sideral

  • Developer
  • Member
  • *
  • Posts: 48
Re: Sansa Fuze and Album Discnumber Sortorder
« Reply #1 on: July 08, 2011, 02:51:48 PM »
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.
Logged

Offline p-mobde

  • Member
  • *
  • Posts: 4
Re: Sansa Fuze and Album Discnumber Sortorder
« Reply #2 on: July 08, 2011, 03:38:00 PM »
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?  ???
Logged

Offline sideral

  • Developer
  • Member
  • *
  • Posts: 48
Re: Sansa Fuze and Album Discnumber Sortorder
« Reply #3 on: July 09, 2011, 07:39:07 AM »
In the first of the three %format lines, replace the
Code: [Select]
%d.%02d
at the beginning with:
Code: [Select]
%02d.%03d
Logged

Offline p-mobde

  • Member
  • *
  • Posts: 4
Re: Sansa Fuze and Album Discnumber Sortorder
« Reply #4 on: July 09, 2011, 09:01:48 AM »
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
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Audio Playback, Database and Playlists
| | |-+  Sansa Fuze and Album Discnumber Sortorder
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.066 seconds with 15 queries.