]> kaliko git repositories - mpd-sima.git/history - sima
Cleanup PlayerError exception wrapper
[mpd-sima.git] / sima /
2024-02-10 kalikoCleanup PlayerError exception wrapper dev
2022-10-28 kalikoReleasing 0.18.2 master 0.18.2
2022-10-28 kalikoRevert "Catch uncaught socket.timeout (OSError subclass)."
2022-10-28 kalikoAdd positional argument random, a random mode shortcut
2022-10-21 kalikoFixed startup
2022-02-10 kalikoCatch uncaught socket.timeout (OSError subclass).
2022-02-09 kalikoBump version
2022-02-07 kalikoReleasing 0.18.1 0.18.1
2022-01-21 kalikoCleanup plugin class
2022-01-21 kalikoBetter log level when trying without mbid
2021-12-24 kalikoFixed wrong exception
2021-11-23 kalikoUpdate lastfm web API
2021-11-23 kalikoSet max_art default value to 20
2021-11-19 kalikoRemove bad heuristic to infer artist aliases
2021-11-18 kalikoBump version
2021-11-16 kalikoReleasing 0.18.0 0.18.0
2021-11-16 kalikoFixed help message typo
2021-11-16 kalikoAdd some space padding in log format
2021-11-16 kalikoMore robust Tags plugin MPD filter configuration
2021-11-16 kalikoFixed wrong use of musicpd for tagtypes command (Closes...
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-29 kalikoFixed unhandled exception in monitor (idle MPD command)
2021-10-25 kalikoCatch forgotten exception in mpdclient (Closes #59)
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 kalikoInit genre attribute in Track object
2021-10-02 kalikoSome refactoring around Exceptions
2021-10-02 kalikoSimplified first loop iteration detection
2021-10-01 kalikoClean some linter warnings and errors
2021-09-30 kalikoDeal with lost connection (Closes #53)
2021-09-30 kalikoAdd more info in crash report (Closes #56)
2021-09-30 kalikoUpdate dead http link
2021-07-05 kalikoMore robust MPD client (start addressing #53)
2021-07-04 kalikoCleanup Exceptions
2021-06-29 kalikoFixed crash when player.search_track returns nothing
2021-06-18 kalikoFixed double quote error, missing escape character...
2021-06-17 kalikoFixed crash when player.find_tracks returns nothing
2021-06-17 kalikoRemove to_add attibute
2021-06-08 kalikoMPD client: Tries to resolve MusicBrainzArtistID when...
2021-06-08 kalikodoc: Update docstrings
2021-06-08 kalikoMPD client: Tries to resolve MusicBrainzArtistID when...
2021-06-08 kalikoPlayerError inherit from MPDError instead of plain...
2021-06-08 kalikoBetter debug message, complete a comment
2021-06-07 kalikoUse Track Album attribute to avoid missing album name
2021-06-07 kalikoFixed bad implementation of blocklist for albums
2021-06-07 kalikodoc: Update docstrings
2021-06-07 kalikoFixed issue with multivalued musicbrainz_artistid ...
2021-06-04 kalikoUpdate Changelog, end sqlite rewrite phase (closes...
2021-06-04 kalikosimadb: More consistent use of albumartist info in...
2021-06-04 kalikosimadb: Fixed timezone, record play timestamp as UTC...
2021-06-04 kalikoUse MusicBrainz_albumid for album search (Closes #30)
2021-06-03 kalikoRewrote blocklist feature with the new simadb API
2021-06-03 kalikoImproved filter_track plugin method
2021-06-03 kalikosimadb: Expose file in view_bl
2021-06-02 kalikoArtist object changes
2021-06-02 kalikoAdd Album property to Track objects
2021-06-02 kalikoDo not limit valid UUID to version 4
2021-05-10 kalikosimadb: Fixed early connection close
2021-05-09 kalikosimadb: Propagate add option
2021-05-09 kalikoAdd blocklist commands, remove simadb_cli
2021-05-07 kalikoMPD client: Remove useless check on use_mbid
2021-05-07 kalikoUse os.getenv instead of os.environ.get
2021-05-07 kalikoAdd abstract unix socket support for MPD connection
2021-05-07 kalikosimadb: do not fetch NULL genre
2021-05-07 kalikoAdd new database replacement code.
2021-05-07 kalikoUpdate simadb API
2021-05-05 kalikoUpdate file access controls
2021-05-05 kalikoUse new sqlite module
2021-05-05 kalikoAdd genres tables to the database, update Genre plugin...
2021-05-05 kalikoUpdate simadb API
2021-05-05 kalikoAdd fetch history methods
2021-05-05 kalikoAdd Triggers for blocklist→albums|artists
2021-05-05 kalikoFixed indentation
2021-05-05 kalikoAdd drop_all, fetch_artists*, get_bl_* methods
2021-05-05 kalikoRewrote simadb
2021-05-05 kalikoFixed crash when setting XDG_CONFIG_HOME (closes #50)
2021-05-01 kalikoRemove dead code
2021-04-30 kalikoCleanup obsolete code (ralated to 6194c3a)
2021-04-29 kalikoFixed bug introduced in 6194c3a
2021-04-28 kalikoRemoved obsolete CLI options
2021-04-28 kalikoBump version
2021-04-28 kalikoReleasing 0.17.0 0.17.0
2021-04-28 kalikoAdd support of musicbrainz_{albumid,trackid} in Track...
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 kalikoExtract Tags control_config method from plugin
2021-04-21 kalikoExpose only config in MPDClient instance.
2021-04-21 kalikoDefault config definition more consistent
2021-04-19 kalikoAdd Genre plugin
2021-04-19 kalikoUse duration instead of time in Track objects (closes...
2021-04-19 kalikoFixed bad pid in Uniq core plugin (closes #32)
2021-02-21 kalikoFixed variable in info log message (typo introduced...
2021-02-20 kalikoExposes genres in Track objets
2021-02-19 kalikoFixed previous commit, cannot apply shuffle on MetaCont...
2021-02-19 kalikoAdd randomness in Tags plugin artist selection
2021-02-19 kalikoSome cleanup in log, get messages more uniform across...
2021-02-19 kalikoFixed plugin album_candidate method, missing loop break
next