#error "list indices must be integers or slices, not CommentedMap "
1 messages · Page 1 of 1 (latest)
You can press the "Close Post" button above or type /close at any time to close this post.
i keep getting this error idk why there is the file
plex:
url: "http://192.168.1.220:32400"
token: (redacted by Luma)
radarr:
url: "http://192.168.1.220:7878"
token: (redacted by Luma)
sonarr:
url: "http://192.168.1.220:8989"
token: (redacted by Luma)
libraries:
- name: "Films"
type: "movie" - name: "TV Shows"
type: "show"
templates:
Watchlist:
sync_mode: "append"
radarr:
add_missing: true
sonarr:
add_missing: true
templates do not belong in your config.yml
they would be part of any YAML files that you are using
And you don't ahve any collections/overlays applying to the libraries?
type is also not a valid attribute for libraries
I don't know where you got that config.yml from but you've stripped out a lot of important things
oh ok i will take some more time on the template config to understand it better
I'd recommend taking this template file and starting from scratch:
https://kometa.wiki/en/latest/config/overview/#configuration-file-example
If you need a bit more of a hand-holding exercise, I can recomment the installation walkthroughs:
it will take you through setting up an initial config.yml and creating your first collections.
ok thanks a lot for your help