Emby presets
This commit is contained in:
parent
9f54aeda69
commit
bbd61db4c4
4 changed files with 18 additions and 17 deletions
|
|
@ -1,2 +1,2 @@
|
|||
__pypi_version__ = "2025.01.09.post2"
|
||||
__local_version__ = "2025.01.09+9a389d8"
|
||||
__pypi_version__ = "2023.10.22.post3"
|
||||
__local_version__ = "2023.10.22+bfba4f0"
|
||||
|
|
|
|||
|
|
@ -1,13 +0,0 @@
|
|||
presets:
|
||||
|
||||
####################################################################################################
|
||||
|
||||
_season_nfo_tags:
|
||||
season_nfo_tags:
|
||||
# required
|
||||
nfo_name: "{season_directory_name_sanitized}/season.nfo"
|
||||
nfo_root: "season"
|
||||
tags:
|
||||
title: "{collection_season_name}"
|
||||
# optional
|
||||
kodi_safe: False
|
||||
|
|
@ -31,6 +31,9 @@ presets:
|
|||
- "plex_tv_show_by_date"
|
||||
- "season_by_year__episode_by_month_day"
|
||||
|
||||
"Emby TV Show by Date":
|
||||
preset: "Jellyfin TV Show by Date"
|
||||
|
||||
####################################################################################################
|
||||
|
||||
# TV show from one or more sources. Uses {url}'s avatar and banner as poster and fanart
|
||||
|
|
|
|||
|
|
@ -12,15 +12,26 @@ presets:
|
|||
preset:
|
||||
- "jellyfin_tv_show_collection"
|
||||
- "season_by_collection__episode_by_year_month_day"
|
||||
# Jellyfin/Emby currently do not support reading the namedseason tag from tvshow.nfo and insted rely on a per-folder season.nfo
|
||||
- "_season_nfo_tags"
|
||||
|
||||
"Plex TV Show Collection":
|
||||
preset:
|
||||
- "plex_tv_show_collection"
|
||||
- "season_by_collection__episode_by_year_month_day"
|
||||
|
||||
"Emby TV Show Collection":
|
||||
preset: "Jellyfin TV Show Collection"
|
||||
|
||||
# Emby cannot read seasons from tv_show.nfo
|
||||
# Create explicit season NFOs in each season dir
|
||||
season_nfo_tags:
|
||||
nfo_name: "{season_directory_name_sanitized}/season.nfo"
|
||||
nfo_root: "season"
|
||||
tags:
|
||||
title: "{collection_season_name}"
|
||||
|
||||
|
||||
##################
|
||||
# Legacy names
|
||||
|
||||
kodi_tv_show_collection:
|
||||
preset:
|
||||
|
|
|
|||
Loading…
Reference in a new issue