[WIP] tv_show_by_date_many_urls
This commit is contained in:
parent
ac2bb4c018
commit
f95ad20bd8
2 changed files with 31 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ presets:
|
|||
|
||||
####################################################################################################
|
||||
|
||||
# TV show from any single source. Uses latest entry's thumbnail as tv show poster
|
||||
# TV show from any single source. Uses first entry's avatar and banner as poster and fanart
|
||||
_tv_show_by_date:
|
||||
download:
|
||||
download_strategy: "url"
|
||||
|
|
@ -43,6 +43,20 @@ presets:
|
|||
- name: "{tv_show_fanart_file_name}"
|
||||
uid: "banner_uncropped"
|
||||
|
||||
####################################################################################################
|
||||
|
||||
# TV show from any many sources. Uses first entry's avatar and banner as poster and fanart
|
||||
_tv_show_by_date_many_urls:
|
||||
download:
|
||||
download_strategy: "multi_url"
|
||||
urls:
|
||||
- url: "{url}"
|
||||
playlist_thumbnails:
|
||||
- name: "{tv_show_poster_file_name}"
|
||||
uid: "avatar_uncropped"
|
||||
- name: "{tv_show_fanart_file_name}"
|
||||
uid: "banner_uncropped"
|
||||
|
||||
####################################################################################################
|
||||
|
||||
# TV show from a collection. Must specify additional `tv_show_collection_season` presets in
|
||||
|
|
|
|||
|
|
@ -0,0 +1,16 @@
|
|||
presets:
|
||||
|
||||
kodi_tv_show_by_date_many_urls:
|
||||
preset:
|
||||
- "_kodi_tv_show"
|
||||
- "_tv_show_by_date_many_urls"
|
||||
|
||||
jellyfin_tv_show_by_date_many_urls:
|
||||
preset:
|
||||
- "_jellyfin_tv_show"
|
||||
- "_tv_show_by_date_many_urls"
|
||||
|
||||
plex_tv_show_by_date_many_urls:
|
||||
preset:
|
||||
- "_plex_tv_show"
|
||||
- "_tv_show_by_date_many_urls"
|
||||
Loading…
Reference in a new issue