X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=data%2Fman%2Fmpd_sima.cfg.5.xml;h=360d5f4fc3c4fcdccbf45dbbc35f5c1e2dfb7625;hb=b60610b17d7affe1ab6c88687b144276874945a4;hp=c790928a80dc8209ae9024cf8eefbc9eaef07171;hpb=2e12fc88352c4538a463b3fb02611eca3f601d5a;p=mpd-sima.git diff --git a/data/man/mpd_sima.cfg.5.xml b/data/man/mpd_sima.cfg.5.xml index c790928..360d5f4 100644 --- a/data/man/mpd_sima.cfg.5.xml +++ b/data/man/mpd_sima.cfg.5.xml @@ -425,22 +425,67 @@ 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 base on genre tags of tracks in the queue. + + + + + 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 + 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. + and . 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 ORed. + 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 @@ -449,6 +494,22 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ + + 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. + + @@ -467,6 +528,9 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ + + + 80 @@ -481,6 +545,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. + +