]> kaliko git repositories - mpd-sima.git/history - sima/lib/webserv.py
Mainly use literal for list/dict and f-strings when possible
[mpd-sima.git] / sima / lib / webserv.py
2021-10-02 kalikoMainly use literal for list/dict and f-strings when...
2021-10-02 kalikoBig cleanup, pyling warning, style, error
2021-06-29 kalikoFixed crash when player.search_track returns nothing
2021-06-17 kalikoFixed crash when player.find_tracks returns nothing
2021-06-17 kalikoRemove to_add attibute
2021-05-01 kalikoRemove dead code
2021-02-21 kalikoFixed variable in info log message (typo introduced...
2021-02-19 kalikoSome cleanup in log, get messages more uniform across...
2020-12-21 kalikoUniform use of MetaContainer
2020-12-18 kalikoCleanup linter warnings
2020-12-18 kalikoMajor refactoring of Plugin class
2020-12-16 kalikoFixed some code style and comment
2020-06-08 kalikoWorking around last.fm timeout…
2020-05-20 kalikoFixed regression introduced with 8870413
2020-05-16 kalikoFixed code smell in webserv/find_top
2020-05-16 kalikoGet rid of a useless direct db call
2020-05-15 kalikoGet rid of inefficient log string formatting
2020-05-14 kalikoMPD client: Rewrote search_albums from scratch
2020-05-11 kalikoUpdate copyright
2020-05-10 kalikoSome more cleanup, logs and player calls
2020-05-10 kalikoCleanup some logger calls
2020-05-10 kalikoMPD Client refactoring
2019-11-03 kalikoAdd options for album mode (closes #28) issue_28
2018-05-16 kalikoAggregates artist name and MusicBrainzID, simplified...
2017-11-21 kalikoEnhanced queuing behavior in random mode (Closes #16)
2017-06-28 kalikoBetter info log message
2015-11-15 kalikoHonors "single_album" options on already queued tracks
2015-11-04 kalikoRemoved pylint warning "star-args magic" (pylint >...
2015-10-17 kalikoCode convention clean up (pylint)
2015-05-06 kalikoImproved client's find_track method with mbids
2015-02-11 kalikoAdd trace level to the logger
2015-02-08 kalikoFixed a potential infinite loop
2015-01-29 kalikoFixed top track mode
2015-01-07 kalikoBetter extra art addition
2014-12-16 kalikoImproved weighting introduced in 40a57f2
2014-12-16 kalikoBetter MusicBrainz ID integration
2014-12-10 kalikoLowered importance of extra artist (depth)
2014-12-09 kalikoCleanup some dead code
2014-12-09 kalikoFixed top track mode with Artist objects
2014-12-09 kalikoBetter Meta object comparison
2014-12-09 kalikoNew option to disable use of mbid
2014-12-08 kalikoFallback on name only when mbid request is empty
2014-12-08 kalikoPropagate Artist type
2014-12-07 kalikoNew, slightly enhanced, meta Objects.
2014-11-23 kalikoFixed other inconsistencies
2014-11-22 kalikoFixed some inconsistencies
2014-11-18 kalikoUse albumartist to fetch similar artists
2014-06-26 kalikoFixed regression, do not queue already queued artists
2014-06-26 kalikoAdd random.shuffle to track list
2014-06-17 kalikoFixed rare potential IndexError
2014-06-11 kalikoUse last track in queue instead of currently played
2014-06-11 kalikoFixed type issue with depth/recursion
2014-03-02 kaliko jackOptional persistent cache for last.fm
2014-02-22 kalikoAdd ETag support for simafm
2014-02-17 kalikoFixed blacklisting in track mode
2014-02-16 kalikoAdd EchoNest top tracks
2014-02-15 kalikoSome clean-up (pylint audit)
2014-02-11 kalikoAdd copyright headers & clean-up