Download landscape artwork from fanart.tv
This commit is contained in:
parent
68cc54c2f4
commit
32dc7697bc
1 changed files with 4 additions and 2 deletions
|
@ -514,7 +514,8 @@ ALL_KODI_ARTWORK = (
|
|||
'clearart',
|
||||
'clearlogo',
|
||||
'fanart',
|
||||
'discart'
|
||||
'discart',
|
||||
'landscape'
|
||||
)
|
||||
|
||||
# we need to use a little mapping between fanart.tv arttypes and kodi artttypes
|
||||
|
@ -528,7 +529,8 @@ FANART_TV_TO_KODI_TYPE = [
|
|||
('clearlogo', 'clearlogo'),
|
||||
('background', 'fanart'),
|
||||
('showbackground', 'fanart'),
|
||||
('characterart', 'characterart')
|
||||
('characterart', 'characterart'),
|
||||
('moviethumb', 'landscape')
|
||||
]
|
||||
# How many different backgrounds do we want to load from fanart.tv?
|
||||
MAX_BACKGROUND_COUNT = 10
|
||||
|
|
Loading…
Reference in a new issue