Chaz Larson
Chaz Larson
> I'm unable to find how can I modify it myself and create a PR 1. fork the repo [kometa for the wiki, imagemaid for the readme] 2. create a...
Just kind of guessing: > what is "names" as it is 3 items that i dont see relate to any other numbers (is it a bug of counting the collection...
This just worked for me in 2.1.0 nightly and 2.1.0 master: config.yml: ``` plex: url: token: tmdb: apikey: ``` command line: ``` python kometa.py --run --kometa-plexurl http://192.168.1.11:32400 --kometa-plextoken BLAHBLAH --kometa-tmdbkey...
Env vars also working fine for me: ``` export kometa_plexurl=http://192.168.1.11:32400 && export kometa_plextoken=BLAH_BLAH && export kometa_tmdbkey=BLAHBLAH ``` then ran: ```shell #!/bin/zsh echo kometa_plexurl in ENV: $kometa_plexurl echo kometa_plextoken in ENV:...
`-dc` deletes all collections prior to the run. I'll see if I can repro it with docker, but so far I'm not seeing either the "must be lower case" or...
I also cannot repro any issues in docker.
```yaml plex: url: token: tmdb: apikey: ``` ```yaml services: kometa-test: image: kometateam/kometa:latest container_name: kometa restart: no volumes: - /home/chaz/kometa/config:/config environment: PUID: "1000" PGID: "1000" UMASK: "022" TZ: "America/Chicago" KOMETA_RUN: "true"...
It appears that there's an issue where the values from the config doesn't make it down to the library: ``` grep -i -e "trash" config/logs/meta.log [2024-07-29 15:15:12,606] [config.py:193] [DEBUG] |...
I reproduced this in my test library. The issue is that when you add new episodes to a season, neither the season nor show runtime overlays change. https://discord.com/channels/822460010649878528/1272191038169284649 When I...
> So I just have to update Kometa to the latest nightly version and try it? Or do I have to change something in the runtime.yml file to achieve it?...