This commit has no recorded session.
diff
commit 7618d0ba30fa30b9689415caa4a3601163e1b5f1Author: Colin Powell <colin@unbl.ink>Date: Fri Jun 5 11:25:48 2026 -0400 [tooling] Add full push back to justfile@@ -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 [0/13] :vrobbler:project:personal:+* Backlog [1/14] :vrobbler:project:personal: ** TODO [#C] Add sentiment parsing for Scrobbles with notes :vrobbler:project:scrobbles:sentiment: :PROPERTIES: :ID: 37781d6a-f3b0-48b2-bf98-33c2c791cf85@@ -489,6 +489,21 @@ whatever time KoReader reports, we need to know, given the date and the user profile's historic timezone, how many hours to adjust the KoReader time to get to GMT to save it in the database. +** TODO [#B] Add ability to add mopidy tracks to Monthly playlists :feature:favorites:tracks:+:PROPERTIES:+:ID: c872ff0a-e71f-415f-b5a6-e62ea9634d14+:END:++*** Description++Now that we can favorite a mopidy track and have it added to a Favorites playlist, it would+be great if we could also populate a monthly_mopidy_playlist_pattern in a user profile and,+if configured, you could press "Add to monthly playlist" button on a given track that has+a mopidy_uri in it's log, and it would be added to the playlist.++The patterns would be based on traditional Django date formatting patterns: https://gregbrown.co/code/date-format++So "Y m F" would yield "2026 05 May" if the link is clicked in May of 2026. ** DONE [#B] Add favorite feature for scrobbles :feature:favorites:scrobbles: :PROPERTIES:@@ -504,6 +519,7 @@ Additionally, for tracks, we should add the ability to set a "favorites_mopidy_p and if populated, and a track media type is favorited, and the track has a mopidy_uri value in a scrobble log, send a POST to the mopidy server RPC endpoint for the favorite playlist and add the track. + * Version 43.0 [5/5] ** DONE [#B] Can we show a graph of all past Weigh-in tasks :scale:tasks:graphs:javascript: :PROPERTIES:@@ -666,6 +682,7 @@ title of the Weigh-in task. :ID: 15894943-be1d-200f-8400-a136770ad9d2 :END: + * Version 40.1 [2/2] ** DONE [#A] Releases are still broken :bug:releases:tooling: :PROPERTIES:@@ -19,4 +19,5 @@ release kind="minor": poetry run python scripts/release.py {{kind}} push:+ git push && git push gitea git push --tags && git push --tags gitea