Quoting dennisd <[EMAIL PROTECTED]>:

Uninstalled 6.3.1 and installed 6.5 9-4 Beta. Under Formating,
the Default (Current) is DISC-TRACKNUM. TITLE (the second selection).
TITLE is the first selection and is not selected by default. It is no
mater to me, just slightly different from what you said.

sorry, yes.  I stand corrected.

From Player\Client.pm, %defaultPrefs:

        'titleFormat'      => [5, 1, 3, 6],
        'titleFormatCurr'  => 1,

This means, index 1 is the current title format for a new client, when no prefs exist. This then means, format 1. If we now look in Slim\Utils\Prefs.pm:

                'titleFormat'           => [
                        'TITLE',
                        'DISC-TRACKNUM. TITLE',
                        'TRACKNUM. TITLE',
                        'TRACKNUM. ARTIST - TITLE',
                        'TRACKNUM. TITLE (ARTIST)',
                        'TRACKNUM. TITLE - ARTIST - ALBUM',
                        'FILE.EXT',
                        'TRACKNUM. TITLE from ALBUM by ARTIST',
                        'TITLE (ARTIST)',
                        'ARTIST - TITLE'
                ],

However, if your tracks have clean tags, then anything with TITLE should display just fine. Having just TRACKNUM showing up would indicate something wrong with your tags. Defaulting to TRACKNUM. TITLE - ARTIST - ALBUM would really just offer more potential for bad info when bad tags exist.

There are a couple of open bug reports related to upgrading, losing/missing prefs, etc. http://bugs.slimdevices.com

-kdf
_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/beta

Reply via email to