diff --git a/README.md b/README.md index 01fd005c..3ba8ab5f 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ __preset__: 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: @@ -106,7 +106,7 @@ Plex TV Show Collection: s02_url: "https://www.youtube.com/playlist?list=PLE62gWlWZk5NWVAVuf0Lm9jdv_-_KXs0W" ################################################################### -# Music Presets. Can replace Plex with Plex/Jellyfin/Kodi +# Music Presets. YouTube Releases: = Jazz: # Sets genre tag to "Jazz" @@ -128,7 +128,7 @@ Bandcamp: "Emily Hopkins": "https://emilyharpist.bandcamp.com/" ################################################################### -# Music Video Presets +# Music Video Presets. Can replace Plex with Plex/Jellyfin/Kodi "Plex Music Videos": = Pop: # Sets genre tag to "Pop" "Rick Astley": "https://www.youtube.com/playlist?list=PLlaN88a7y2_plecYoJxvRFTLHVbIVAOoc" diff --git a/docs/source/prebuilt_presets/tv_shows.rst b/docs/source/prebuilt_presets/tv_shows.rst index 9cf0f92b..c8afe6d9 100644 --- a/docs/source/prebuilt_presets/tv_shows.rst +++ b/docs/source/prebuilt_presets/tv_shows.rst @@ -9,16 +9,22 @@ Player-Specific Presets 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 -------- * Places any season-specific poster art in the main show folder * Generates NFO tags -Kodi --------- -* Everything that the Jellyfin version does -* Enables ``kodi_safe`` NFOs, replacing 4-byte unicode characters that break kodi with ``□`` +Emby +---- +* Places any season-specific poster art in the main show folder +* Generates NFO tags + + * For named seasons, creates a ``season.nfo`` file per season Plex -------- @@ -39,6 +45,7 @@ Must define ``tv_show_directory``. Available presets: * ``Kodi TV Show by Date`` * ``Jellyfin TV Show by Date`` +* ``Emby TV Show by Date`` * ``Plex TV Show by Date`` .. code-block:: yaml @@ -147,6 +154,7 @@ Must define ``tv_show_directory``. Available presets: * ``Kodi TV Show Collection`` * ``Jellyfin TV Show Collection`` +* ``Emby TV Show Collection`` * ``Plex TV Show Collection`` .. code-block:: yaml diff --git a/src/ytdl_sub/prebuilt_presets/music_videos/music_videos.yaml b/src/ytdl_sub/prebuilt_presets/music_videos/music_videos.yaml index dcacd330..4860a2b8 100644 --- a/src/ytdl_sub/prebuilt_presets/music_videos/music_videos.yaml +++ b/src/ytdl_sub/prebuilt_presets/music_videos/music_videos.yaml @@ -7,6 +7,9 @@ presets: - "_music_video_nfo" - "_music_video_tags" + "Emby Music Videos": + preset: "Jellyfin Music Videos" + "Kodi Music Videos": preset: - "_kodi_base"