sessions / 8236f43026a11b8823c8d4fc1bd83f7c0a56b5a7

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

This commit has no recorded session.

diff

ignore whitespace

commit 8236f43026a11b8823c8d4fc1bd83f7c0a56b5a7Author: Colin Powell <colin@unbl.ink>Date:   Sat Jun 6 23:35:30 2026 -0400    [release] Bump to version 47.0        - Change sports scrobbling a bitdiff --git a/PROJECT.org b/PROJECT.orgindex d21f1ff..2afc78c 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,21 @@ 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. +** TODO [#B] Add OMDB source as backup when TMDB returns nothing :videos:metadata:imdb: +:PROPERTIES:+:ID:       20195445-7fdd-49be-9767-103b12da0bfb+:END:++*** Description++TMDb works great for most cases. There are some edge cases, though where it does+not import videos, when TV shows are split up differently in TMDb than in IMDB.+One example I stumbled on is the 2020 reboot of Animaniacs. TMDb splits the+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.0 [1/1] ** DONE [#B] Change sports scrobbling a bit :feature:sports:scrobbles: :PROPERTIES: :ID:       cd27d683-c847-4251-b3d1-8243f45c01ca@@ -554,6 +569,7 @@ events with a new SportEventLogData structure with all the specific details in i move the obj.round.season.league into the FK for the given event.  + * Version 46.0 [1/1] ** DONE [#C] Add sentiment parsing for Scrobbles with notes :scrobbles:sentiment: :PROPERTIES:diff --git a/pyproject.toml b/pyproject.tomlindex 5f5a56f..861b02e 100644--- a/pyproject.toml+++ b/pyproject.toml@@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler"-version = "46.0"+version = "47.0" description = "" authors = ["Colin Powell <colin@unbl.ink>"]