Emby presets

This commit is contained in:
Jesse Bannon 2025-06-01 08:55:04 -07:00
parent 9f54aeda69
commit bbd61db4c4
4 changed files with 18 additions and 17 deletions

View file

@ -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"

View file

@ -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

View file

@ -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

View file

@ -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: