[release] Bump to version 48.0
- Show team or player images on sport detail and scrobble detail - Add fix_metadta method to Video instances
This commit is contained in:
@ -86,7 +86,7 @@ fetching and simple saving.
|
|||||||
**** Bookmarklet
|
**** Bookmarklet
|
||||||
*** Metadata sources
|
*** Metadata sources
|
||||||
**** Scraper
|
**** 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:
|
** 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,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
|
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.
|
||||||
|
|
||||||
|
* Version 48.0 [2/2]
|
||||||
** DONE [#B] Show team or player images on sport detail and scrobble detail :sports:templates:
|
** DONE [#B] Show team or player images on sport detail and scrobble detail :sports:templates:
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:ID: 68c17383-ee6e-4b5f-b3f5-1b637a0a3ea8
|
: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
|
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.
|
the basic logic from find_or_create on the Video model.
|
||||||
|
|
||||||
|
|
||||||
* Version 47.2 [1/1]
|
* Version 47.2 [1/1]
|
||||||
** DONE [#B] Add OMDB source as backup when TMDB returns nothing :videos:metadata:imdb:
|
** DONE [#B] Add OMDB source as backup when TMDB returns nothing :videos:metadata:imdb:
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "vrobbler"
|
name = "vrobbler"
|
||||||
version = "47.2"
|
version = "48.0"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["Colin Powell <colin@unbl.ink>"]
|
authors = ["Colin Powell <colin@unbl.ink>"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user