[release] Bump to version 48.1
All checks were successful
deploy / test (push) Successful in 2m0s
build / test (push) Successful in 1m57s
deploy / build-and-deploy (push) Successful in 35s

- Generate a report of tracks with mistmatched metadata
- Date parsing failing in eBird imports
This commit is contained in:
2026-06-08 11:18:08 -04:00
parent 91c3376256
commit 568772a0e6
2 changed files with 4 additions and 2 deletions

View File

@ -88,7 +88,7 @@ fetching and simple saving.
*** Metadata sources *** Metadata sources
**** Scraper **** 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: ** TODO [#C] Create small utility to clean up tracks scrobbled with wonky playback times :vrobbler:personal:bug:music:scrobbles:
:PROPERTIES: :PROPERTIES:
:ID: 702462cf-d54b-48c6-8a7c-78b8de751deb :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. log a warning and move on.
* Version 48.1 [2/2]
** DONE [#A] Generate a report of tracks with mistmatched metadata :music:tracks:metadata: ** DONE [#A] Generate a report of tracks with mistmatched metadata :music:tracks:metadata:
:PROPERTIES: :PROPERTIES:
:ID: 684b8cd2-a3c1-4995-ba9e-7abdb02c37f2 :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. all importers do this as well.
* Version 48.0 [2/2] * Version 48.0 [2/2]
** DONE [#B] Show team or player images on sport detail and scrobble detail :sports:templates: ** DONE [#B] Show team or player images on sport detail and scrobble detail :sports:templates:
:PROPERTIES: :PROPERTIES:

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "vrobbler" name = "vrobbler"
version = "48.0" version = "48.1"
description = "" description = ""
authors = ["Colin Powell <colin@unbl.ink>"] authors = ["Colin Powell <colin@unbl.ink>"]