I am setting up my config.yml file however im having 2 errors that I cant seem to figure out.
The first is connecting to mal. I have put in the codes requested however when I run PMM I get the following error.
Connecting to My Anime List...
| MyAnimeList Error: Invalid code
| My Anime List Connection Failed
However if I pull that code out and just leave the local host address it also fails. If I run it without the url listed it will create a new url and code then when I go to run PMM again it fails saying that the code is invalid. Any ideas on how I can stop that loop?
Second Im trying to exclude some of the playlists from the git:PMM/playlist files. I have added the template_variables option and turned the playlists I dont want to false. However Radarr and Sonaar pick up the missing files any way. I was wondering if I have set up the config file correctly? Below is the code.
playlist_files:
- git: PMM/playlist
template_variables:
- use_arrow: false
- use_dcau: false
- use_pokemon: false
- file: config/playlists.yml