[BACKEND] Have TV show presets use subscription fields for values
This commit is contained in:
parent
54f882c6f5
commit
d720835bb7
1 changed files with 5 additions and 2 deletions
|
|
@ -25,8 +25,11 @@ presets:
|
||||||
# season_number_padded
|
# season_number_padded
|
||||||
# episode_number
|
# episode_number
|
||||||
# episode_number_padded
|
# episode_number_padded
|
||||||
tv_show_genre: "ytdl-sub"
|
subscription_indent_1: "ytdl-sub" # genre
|
||||||
tv_show_content_rating: "TV-14"
|
subscription_indent_2: "TV-14" # content rating
|
||||||
|
tv_show_name: "{subscription_name}"
|
||||||
|
tv_show_genre: "{subscription_indent_1}"
|
||||||
|
tv_show_content_rating: "{subscription_indent_2}"
|
||||||
season_title: "{season_number_padded}"
|
season_title: "{season_number_padded}"
|
||||||
episode_title: "{upload_date_standardized} - {title}"
|
episode_title: "{upload_date_standardized} - {title}"
|
||||||
episode_plot: "{webpage_url}\n\n{description}"
|
episode_plot: "{webpage_url}\n\n{description}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue