From 9088412d1edc5354f854ac6351c16b6120909f0b Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sun, 7 Jun 2026 11:06:58 -0400 Subject: [PATCH] [release] Bump to version 48.0 - Show team or player images on sport detail and scrobble detail - Add fix_metadta method to Video instances --- PROJECT.org | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/PROJECT.org b/PROJECT.org index 9bb8462..1e7592d 100644 --- a/PROJECT.org +++ b/PROJECT.org @@ -86,7 +86,7 @@ fetching and simple saving. **** Bookmarklet *** Metadata sources **** Scraper -* Backlog [2/14] :vrobbler:project:personal: +* Backlog [0/12] :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 @@ -498,6 +498,7 @@ needed import celery task. This is how the WebDAV celery task currently works. This would also be an opporunity to clean up the code around WebDAV imports and make them more re-usable for other import services. +* Version 48.0 [2/2] ** DONE [#B] Show team or player images on sport detail and scrobble detail :sports:templates: :PROPERTIES: :ID: 68c17383-ee6e-4b5f-b3f5-1b637a0a3ea8 @@ -521,6 +522,7 @@ page for sport event scrobble details. Turns out we don't have a fix_metadata method for videos. We should add that using the basic logic from find_or_create on the Video model. + * Version 47.2 [1/1] ** DONE [#B] Add OMDB source as backup when TMDB returns nothing :videos:metadata:imdb: :PROPERTIES: diff --git a/pyproject.toml b/pyproject.toml index 51c1ccc..275c368 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler" -version = "47.2" +version = "48.0" description = "" authors = ["Colin Powell "]