sessions / 568772a0e6ec044182325e4bdd6724db606b875c

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

This commit has no recorded session.

diff

show whitespace

commit 568772a0e6ec044182325e4bdd6724db606b875cAuthor: Colin Powell <colin@unbl.ink>Date:   Mon Jun 8 11:18:08 2026 -0400    [release] Bump to version 48.1        - Generate a report of tracks with mistmatched metadata    - Date parsing failing in eBird importsdiff --git a/PROJECT.org b/PROJECT.orgindex 3e10e67..6790814 100644--- a/PROJECT.org+++ b/PROJECT.org@@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [2/16] :vrobbler:project:personal:+* Backlog [0/14] :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@@ -535,6 +535,7 @@ to go try to enrich the media instance.  Should this enrichment fail, tag the sc log a warning and move on.           +* Version 48.1 [2/2] ** DONE [#A] Generate a report of tracks with mistmatched metadata :music:tracks:metadata: :PROPERTIES: :ID:       684b8cd2-a3c1-4995-ba9e-7abdb02c37f2@@ -583,6 +584,7 @@ surfaced, even when 0 successful files were processed. And we should make sure all importers do this as well.  + * Version 48.0 [2/2] ** DONE [#B] Show team or player images on sport detail and scrobble detail :sports:templates: :PROPERTIES:diff --git a/pyproject.toml b/pyproject.tomlindex 275c368..f39b681 100644--- a/pyproject.toml+++ b/pyproject.toml@@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler"-version = "48.0"+version = "48.1" description = "" authors = ["Colin Powell <colin@unbl.ink>"]