Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.animdl.enable

Whether to enable animdl.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.animdl.package

The animdl package to use.

Type: null or package

Default:

pkgs.animdl

Declared by:

programs.animdl.settings

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

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/";
  };
}

Declared by: