Add a new force_sort_criteria option, to globally override the SortCriteria value sent by the client.
This commit is contained in:
@ -12,7 +12,7 @@ configuration file.
|
||||
|
||||
.SH OPTIONS
|
||||
.PP
|
||||
The following are user configurable options in /etc/minidlna.conf
|
||||
The following are user configurable options in /etc/minidlna.conf.
|
||||
minidlna runs by default as user nobody, so make sure system permissions are
|
||||
set correctly for read access to media and write access to cache and log dirs.
|
||||
|
||||
@ -132,7 +132,7 @@ to automatically discover new files. Set to 'no' to disable inotify.
|
||||
|
||||
.IP "\fBalbum_art_names\fP"
|
||||
This should be a list of file names to check for when searching for album art
|
||||
and names should be delimited with a forward slash ("/")
|
||||
and names should be delimited with a forward slash ("/").
|
||||
.nf
|
||||
|
||||
Example
|
||||
@ -158,6 +158,15 @@ The possible values are:
|
||||
"Music/Folders" will be used as root container and you wont see Videos.
|
||||
.fi
|
||||
|
||||
.IP "\fBforce_sort_criteria\fP"
|
||||
Always force SortCriteria to this value, regardless of the SortCriteria passed by the client.
|
||||
.nf
|
||||
|
||||
Example
|
||||
force_sort_criteria=+upnp:class,+upnp:originalTrackNumber,+dc:title
|
||||
|
||||
.fi
|
||||
|
||||
|
||||
|
||||
.SH VERSION
|
||||
|
Reference in New Issue
Block a user