sessions / 8a28d0675b6c1294a1fab0e2060b14ff5979a63e

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

This commit has no recorded session.

diff

ignore whitespace

commit 8a28d0675b6c1294a1fab0e2060b14ff5979a63eAuthor: Colin Powell <colin@unbl.ink>Date:   Mon Jun 15 12:20:18 2026 -0400    [release] Bump to version 51.4        - Clean up metadata comicbook enrichmentdiff --git a/PROJECT.org b/PROJECT.orgindex 1a23c2d..846a8a0 100644--- a/PROJECT.org+++ b/PROJECT.org@@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [1/17] :vrobbler:project:personal:+* Backlog [0/16] :vrobbler:project:personal: ** TODO [#C] Create small utility to clean up tracks scrobbled with wonky playback times :vrobbler:personal:bug:music:scrobbles: :PROPERTIES: :ID:       702462cf-d54b-48c6-8a7c-78b8de751deb@@ -547,6 +547,7 @@ Examples of trends: - trail_scrobble__average_heartrate per trail  - ... +* Version 51.4 [1/1] ** DONE [#A] Clean up metadata comicbook enrichment :bug:comics:books:metadata: :PROPERTIES: :ID:       cd875450-7117-78ca-8be4-9c8b73037dba@@ -559,6 +560,7 @@ tag a Book as a comicbook, and also gather volume information. I also noticed that some books that are found in OL never get their comicvine_id populated. We should make sure we always have comicvine_ids if available. + * Version 51.3 [1/1] ** DONE [#A] Improve speed of index and chart pages :bug:scrobbles:perf: :PROPERTIES:diff --git a/pyproject.toml b/pyproject.tomlindex 634bb13..07b7c44 100644--- a/pyproject.toml+++ b/pyproject.toml@@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler"-version = "51.3"+version = "51.4" description = "" authors = ["Colin Powell <colin@unbl.ink>"]