The following environment variables and features are deprecated and will be removed in
v0.10.x
-
The following ENVs YTP_KEEP_ARCHIVE and YTP_SOCKET_TIMEOUT will be
removed.
Their behavior will be part of the default presets. To keep your current behavior
and avoid re-downloading, please add the following Command options for
yt-dlp to your presets:
--socket-timeout 30 --download-archive %(config_path)s/archive.log
-
The global yt-dlp config file /config/ytdlp.cli will be removed. Please migrate to
presets.
- The archive.manual.log feature has been removed.
These changes help reduce confusion from multiple sources of truth. Going forward, presets
and the Command options for yt-dlp will be the single source of truth.
Notable changes in v0.10.x:
-
The file browser feature is going to be enabled by default. and the associated ENV
YTP_BROWSER_ENABLED will be removed, YTP_BROWSER_CONTROL_ENABLED will
remain and
will default to false.
-
The Basic mode (which limited the interface to just the new download form) along it's
associated ENV YTP_BASIC_MODE is being removed. Everything except what is available
behind configurable flag will become part of the standard interface.