This commit is contained in:
Jesse Bannon 2025-06-01 09:25:34 -07:00
parent ace95ba75d
commit da77aa2701
3 changed files with 18 additions and 7 deletions

View file

@ -71,7 +71,7 @@ __preset__:
cookiefile: "/config/cookie.txt" cookiefile: "/config/cookie.txt"
################################################################### ###################################################################
# TV Show Presets. Can replace Plex with Plex/Jellyfin/Kodi # TV Show Presets. Can replace Plex with Plex/Jellyfin/Emby/Kodi
Plex TV Show by Date: Plex TV Show by Date:
@ -106,7 +106,7 @@ Plex TV Show Collection:
s02_url: "https://www.youtube.com/playlist?list=PLE62gWlWZk5NWVAVuf0Lm9jdv_-_KXs0W" s02_url: "https://www.youtube.com/playlist?list=PLE62gWlWZk5NWVAVuf0Lm9jdv_-_KXs0W"
################################################################### ###################################################################
# Music Presets. Can replace Plex with Plex/Jellyfin/Kodi # Music Presets.
YouTube Releases: YouTube Releases:
= Jazz: # Sets genre tag to "Jazz" = Jazz: # Sets genre tag to "Jazz"
@ -128,7 +128,7 @@ Bandcamp:
"Emily Hopkins": "https://emilyharpist.bandcamp.com/" "Emily Hopkins": "https://emilyharpist.bandcamp.com/"
################################################################### ###################################################################
# Music Video Presets # Music Video Presets. Can replace Plex with Plex/Jellyfin/Kodi
"Plex Music Videos": "Plex Music Videos":
= Pop: # Sets genre tag to "Pop" = Pop: # Sets genre tag to "Pop"
"Rick Astley": "https://www.youtube.com/playlist?list=PLlaN88a7y2_plecYoJxvRFTLHVbIVAOoc" "Rick Astley": "https://www.youtube.com/playlist?list=PLlaN88a7y2_plecYoJxvRFTLHVbIVAOoc"

View file

@ -9,16 +9,22 @@ Player-Specific Presets
The following actions are taken based on the indicated player: The following actions are taken based on the indicated player:
Kodi
--------
* Everything that the Jellyfin version does
* Enables ``kodi_safe`` NFOs, replacing 4-byte unicode characters that break kodi with ````
Jellyfin Jellyfin
-------- --------
* Places any season-specific poster art in the main show folder * Places any season-specific poster art in the main show folder
* Generates NFO tags * Generates NFO tags
Kodi Emby
-------- ----
* Everything that the Jellyfin version does * Places any season-specific poster art in the main show folder
* Enables ``kodi_safe`` NFOs, replacing 4-byte unicode characters that break kodi with ```` * Generates NFO tags
* For named seasons, creates a ``season.nfo`` file per season
Plex Plex
-------- --------
@ -39,6 +45,7 @@ Must define ``tv_show_directory``. Available presets:
* ``Kodi TV Show by Date`` * ``Kodi TV Show by Date``
* ``Jellyfin TV Show by Date`` * ``Jellyfin TV Show by Date``
* ``Emby TV Show by Date``
* ``Plex TV Show by Date`` * ``Plex TV Show by Date``
.. code-block:: yaml .. code-block:: yaml
@ -147,6 +154,7 @@ Must define ``tv_show_directory``. Available presets:
* ``Kodi TV Show Collection`` * ``Kodi TV Show Collection``
* ``Jellyfin TV Show Collection`` * ``Jellyfin TV Show Collection``
* ``Emby TV Show Collection``
* ``Plex TV Show Collection`` * ``Plex TV Show Collection``
.. code-block:: yaml .. code-block:: yaml

View file

@ -7,6 +7,9 @@ presets:
- "_music_video_nfo" - "_music_video_nfo"
- "_music_video_tags" - "_music_video_tags"
"Emby Music Videos":
preset: "Jellyfin Music Videos"
"Kodi Music Videos": "Kodi Music Videos":
preset: preset:
- "_kodi_base" - "_kodi_base"