This commit has no recorded session.
diff
commit bef7e683c57320c7fce3b1d991a4d09285dbbbaeAuthor: Colin Powell <colin@unbl.ink>Date: Fri Jun 5 14:42:11 2026 -0400 [release] Bump to version 45.1 - Mopidy favorites or monthly playlist adds should look at all scrobbles@@ -93,7 +93,7 @@ fetching and simple saving. :LOGBOOK: CLOCK: [2025-07-09 Wed 09:55]--[2025-07-09 Wed 10:15] => 0:20 :END:-* Backlog [1/14] :vrobbler:project:personal:+* Backlog [0/13] :vrobbler:project:personal: ** TODO [#C] Add sentiment parsing for Scrobbles with notes :vrobbler:project:scrobbles:sentiment: :PROPERTIES: :ID: 37781d6a-f3b0-48b2-bf98-33c2c791cf85@@ -509,6 +509,7 @@ needed import celery task. This is how the WebDAV celery task currently works. This would also be an opporunity to clean up the code around WebDAV imports and make them more re-usable for other import services. +* Version 45.1 [1/1] ** DONE [#B] Mopidy favorites or monthly playlist adds should look at all scrobbles :bug:mopidy:favorites:tracks: :PROPERTIES: :ID: 0be7d11e-e268-2fd5-836a-e5b4d210e0fa@@ -523,6 +524,7 @@ later one did. Can we scan all the scrobbles of the track for a given user to see if any have `mopidy_uri` in the log and if so, use that to send along to Mopidy? + * Version 45.0 [1/1] ** DONE [#B] Add ability to add mopidy tracks to Monthly playlists :feature:favorites:tracks: :PROPERTIES:@@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler"-version = "45.0"+version = "45.1" description = "" authors = ["Colin Powell <colin@unbl.ink>"]