From 568772a0e6ec044182325e4bdd6724db606b875c Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 8 Jun 2026 11:18:08 -0400 Subject: [PATCH] [release] Bump to version 48.1 - Generate a report of tracks with mistmatched metadata - Date parsing failing in eBird imports --- PROJECT.org | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/PROJECT.org b/PROJECT.org index 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.toml index 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 "]