X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=data%2Fman%2Fmpd_sima.cfg.5.xml;h=fca2263ddd90ebec6efdd9ec96afe64237b121b6;hb=c4b03d0000f737b6db76bb82f7f4d680a5470f52;hp=3ddd9380115bd6d6c2f677e414bf1464dcd9204b;hpb=28745ed78f2c3020f35268e7609cf937c9fd5175;p=mpd-sima.git diff --git a/data/man/mpd_sima.cfg.5.xml b/data/man/mpd_sima.cfg.5.xml index 3ddd938..fca2263 100644 --- a/data/man/mpd_sima.cfg.5.xml +++ b/data/man/mpd_sima.cfg.5.xml @@ -129,8 +129,8 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ - Configure logging. log section + Configure logging. @@ -139,7 +139,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ - File to log to, usually in dæmon mode.Defaut + File to log to, usually in dæmon mode.Default (empty or unset) is to log to stdin/stdout. @@ -155,64 +155,107 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ - - sima section - This section allows you to tweak core &dhutils; configuration. + + Process daemonization + Configure process daemon. - - + + - - 8 + + - How far to look back in history to avoid to play - twice the same track/title (duration in - hours). + whether to daemonize process or not. - - 1 + + - This value triggers queue process if the queue - length is less than specified - queue_length. - - - - false - - Temporarily removed feature - + Where to store process ID. - &dhpackage;'s plugin management for internal source plugin - and contrib (ie. external plugins). Plugins list is a - comma separated string list. Optional plugin's - configuration lays in its own section.For instance a - "AwesomePlugin" declared here gets its configuration from the - corresponding section "[awesomeplugin]".internal plugins - will look for a section named after the lower-cased name of the - pluglin, ie. RandomFallBack → randomfallback. - + + + sima section + Core &dhutils; configuration. - - Crop, RandomFallBack, Lastfm - - and - are utilities plugins while is the - actual queue plugin. Another queue plugin is available as - a "techno preview", it relies on EchoNest web services, replace - with to try. - - - - - - - + + + + + + + + + + + + Lastfm, Random, Crop + + &dhpackage;'s plugin management for internal source plugin + and contrib (ie. external plugins). Plugins list is a + comma separated string list. Optional plugin's + configuration lays in its own section.For instance a + "AwesomePlugin" declared here gets its configuration from the + corresponding section "[awesomeplugin]". + + The default list of plugins to load at startup: ,,. + is an utility plugin, it does not queue any tracks (cf. below). + will queue a track at random if other plugins did not return any tracks. + + You can add here as many plugins you want, + currently shipping only. + The priority may be used to order them. + + + + + 8 + + How far to look back in history to avoid to play + twice the same track/title (duration in + hours). + The is also used to give priority to not recently played artists. + + + + + 2 + + Threshold value triggering queue process. + + + + true + + Use MusicBrainzIdentifier to search music (mainly + for artists). + Default is True, switch to False if you don't have + MusicBrainzIdentifier set for at least 80% of you + music library. Consider using these metadata as it + enhances a lot artist/album/tracks identification. + Use Picard to tag your file: . + + + + + true + + Prevent disabling queuing in repeat play mode. + + + + + true + + Prevent disabling queuing in single play mode. + + + + @@ -222,22 +265,30 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ - 0 + 10 How many played tracks to keep in the queue. - Allow to maintain a fixed length queue. - Set to 0 to keep all played tracks. + Allows you to maintain a fixed length queue. + Set to some negative integer to keep all played tracks. + + + + + 10 + + + Plugin priority - - RandomFallback section - RandomFallback plugin's configuration: - - + + Random section + Random plugin's configuration: + + - + sensible When no similar tracks are found, falling back to @@ -263,10 +314,18 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ + + 50 + + + Plugin priority + + + LastFm section - This section allows you to tweak LastFM plugin's configuration. + LastFM plugin's configuration. @@ -295,7 +354,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ How many artists to base on similar artists search. The first is the last played artist and so on back in the history. Highter depth - allows to get wider suggestions, it might help to + generates wider suggestions, it might help to reduce looping over same artists. @@ -335,6 +394,14 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ + + 100 + + + Plugin priority + + + @@ -381,10 +448,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ and avoid album where this tag is set with "Various Artists". If a single track within an album is found with AlbumArtists:"Various Artists" the complete album - is skipped and won't be queued. - It is planned to allow users to set the values of - AlbumArtists tag triggering this behaviour. cf. - feature request #2085 on the tracker. + is skipped and won't be queued.