]> kaliko git repositories - mpd-sima.git/history - sima/lib/plugin.py
Cleanup PlayerError exception wrapper
[mpd-sima.git] / sima / lib / plugin.py
2022-01-21 kalikoCleanup plugin class
2021-10-02 kalikoMainly use literal for list/dict and f-strings when...
2021-06-17 kalikoRemove to_add attibute
2021-06-08 kalikoBetter debug message, complete a comment
2021-06-07 kalikoUse Track Album attribute to avoid missing album name
2021-06-03 kalikoImproved filter_track plugin method
2021-05-05 kalikoUpdate simadb API
2021-02-19 kalikoSome cleanup in log, get messages more uniform across...
2021-02-19 kalikoFixed plugin album_candidate method, missing loop break
2021-02-05 kalikoFixed crashes with untagged title (closes #40)
2020-12-22 kalikoCleanup linter warnings
2020-12-21 kalikoUniform use of MetaContainer
2020-12-20 kalikoFixed issues in reorg and album_candidate
2020-12-18 kalikoMajor refactoring of Plugin class
2020-12-17 kalikoAdd album queue mode to Tags plugin
2020-12-14 kalikoFixed typo
2020-05-15 kalikoGet rid of inefficient log string formatting
2020-05-11 kalikoUpdate copyright
2015-10-17 kalikoCode convention clean up (pylint)
2015-02-05 kalikoAdd priority to plugins
2015-01-29 kalikoSome more clean-up
2014-06-20 kalikoUpdate Changelog
2014-06-20 kalikoPlugins init call happen before player is connected
2014-06-16 kalikoUse client2client to detect other instance
2014-03-02 kaliko jackFixed typo in randomfallback
2014-02-15 kalikoSome clean-up (pylint audit)
2013-12-08 kalikoImplement "single_album" filter
2013-10-12 kalikoMove fuzzy_find method in the player.
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-21 kalikoInitial import