X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=data%2Fman%2Fmpd_sima.cfg.5.xml;h=c8efb9672061f40688828f32ba774d75a1fb2f82;hb=9f19e8e14b600246881825e657758fdb5eb5b846;hp=149087f8a2a36243215ba6e2903e0b887d578afb;hpb=2bdb311df29a1524223c606e52c72d0524ed6bda;p=mpd-sima.git diff --git a/data/man/mpd_sima.cfg.5.xml b/data/man/mpd_sima.cfg.5.xml index 149087f..c8efb96 100644 --- a/data/man/mpd_sima.cfg.5.xml +++ b/data/man/mpd_sima.cfg.5.xml @@ -289,6 +289,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ Random section + When no similar tracks are found, falling back to random queuing. Random plugin's configuration: @@ -302,12 +303,10 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ sensible - When no similar tracks are found, falling back to - random queuing. Different mode, aka random flavour, + Different mode, aka random flavour, are available: pure, sensible, - genre. pure, pure random choice, even among recently played track. @@ -317,10 +316,6 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ sensible, use play history to filter chosen tracks. - - genre, Not implemented yet. - - @@ -410,7 +405,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ cache.When set to "true", sima will use a persistent cache for its http client. The cache is written along with the dbfile in: - $XDG_CONFIG_HOME/mpd_sima/http/WEB_SERVICE. + $XDG_DATA_HOME/mpd_sima/http/WEB_SERVICE. If set to "false", caching is still done but in memory. @@ -425,32 +420,91 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ + + Genre section + Genre plugin's configuration. + This plugin permits offline autoqueuing based on files genre tag only. + It will try to queue tracks with similar genres (track's genre being read from tags). + + + + + track + + Queue mode to use among + track, + album (see for info about queue modes). + + + + false + + Prevent from queueing a track from the same album + (it often happens with OST). + Only relevant in "track" queue mode. + + + + 80 + + + Plugin priority + + + + + 1 + + How many track(s) to add. + + + + 1 + + How many album(s) to add. Only relevant in + queue mode. + + + Tags section - Tags plugin's configuration. There is no default configuration for this plugin, it does not work out of the box. - - This plugin permits offline autoqueuing based on files tags only. Supported tags are - , , , and - . It currently supports single track queuing only, no album mode for this plugin. - - - In addition to supported tags above you can use an MPD filter. Please refer to MPD protocol documentation for more. - - - All entries in this section are ANDed as a single MPD filter to look for titles - in the library. Moreover, with tags, comma separated values are also ANDed. + Tags plugin's configuration. There is no default configuration for this plugin, + it does not work out of the box. + This plugin permits offline autoqueuing based on files tags only. Supported tags are + , , , + and . + In addition to supported tags above you can use an MPD filter. Please refer to + MPD protocol documentation for more. + All tag entries in this section are ANDed as a single MPD filter to look for titles + in the library. Moreover, for each tags, comma separated values are also ORed. For instance setting "" and "" will end up looking for track tagged with genre - and date within 1985 through 1990. + and date within 1982 through 1989. Using an MPD filter to replace you can achieve the same with the following setting: "" and - "" (provided your MPD server + "" (provided your MPD server was compiled with libpcre). + + track + + Queue mode to use among + track, + album (see for info about queue modes). + + + + false + + Prevent from queueing a track from the same album + (it often happens with OST). + Only relevant in "track" queue mode. + + @@ -469,6 +523,9 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ + + + 80 @@ -483,6 +540,13 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ How many track(s) to add. + + 1 + + How many album(s) to add. Only relevant in + queue mode. + +