MyNixOS website logo

Configuration settings for animdl. All the available options can be found here: https://github.com/justfoolingaround/animdl?tab=readme-ov-file#configurations.

Declarations
Type
YAML 1.1 value
Default
{ }
Example
{
  default_player = "mpv";
  default_provider = "animixplay";
  ffmpeg = {
    executable = "ffmpeg";
    hls_download = false;
    submerge = true;
  };
  quality_string = "best[subtitle]/best";
  site_urls = {
    animixplay = "https://www.animixplay.to/";
  };
}