[release] Bump to version 47.0
- Change sports scrobbling a bit
This commit is contained in:
18
PROJECT.org
18
PROJECT.org
@ -86,7 +86,7 @@ fetching and simple saving.
|
|||||||
**** Bookmarklet
|
**** Bookmarklet
|
||||||
*** Metadata sources
|
*** Metadata sources
|
||||||
**** Scraper
|
**** 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:
|
** 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
|
||||||
@ -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
|
This would also be an opporunity to clean up the code around WebDAV imports
|
||||||
and make them more re-usable for other import services.
|
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:
|
** DONE [#B] Change sports scrobbling a bit :feature:sports:scrobbles:
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:ID: cd27d683-c847-4251-b3d1-8243f45c01ca
|
: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.
|
move the obj.round.season.league into the FK for the given event.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
* Version 46.0 [1/1]
|
* Version 46.0 [1/1]
|
||||||
** DONE [#C] Add sentiment parsing for Scrobbles with notes :scrobbles:sentiment:
|
** DONE [#C] Add sentiment parsing for Scrobbles with notes :scrobbles:sentiment:
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "vrobbler"
|
name = "vrobbler"
|
||||||
version = "46.0"
|
version = "47.0"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["Colin Powell <colin@unbl.ink>"]
|
authors = ["Colin Powell <colin@unbl.ink>"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user