docs
This commit is contained in:
parent
ace95ba75d
commit
da77aa2701
3 changed files with 18 additions and 7 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -7,6 +7,9 @@ presets:
|
|||
- "_music_video_nfo"
|
||||
- "_music_video_tags"
|
||||
|
||||
"Emby Music Videos":
|
||||
preset: "Jellyfin Music Videos"
|
||||
|
||||
"Kodi Music Videos":
|
||||
preset:
|
||||
- "_kodi_base"
|
||||
|
|
|
|||
Loading…
Reference in a new issue