-
Notifications
You must be signed in to change notification settings - Fork 219
Config
Vishnunarayan K I edited this page May 8, 2019
·
6 revisions
You can configure the tool to suit your needs by using config.json
.
This can be found under:
-
~/.config/anime-downloader
on Linux -
C:\Users\[Username]\AppData\Roaming\anime downloader
on Windows
You can override the settings in the config.json
, with command line arguments.
The default config file is given below.
{
"dl": {
"download_dir": ".",
"force_download": false,
"file_format": "{anime_title}/{anime_title}_{ep_no}",
"log_level": "INFO",
"player": null,
"quality": "720p",
"skip_download": false,
"url": false
},
"watch": {
"log_level": "INFO",
"quality": "720p"
}
}
NOTE:
- For the key
file_format
, you can setanime_title
(which refers to the title of the anime) andep_no
which is the number of the epiosde. - If you set
player
indl
, the tool will never download, only play in the set player. - If you set
force_download
, it will redownload even if the epiosde has already been downloaded.