X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=data%2Fman%2Fmpd_sima.cfg.5.xml;h=71189d4c52b5ef078906c771c77dbf1a7f646928;hb=0bca6ee3dd5a5426c985e85e0e50fac77e4ec8f1;hp=cb6f47dcc0717f4ee7bece2442ae85b7a3f79b43;hpb=14a769add6d435a7ad7db4d36074dc79511af4e3;p=mpd-sima.git diff --git a/data/man/mpd_sima.cfg.5.xml b/data/man/mpd_sima.cfg.5.xml index cb6f47d..71189d4 100644 --- a/data/man/mpd_sima.cfg.5.xml +++ b/data/man/mpd_sima.cfg.5.xml @@ -57,8 +57,8 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ &dhutils; - &dhpackage; will try to maintain some titles ahead in your play - list following different policies. This manual document the + &dhpackage; will try to maintain some titles ahead in the queue + following different policies. This manual document the configuration file for &dhpackage;. @@ -129,8 +129,8 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ - Configure logging. log section + Configure logging. @@ -155,65 +155,95 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ + + Process daemonization + Configure process daemon. + + + + + + + + + whether to daemonize process or not. + + + + + + Where to store process ID. + + + + sima section - This section allows you to tweak core &dhutils; configuration. + Core &dhutils; configuration. - - 8 + + + - How far to look back in history to avoid to play - twice the same track/title (duration in - hours). + - - 1 + + Lastfm, Random, Crop - This value triggers queue process if the play - list length is less than specified - queue_length. + &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 and + only. + The priority may be used to order them. + - - false + + 8 - Temporarily removed feature - + 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. + - - &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. - - - - Crop, RandomFallBack, Lastfm + + 2 - 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. + 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: . + + Crop section @@ -224,20 +254,28 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ 0 - How many played tracks to keep in the play list. - Allow to maintain a fixed length play list. + How many played tracks to keep in the queue. + Allows you to maintain a fixed length queue. Set to 0 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 +301,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 +341,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,13 +381,54 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ + + 100 + + + Plugin priority + + + + + + + EchoNest section + EchoNest plugin's configuration. + Options for EchoNest are exactly the same as LastFm (same + default as well), except for cache plugin which is always + needed to limit number of requests to the service. + + + + + + track + + + 10 + + + 1 + + + false + + + 1 + + + 1 + + + 100 + QUEUE MODES &dhpackage; offers different queue modes. All of them pick up - tracks from artists similar to the one currently played. + tracks from artists similar to the last track in the queue. &dhpackage; tries preferably to chose among unplayed artists or at least not recently played artist. Concerning track and album queue modes titles are chosen purely at random among unplayed @@ -381,10 +468,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.