# yabo runtime config. On galactica this file is managed by the
# youtube-archive Ansible role; edit there, not here.
YA_ROOT="/media/YouTube"
YA_BASE_URL="http://localhost/youtube"
YA_RATE_NIGHT="2M"
YA_RATE_DAY="1M"
YA_MAX_ATTEMPTS="5"
YA_CACHE_DIR="/var/cache/yabo"
# yt-dlp -S: highest resolution, then AV1 for smallest downloads. Flip
# av01->vp9 if the Ivy Bridge Kodi box stutters (no hardware AV1 decode).
YA_FORMAT_SORT="res,vcodec:av01"
YA_COOKIES="/etc/yabo/cookies.txt"
YA_GEN="/usr/share/yabo/gen.php"
