[BACKEND] Make tv_show_by_date prebuilt preset multi-url under the hood
This commit is contained in:
parent
ac2bb4c018
commit
ea279be912
1 changed files with 9 additions and 8 deletions
|
|
@ -32,16 +32,17 @@ presets:
|
||||||
|
|
||||||
####################################################################################################
|
####################################################################################################
|
||||||
|
|
||||||
# TV show from any single source. Uses latest entry's thumbnail as tv show poster
|
# TV show from one or more sources. Uses {url}'s avatar and banner as poster and fanart
|
||||||
_tv_show_by_date:
|
_tv_show_by_date:
|
||||||
download:
|
download:
|
||||||
download_strategy: "url"
|
download_strategy: "multi_url"
|
||||||
url: "{url}"
|
urls:
|
||||||
playlist_thumbnails:
|
- url: "{url}"
|
||||||
- name: "{tv_show_poster_file_name}"
|
playlist_thumbnails:
|
||||||
uid: "avatar_uncropped"
|
- name: "{tv_show_poster_file_name}"
|
||||||
- name: "{tv_show_fanart_file_name}"
|
uid: "avatar_uncropped"
|
||||||
uid: "banner_uncropped"
|
- name: "{tv_show_fanart_file_name}"
|
||||||
|
uid: "banner_uncropped"
|
||||||
|
|
||||||
####################################################################################################
|
####################################################################################################
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue