sessions / 01d25e1b55214a09c3d6e43bd1c8bc18c6fc0588

/home/powellc/src/code.unbl.ink/secstate/vrobbler

This commit has no recorded session.

diff

ignore whitespace

commit 01d25e1b55214a09c3d6e43bd1c8bc18c6fc0588Author: Colin Powell <colin@unbl.ink>Date:   Mon Jun 15 14:56:27 2026 -0400    [release] Bump to version 52.0        - Allow marking media as long play complete from detail page    - Fix how long play scrobbles are tracked    - Paginate or limite scrobbles on media admin pages    - Clean up books admin    - Clean up favorites admindiff --git a/PROJECT.org b/PROJECT.orgindex 14c3793..e03ccf4 100644--- a/PROJECT.org+++ b/PROJECT.org@@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [5/25] :vrobbler:project:personal:+* Backlog [0/20] :vrobbler:project:personal: ** TODO [#C] Create small utility to clean up tracks scrobbled with wonky playback times :bug:music:scrobbles: :PROPERTIES: :ID:       702462cf-d54b-48c6-8a7c-78b8de751deb@@ -595,6 +595,7 @@ named constants for maintainability.   - ~vrobbler/apps/scrobbles/importers/tsv.py~ (line 55) -- ="S"= completion status  ** TODO [#C] Show time per scrobble in long play lists and total time playing :templates:longplay:scrobbles:+* Version 52.0 [5/5] ** DONE [#B] Allow marking media as long play complete from detail page :templates:scrobbles:longplay: :PROPERTIES: :ID:       2c314768-be97-9b10-d13c-9cfd0f38a64e@@ -647,6 +648,7 @@ the `long_play_complete` field. Some FK lookups in admin should be raw_id_fields.  + * Version 51.4 [1/1] ** DONE [#A] Clean up metadata comicbook enrichment :bug:comics:books:metadata: :PROPERTIES:diff --git a/pyproject.toml b/pyproject.tomlindex 07b7c44..99f7487 100644--- a/pyproject.toml+++ b/pyproject.toml@@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler"-version = "51.4"+version = "52.0" description = "" authors = ["Colin Powell <colin@unbl.ink>"]