This commit is contained in:
19
PROJECT.org
19
PROJECT.org
@ -93,7 +93,7 @@ fetching and simple saving.
|
|||||||
:LOGBOOK:
|
:LOGBOOK:
|
||||||
CLOCK: [2025-07-09 Wed 09:55]--[2025-07-09 Wed 10:15] => 0:20
|
CLOCK: [2025-07-09 Wed 09:55]--[2025-07-09 Wed 10:15] => 0:20
|
||||||
:END:
|
: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:
|
** TODO [#C] Add sentiment parsing for Scrobbles with notes :vrobbler:project:scrobbles:sentiment:
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:ID: 37781d6a-f3b0-48b2-bf98-33c2c791cf85
|
: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
|
profile's historic timezone, how many hours to adjust the KoReader time to get
|
||||||
to GMT to save it in the database.
|
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:
|
** DONE [#B] Add favorite feature for scrobbles :feature:favorites:scrobbles:
|
||||||
:PROPERTIES:
|
: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,
|
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.
|
send a POST to the mopidy server RPC endpoint for the favorite playlist and add the track.
|
||||||
|
|
||||||
|
|
||||||
* Version 43.0 [5/5]
|
* Version 43.0 [5/5]
|
||||||
** DONE [#B] Can we show a graph of all past Weigh-in tasks :scale:tasks:graphs:javascript:
|
** DONE [#B] Can we show a graph of all past Weigh-in tasks :scale:tasks:graphs:javascript:
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
@ -666,6 +682,7 @@ title of the Weigh-in task.
|
|||||||
:ID: 15894943-be1d-200f-8400-a136770ad9d2
|
:ID: 15894943-be1d-200f-8400-a136770ad9d2
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
|
|
||||||
* Version 40.1 [2/2]
|
* Version 40.1 [2/2]
|
||||||
** DONE [#A] Releases are still broken :bug:releases:tooling:
|
** DONE [#A] Releases are still broken :bug:releases:tooling:
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
|
|||||||
Reference in New Issue
Block a user