Changes documentation and default configs to use the `/tv_shows` default path shown in the docker compose setup. Also changes working directory and file lock directory to not be in /tmp, which often causes permission issues.
22 lines
1 KiB
YAML
22 lines
1 KiB
YAML
# Bare-bones config. Here are some useful links to get started:
|
|
# Walk-through Guide: https://ytdl-sub.readthedocs.io/en/latest/guides/index.html
|
|
# Config Examples: https://github.com/jmbannon/ytdl-sub/tree/master/examples
|
|
# Prebuilt Presets: https://ytdl-sub.readthedocs.io/en/latest/prebuilt_presets/index.html
|
|
# Config Reference: https://ytdl-sub.readthedocs.io/en/latest/config_reference/index.html
|
|
#
|
|
# The subscriptions in `subscriptions.yaml` uses prebuilt presets which do not require
|
|
# any additions to this config. They can be downloaded using the command:
|
|
#
|
|
# ytdl-sub --config config.yaml sub subscriptions.yaml
|
|
#
|
|
# Or dry-ran with:
|
|
#
|
|
# ytdl-sub --dry-run --config config.yaml sub subscriptions.yaml
|
|
#
|
|
# See the documentation above on how to build your own custom presets.
|
|
#
|
|
configuration:
|
|
# Avoid unnecessarily long large file renames, set this to a path on the same
|
|
# filesystem as the destination for downloaded files in the `overrides: /
|
|
# *_directory:` paths:
|
|
working_directory: ".ytdl-sub-working-directory"
|