sessions / 5a4ef678a8e1214e3a2b6005617f5429f40c064b

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

This commit has no recorded session.

diff

ignore whitespace

commit 5a4ef678a8e1214e3a2b6005617f5429f40c064bAuthor: Colin Powell <colin@unbl.ink>Date:   Sun Jun 7 09:59:05 2026 -0400    [release] Bump to version 47.2        - Add OMDB source as backup when TMDB returns nothingdiff --git a/PROJECT.org b/PROJECT.orgindex 0cafcee..56d1849 100644--- a/PROJECT.org+++ b/PROJECT.org@@ -86,7 +86,7 @@ fetching and simple saving. **** Bookmarklet *** Metadata sources **** Scraper-* Backlog [1/13] :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 47.2 [1/1] ** DONE [#B] Add OMDB source as backup when TMDB returns nothing :videos:metadata:imdb:  :PROPERTIES: :ID:       20195445-7fdd-49be-9767-103b12da0bfb@@ -512,6 +513,7 @@ epiodes up in three parts, while they were always broadcast three-in-one, and that's how IMDB lists them. Thus, the IMDB ID means nothing, and the videos end up unenriched. + * Version 47.1 [1/1] ** DONE [#A] Untangle the sports migrations errors :sports:bug:migrations: :PROPERTIES:diff --git a/pyproject.toml b/pyproject.tomlindex 5b79f62..51c1ccc 100644--- a/pyproject.toml+++ b/pyproject.toml@@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler"-version = "47.1"+version = "47.2" description = "" authors = ["Colin Powell <colin@unbl.ink>"]