[DOCKER] make default paths same as docker defaults

This commit is contained in:
Jesse Bannon 2025-09-05 18:01:37 -07:00
parent 2e67a57bc9
commit db0f2d6c75
3 changed files with 7 additions and 7 deletions

View file

@ -19,4 +19,4 @@ configuration:
# Avoid unnecessarily long large file renames, set this to a path on the same # Avoid unnecessarily long large file renames, set this to a path on the same
# filesystem as the destination for downloaded files in the `overrides: / # filesystem as the destination for downloaded files in the `overrides: /
# *_directory:` paths: # *_directory:` paths:
working_directory: "/media/Library/tmp/.ytdl-sub-working-directory" working_directory: ".ytdl-sub-working-directory"

View file

@ -6,13 +6,13 @@
__preset__: __preset__:
overrides: overrides:
# Root folder of all ytdl-sub TV Shows # Root folder of all ytdl-sub TV Shows
tv_show_directory: "/media/Library/Videos/Series" tv_show_directory: "/tv_shows"
# Root folder of all ytdl-sub Music # Root folder of all ytdl-sub Music
music_directory: "/media/Library/Music" music_directory: "/music"
# Root folder of all ytdl-sub Music Videos # Root folder of all ytdl-sub Music Videos
music_video_directory: "/media/Library/Videos/Music" music_video_directory: "/music_videos"
# For 'Only Recent' preset, only keep vids within this range and limit # For 'Only Recent' preset, only keep vids within this range and limit
# only_recent_date_range: "2months" # only_recent_date_range: "2months"

View file

@ -15,7 +15,7 @@ Below is a common configuration:
:linenos: :linenos:
configuration: configuration:
working_directory: "/media/Library/tmp/.ytdl-sub-working-directory" working_directory: ".ytdl-sub-working-directory"
presets: presets:
TV Show: TV Show:
@ -37,7 +37,7 @@ Below is a common configuration:
max: 36 max: 36
overrides: overrides:
tv_show_directory: "/media/Library/Videos/Series" tv_show_directory: "/tv_shows"
TV Show Only Recent: TV Show Only Recent:
preset: preset:
@ -59,7 +59,7 @@ filesystem as your library in the ``overrides: / *_directory:`` paths:
:lineno-start: 1 :lineno-start: 1
configuration: configuration:
working_directory: "/media/Library/tmp/.ytdl-sub-working-directory" working_directory: ".ytdl-sub-working-directory"
Preset Section Preset Section