You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are 2 methods that I know to edit the config:
Make a new config file yourself: [Recommended]
1. Create a new file called animdl_config.yml in the directory you are running the command prompt.
2. Use a text editor and open animdl_config.yml. Set the configurations. Example of the yml file content: default_player: vlc
4. Save the file.
5. animdl should now follow the new config file.
Editing the init.py: (I don't think this is the recommended way but it works for me)
1. You can run pip show animdl to see where the package was installed.
2. In the directory: "installed packages path" > animdl > core > config > __init__.py
3. Edit the __init__.py with a text editor and there should be a config section. Save the file after editing.
I would love to be able to config the tool from the cmd without go through the file manager.
The text was updated successfully, but these errors were encountered: