]> kaliko git repositories - mpd-sima.git/history - sima/utils
doc: Add reference to "Configuration examples"
[mpd-sima.git] / sima / utils /
2021-11-23 kalikoSet max_art default value to 20
2021-11-16 kalikoFixed help message typo
2021-11-16 kalikoMore robust Tags plugin MPD filter configuration
2021-11-16 kalikoCleanup code
2021-11-16 kalikoRevert previous refactoring around Exceptions
2021-11-07 kalikoCheck Tags config onmy when it is configured as interna...
2021-10-02 kalikoMainly use literal for list/dict and f-strings when...
2021-10-02 kalikoBig cleanup, pyling warning, style, error
2021-10-02 kalikoSome refactoring around Exceptions
2021-10-01 kalikoClean some linter warnings and errors
2021-09-30 kalikoAdd more info in crash report (Closes #56)
2021-07-04 kalikoCleanup Exceptions
2021-06-08 kalikoPlayerError inherit from MPDError instead of plain...
2021-06-02 kalikoArtist object changes
2021-05-09 kalikoAdd blocklist commands, remove simadb_cli
2021-05-07 kalikoUse os.getenv instead of os.environ.get
2021-05-07 kalikoAdd abstract unix socket support for MPD connection
2021-05-05 kalikoUpdate file access controls
2021-05-05 kalikoFixed crash when setting XDG_CONFIG_HOME (closes #50)
2021-04-28 kalikoRemoved obsolete CLI options
2021-04-23 kalikoAdd new command purge-history
2021-04-23 kalikoAesthetic changes in usage messages
2021-04-22 kalikoAdd new command (closes #43)
2021-04-21 kalikoDefault config definition more consistent
2021-04-19 kalikoAdd Genre plugin
2020-12-22 kalikoCleanup linter warnings
2020-12-17 kalikoAdd album queue mode to Tags plugin
2020-12-15 kalikoAdd test-tags-config helper
2020-12-15 kalikoSome style formating
2020-12-15 kalikoAdd missing default config options for Tags
2020-12-15 kalikoTags plugin configuration check and test
2020-12-14 kalikoDocument new offline autoqueue plugin based on file...
2020-12-14 kalikoControls MPD protocol version (need 0.21 at least for...
2020-12-12 kalikoAdd a PluginConfException
2020-12-12 kalikoFixed code smell
2020-05-15 kalikoGet rid of inefficient log string formatting
2020-05-11 kalikoUpdate copyright
2019-11-03 kalikoAdd options for album mode (closes #28) issue_28
2019-03-19 kalikoFixed mopidy compatibility implementation (Closes #21) 0.15.1
2018-05-07 kalikoHonor MPC password/host format on command line option...
2017-11-21 kalikoAdd option to prevent single|repeat to disable queuing...
2017-11-21 kalikoRemove EchoNest support (Closes #10)
2015-10-17 kalikoCode convention clean up (pylint)
2015-09-20 kalikoNow use "var-dir" as option name
2015-09-19 kalikoCreate ~/.{config,local/share} directories if needed...
2015-02-15 kalikoSome cleanup, CLI/bash completion/Doc improvements
2015-02-12 kalikoAdd option to generate config on stdout
2015-02-09 kalikoRework 6538573, actually fixes the issue
2015-02-08 kalikoUpdate manuals
2015-02-05 kalikoAdd priority to plugins
2015-01-28 kalikoImproved CLI error handling
2015-01-28 kalikoHuge clean-up
2015-01-28 kalikoFix default conf file name, revert to previous name
2014-12-09 kalikoNew option to disable use of mbid
2014-06-28 kalikoAesthetics changes
2014-06-27 kalikoBetter file access controls
2014-06-26 kalikoControls file access for config provided path
2014-06-15 kalikoImproved log handling
2014-06-10 kalikoFixed var_dir cli overriding (regression)
2014-03-02 kaliko jackOptional persistent cache for last.fm
2014-02-21 kalikoMigrate simafm to persistent http caching
2014-02-21 kalikoIntegrate persistent cache with "var_dir" conf option
2014-02-20 kalikoSimplified config handling.
2014-02-17 kalikoFixed blacklisting in track mode
2014-02-15 kalikoSome clean-up (pylint audit)
2014-02-14 kalikoImproved RandomFallBack and update documentation
2014-02-11 kalikoAdd copyright headers & clean-up
2014-02-09 kalikoRefactored lastfm/echonest webservices
2014-02-08 kalikoIntegrate dynamic option in echonest plugin
2014-02-08 kalikoFetch as much as possible from echonest
2014-02-08 kalikoAdd echonest plugin
2014-02-08 kalikoUse requests in lastfm module
2014-02-08 kalikoMove Cache & Throttle to utils
2014-02-02 kalikoMove back to mpd_sima as dirname (config, cache)
2014-01-26 kalikoPlain api keys obfuscation
2014-01-14 kalikoFix help message for --log-level
2013-12-23 kalikoCatches SIGHUP/SIGUSR1 to trigger conf reload
2013-12-07 kalikoAdd sima.plugins.core name space for core plugins
2013-12-01 kalikoAvoid randomizing in album queue mode
2013-12-01 kalikoAllow choosing internal plugins from config file
2013-11-03 kalikoFixed a syntax error, shame on me /o\
2013-11-02 kalikoFixed prog name
2013-10-21 kalikoEnable file logging (cli and conf file
2013-10-10 kalikoSimplified configuration manager (db_file's no longer...
2013-10-03 kalikoRandom fallback plugin, honoring MPD/host, more robust...
2013-09-30 kalikoHuge commit… Running last.fm track mode
2013-09-28 kalikoAdd handling of external plugins
2013-09-23 kalikoAdd SimaDB and deal with history
2013-09-22 kalikoAdd conf management and cli parsing