]> kaliko git repositories - mpd-sima.git/log
mpd-sima.git
3 years agoReleasing 0.16.1 0.16.1
kaliko [Sat, 9 Jan 2021 11:45:05 +0000 (12:45 +0100)]
Releasing 0.16.1

3 years agoUpdate log string
kaliko [Sat, 9 Jan 2021 08:29:11 +0000 (09:29 +0100)]
Update log string

3 years agoUse set-comprehension in simadb
kaliko [Tue, 22 Dec 2020 11:08:02 +0000 (12:08 +0100)]
Use set-comprehension in simadb

3 years agoCleanup linter warnings
kaliko [Tue, 22 Dec 2020 10:30:26 +0000 (11:30 +0100)]
Cleanup linter warnings

3 years agoUniform use of MetaContainer
kaliko [Mon, 21 Dec 2020 16:40:41 +0000 (17:40 +0100)]
Uniform use of MetaContainer

3 years agoEnsure in MPD filters there is at least the minimum metadata needed
kaliko [Mon, 21 Dec 2020 15:15:13 +0000 (16:15 +0100)]
Ensure in MPD filters there is at least the minimum metadata needed

3 years agoFixed issues in reorg and album_candidate
kaliko [Sun, 20 Dec 2020 17:52:12 +0000 (18:52 +0100)]
Fixed issues in reorg and album_candidate

3 years agoRemove dead clode from Tags plugin
kaliko [Sun, 20 Dec 2020 17:43:46 +0000 (18:43 +0100)]
Remove dead clode from Tags plugin

3 years agoUpdate random plugin
kaliko [Sun, 20 Dec 2020 17:00:34 +0000 (18:00 +0100)]
Update random plugin

3 years agoFixed bug in history plugin (24h db cleanup not fired)
kaliko [Sun, 20 Dec 2020 16:50:56 +0000 (17:50 +0100)]
Fixed bug in history plugin (24h db cleanup not fired)

3 years agoIntegrate pylint-gitlab and dependency scanning
kaliko [Fri, 18 Dec 2020 09:58:42 +0000 (10:58 +0100)]
Integrate pylint-gitlab and dependency scanning

3 years agoCleanup linter warnings
kaliko [Fri, 18 Dec 2020 11:38:12 +0000 (12:38 +0100)]
Cleanup linter warnings

3 years agoMajor refactoring of Plugin class
kaliko [Fri, 18 Dec 2020 09:11:01 +0000 (10:11 +0100)]
Major refactoring of Plugin class

Add an AdvancedPlugin class with advanced Player/db query. It permits to
share album search for album queue mode and other utilities previously
available in LastFM (ie. webserv) only.

3 years agoLower log message level
kaliko [Fri, 18 Dec 2020 08:47:33 +0000 (09:47 +0100)]
Lower log message level

3 years agoMPD client: Update name and aliases in case of discrepancy
kaliko [Thu, 17 Dec 2020 14:50:18 +0000 (15:50 +0100)]
MPD client: Update name and aliases in case of discrepancy

When MPD library returns an artist name different from the name used in
the query, an alias is add in addition to name update.

3 years agoAdd album queue mode to Tags plugin
kaliko [Thu, 17 Dec 2020 14:45:10 +0000 (15:45 +0100)]
Add album queue mode to Tags plugin

3 years agoFixed some code style and comment
kaliko [Wed, 16 Dec 2020 13:34:23 +0000 (14:34 +0100)]
Fixed some code style and comment

3 years agoUse window option in find request
kaliko [Wed, 16 Dec 2020 13:05:29 +0000 (14:05 +0100)]
Use window option in find request

Limit response size since this is only to test filter validity, response
is useless anyway.

3 years agoEnsure metadata used in filter are available (closes #38)
kaliko [Wed, 16 Dec 2020 13:03:50 +0000 (14:03 +0100)]
Ensure metadata used in filter are available (closes #38)

3 years agoFixed errors in documentation and bumped version
kaliko [Wed, 16 Dec 2020 10:15:48 +0000 (11:15 +0100)]
Fixed errors in documentation and bumped version

3 years agoAdd missing tags.cfg needed for building manual
kaliko [Tue, 15 Dec 2020 15:47:31 +0000 (16:47 +0100)]
Add missing tags.cfg needed for building manual

3 years agoBump version
kaliko [Tue, 15 Dec 2020 15:55:19 +0000 (16:55 +0100)]
Bump version

3 years agoReleasing 0.16.0 0.16.0
kaliko [Tue, 15 Dec 2020 15:31:53 +0000 (16:31 +0100)]
Releasing 0.16.0

3 years agoFixed ancient INSTALL instructions
kaliko [Tue, 15 Dec 2020 14:04:50 +0000 (15:04 +0100)]
Fixed ancient INSTALL instructions

3 years agoinstall new manual test-tags-config.1
kaliko [Tue, 15 Dec 2020 14:04:01 +0000 (15:04 +0100)]
install new manual test-tags-config.1

3 years agoBumped requests version
kaliko [Tue, 15 Dec 2020 13:50:11 +0000 (14:50 +0100)]
Bumped requests version

3 years agoAdd missing option to documentation, some improvements
kaliko [Tue, 15 Dec 2020 13:49:26 +0000 (14:49 +0100)]
Add missing option to documentation, some improvements

3 years agoAdd test-tags-config helper
kaliko [Tue, 15 Dec 2020 13:46:43 +0000 (14:46 +0100)]
Add test-tags-config helper

3 years agoAdd example config for tags plugin
kaliko [Tue, 15 Dec 2020 12:30:57 +0000 (13:30 +0100)]
Add example config for tags plugin

3 years agoSome style formating
kaliko [Tue, 15 Dec 2020 12:26:29 +0000 (13:26 +0100)]
Some style formating

3 years agoDo no control empty filter
kaliko [Tue, 15 Dec 2020 12:24:30 +0000 (13:24 +0100)]
Do no control empty filter

3 years agoAdd missing default config options for Tags
kaliko [Tue, 15 Dec 2020 12:21:22 +0000 (13:21 +0100)]
Add missing default config options for Tags

3 years agoAdd missing plugin config filtering
kaliko [Tue, 15 Dec 2020 10:35:14 +0000 (11:35 +0100)]
Add missing plugin config filtering

3 years agoTags plugin configuration check and test
kaliko [Tue, 15 Dec 2020 10:24:44 +0000 (11:24 +0100)]
Tags plugin configuration check and test

Also improved internal Exception handling

3 years agoFixed typo
kaliko [Mon, 14 Dec 2020 14:10:47 +0000 (15:10 +0100)]
Fixed typo

3 years agoDocument new offline autoqueue plugin based on file tags only
kaliko [Mon, 14 Dec 2020 14:09:38 +0000 (15:09 +0100)]
Document new offline autoqueue plugin based on file tags only

3 years agoAvoid empty tags entries in config, strip space around values
kaliko [Sun, 13 Dec 2020 16:34:42 +0000 (17:34 +0100)]
Avoid empty tags entries in config, strip space around values

3 years agoControls MPD protocol version (need 0.21 at least for filters)
kaliko [Sun, 13 Dec 2020 14:37:02 +0000 (15:37 +0100)]
Controls MPD protocol version (need 0.21 at least for filters)

3 years agoStart work on new tags plugin
kaliko [Thu, 7 May 2020 14:28:21 +0000 (16:28 +0200)]
Start work on new tags plugin

3 years agoAdd a PluginConfException
kaliko [Sat, 12 Dec 2020 18:18:08 +0000 (19:18 +0100)]
Add a PluginConfException

3 years agoFixed code smell
kaliko [Sat, 12 Dec 2020 18:26:36 +0000 (19:26 +0100)]
Fixed code smell

3 years agoSplit needed tags setup (regular/mbid)
kaliko [Sat, 12 Dec 2020 18:07:19 +0000 (19:07 +0100)]
Split needed tags setup (regular/mbid)

3 years agoUpdate changelog: Need at least python 3.6
kaliko [Thu, 10 Dec 2020 17:25:35 +0000 (18:25 +0100)]
Update changelog: Need at least python 3.6

3 years agoTest commutativity fuzzy equality
kaliko [Thu, 10 Dec 2020 17:16:30 +0000 (18:16 +0100)]
Test commutativity fuzzy equality

3 years agoFixed JSONDecodeError with wrong http cached file (closes #35)
kaliko [Thu, 12 Nov 2020 17:59:32 +0000 (18:59 +0100)]
Fixed JSONDecodeError with wrong http cached file (closes #35)

3 years agoFixed bug in history plugin
kaliko [Sat, 26 Sep 2020 16:23:13 +0000 (18:23 +0200)]
Fixed bug in history plugin

3 years agoUpdate vinstall.py (Closes #34)
kaliko [Tue, 1 Sep 2020 14:33:33 +0000 (16:33 +0200)]
Update vinstall.py (Closes #34)

3 years agoWorking around last.fm timeout…
kaliko [Mon, 8 Jun 2020 15:11:56 +0000 (17:11 +0200)]
Working around last.fm timeout…

3 years agoMPD client: set some log levels
kaliko [Sat, 23 May 2020 15:13:28 +0000 (17:13 +0200)]
MPD client: set some log levels

3 years agoImproved history management
kaliko [Sat, 23 May 2020 14:58:29 +0000 (16:58 +0200)]
Improved history management

3 years agoBumped version
kaliko [Thu, 21 May 2020 16:20:54 +0000 (18:20 +0200)]
Bumped version

3 years agoFixed regression introduced with 8870413
kaliko [Wed, 20 May 2020 14:10:21 +0000 (16:10 +0200)]
Fixed regression introduced with 8870413

4 years agoNeed at least python 3.6 (use of f-strings)
kaliko [Sat, 16 May 2020 13:03:57 +0000 (15:03 +0200)]
Need at least python 3.6 (use of f-strings)

4 years agoMaking a dev release 0.16.0.dev0
kaliko [Sat, 16 May 2020 12:52:24 +0000 (14:52 +0200)]
Making a dev release

4 years agoMPD client: Fixed bad changes introduce in 62332aa
kaliko [Sat, 16 May 2020 11:40:33 +0000 (13:40 +0200)]
MPD client: Fixed bad changes introduce in 62332aa

4 years agoFixed code smell in webserv/find_top
kaliko [Sat, 16 May 2020 09:55:01 +0000 (11:55 +0200)]
Fixed code smell in webserv/find_top

4 years agoGet rid of a useless direct db call
kaliko [Sat, 16 May 2020 09:53:04 +0000 (11:53 +0200)]
Get rid of a useless direct db call

4 years agoMPD client: Add cache in search_track (speedup top track mode)
kaliko [Sat, 16 May 2020 07:48:11 +0000 (09:48 +0200)]
MPD client: Add cache in search_track (speedup top track mode)

4 years agoGet rid of inefficient log string formatting
kaliko [Fri, 15 May 2020 16:10:08 +0000 (18:10 +0200)]
Get rid of inefficient log string formatting

4 years agoMPD client: Improved search_track
kaliko [Fri, 15 May 2020 15:45:03 +0000 (17:45 +0200)]
MPD client: Improved search_track

4 years agoMPD client: Improved search_artist with name auto correction.
kaliko [Fri, 15 May 2020 15:42:37 +0000 (17:42 +0200)]
MPD client: Improved search_artist with name auto correction.

4 years agoMPD client: Improved album search
kaliko [Fri, 15 May 2020 15:38:57 +0000 (17:38 +0200)]
MPD client: Improved album search

4 years agoCleanup code smell and update docstrings
kaliko [Thu, 14 May 2020 16:22:01 +0000 (18:22 +0200)]
Cleanup code smell and update docstrings

4 years agoMPD client: Use tagtypes to control and set tags
kaliko [Thu, 14 May 2020 16:16:28 +0000 (18:16 +0200)]
MPD client: Use tagtypes to control and set tags

4 years agoMPD client: Rewrote search_albums from scratch
kaliko [Thu, 14 May 2020 13:27:27 +0000 (15:27 +0200)]
MPD client: Rewrote search_albums from scratch

4 years agoCleanup log calls/comments
kaliko [Tue, 12 May 2020 08:27:01 +0000 (10:27 +0200)]
Cleanup log calls/comments

4 years agoFixed MPD client (issue when no albumartist is set)
kaliko [Mon, 11 May 2020 17:21:14 +0000 (19:21 +0200)]
Fixed MPD client (issue when no albumartist is set)

4 years agoUse Meta serialized strings in MPD client
kaliko [Mon, 11 May 2020 16:53:34 +0000 (18:53 +0200)]
Use Meta serialized strings in MPD client

4 years agoAdd Meta properties to expose serialized strings
kaliko [Mon, 11 May 2020 16:47:25 +0000 (18:47 +0200)]
Add Meta properties to expose serialized strings

4 years agoMPD client, fixed, simplified search/find methods
kaliko [Mon, 11 May 2020 13:38:21 +0000 (15:38 +0200)]
MPD client, fixed, simplified search/find methods

4 years agoUpdate copyright
kaliko [Mon, 11 May 2020 07:10:27 +0000 (09:10 +0200)]
Update copyright

4 years agoMPD client: Fixed renamed method
kaliko [Sun, 10 May 2020 16:00:32 +0000 (18:00 +0200)]
MPD client: Fixed renamed method

4 years agoFixing again MPD client album search
kaliko [Sun, 10 May 2020 15:36:21 +0000 (17:36 +0200)]
Fixing again MPD client album search

4 years agoRevert "Fixed MPD client album search"
kaliko [Sun, 10 May 2020 14:22:50 +0000 (16:22 +0200)]
Revert "Fixed MPD client album search"

This reverts commit 5f1dd8bdf50cd25c049e5c20742be87b461e6385.

4 years agoMPD client: Use command list to add multiple tracks
kaliko [Sun, 10 May 2020 14:21:35 +0000 (16:21 +0200)]
MPD client: Use command list to add multiple tracks

4 years agoSome more cleanup, logs and player calls
kaliko [Sun, 10 May 2020 13:58:05 +0000 (15:58 +0200)]
Some more cleanup, logs and player calls

4 years agoFixed MPD client album search
kaliko [Sun, 10 May 2020 13:52:46 +0000 (15:52 +0200)]
Fixed MPD client album search

4 years agoCleanup some logger calls
kaliko [Sun, 10 May 2020 11:29:47 +0000 (13:29 +0200)]
Cleanup some logger calls

4 years agoMPD Client refactoring
kaliko [Sun, 10 May 2020 11:26:06 +0000 (13:26 +0200)]
MPD Client refactoring

4 years agoFixed bug in MPD client reconnection
kaliko [Thu, 7 May 2020 15:35:56 +0000 (17:35 +0200)]
Fixed bug in MPD client reconnection

4 years agoRefactored random plugin
kaliko [Thu, 7 May 2020 12:32:36 +0000 (14:32 +0200)]
Refactored random plugin

4 years agoBump version
kaliko [Sun, 3 May 2020 15:08:12 +0000 (17:08 +0200)]
Bump version

4 years agoReleasing 0.15.3 0.15.3
kaliko [Sun, 3 May 2020 14:37:35 +0000 (16:37 +0200)]
Releasing 0.15.3

4 years agoFixed bug in PlayerClient().search_albums()
kaliko [Sun, 3 May 2020 13:42:05 +0000 (15:42 +0200)]
Fixed bug in PlayerClient().search_albums()

search_albums method was ignoring some albums when Artist object had aliases.

4 years agoReuse http connections
kaliko [Wed, 22 Apr 2020 11:23:35 +0000 (13:23 +0200)]
Reuse http connections

4 years agoBump version
kaliko [Thu, 14 Nov 2019 16:58:41 +0000 (17:58 +0100)]
Bump version

4 years agoReleasing 0.15.2 0.15.2
kaliko [Thu, 14 Nov 2019 16:43:13 +0000 (17:43 +0100)]
Releasing 0.15.2

4 years agoci: Fixed http link
kaliko [Thu, 14 Nov 2019 12:34:24 +0000 (13:34 +0100)]
ci: Fixed http link

4 years agoAdd options for album mode (closes #28) issue_28
kaliko [Sun, 3 Nov 2019 17:17:05 +0000 (18:17 +0100)]
Add options for album mode (closes #28)

 * Allow limiting numbers of tracks to queue from an album
 * Allow shuffling album tracks

Thanks: sacha <sachahony@gmail.com>

4 years agoFixed http link
kaliko [Mon, 28 Oct 2019 15:31:26 +0000 (16:31 +0100)]
Fixed http link

5 years agoAdd python 3.7 to classifiers
kaliko [Sun, 24 Mar 2019 13:44:01 +0000 (14:44 +0100)]
Add python 3.7 to classifiers

5 years agoci: Add vinstall test
kaliko [Sun, 24 Mar 2019 13:34:12 +0000 (14:34 +0100)]
ci: Add vinstall test

5 years agoFixed sqlite sqlite3.OperationalError VACUUM Error
kaliko [Thu, 21 Mar 2019 13:53:00 +0000 (14:53 +0100)]
Fixed sqlite sqlite3.OperationalError VACUUM Error

cf. https://bugs.python.org/issue28518

5 years agoBump version
kaliko [Thu, 21 Mar 2019 13:52:17 +0000 (14:52 +0100)]
Bump version

5 years agoFixed mopidy compatibility implementation (Closes #21) 0.15.1
kaliko [Tue, 19 Mar 2019 14:20:45 +0000 (15:20 +0100)]
Fixed mopidy compatibility implementation (Closes #21)

5 years agoReleasing 0.15.0 0.15.0
kaliko [Tue, 19 Mar 2019 13:14:41 +0000 (14:14 +0100)]
Releasing 0.15.0

5 years agoAdd an undocumented mopidy compatibility option mopidy
kaliko [Thu, 31 Jan 2019 15:41:33 +0000 (16:41 +0100)]
Add an undocumented mopidy compatibility option

Use the following in the config:

    [sima]
    mopidy_compat = True

5 years agoAdd precision in documentation/manual
kaliko [Wed, 29 Aug 2018 09:29:56 +0000 (11:29 +0200)]
Add precision in documentation/manual

6 years agoci: Remove venv
kaliko [Fri, 18 May 2018 07:41:12 +0000 (09:41 +0200)]
ci: Remove venv

6 years agoci: Fixed missing dependency for tests
kaliko [Thu, 17 May 2018 13:04:50 +0000 (15:04 +0200)]
ci: Fixed missing dependency for tests