This commit has no recorded session.
diff
commit 9088412d1edc5354f854ac6351c16b6120909f0bAuthor: Colin Powell <colin@unbl.ink>Date: Sun Jun 7 11:06:58 2026 -0400 [release] Bump to version 48.0 - Show team or player images on sport detail and scrobble detail - Add fix_metadta method to Video instances@@ -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:@@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler"-version = "47.2"+version = "48.0" description = "" authors = ["Colin Powell <colin@unbl.ink>"]