Chaz Larson

Results 79 comments of Chaz Larson

API here: https://api-docs.letterboxd.com/ BUT: https://letterboxd.com/api-beta/ "The Letterboxd API is in private beta"

The request from PMM to Tautulli includes a library parameter, which leads me to assume it's library-specific, so wouldn't expect watched shows from one library to show up in a...

You're correct that the API call doesn't include the library. That's my mistake; apologies. I think it might be this line: https://github.com/meisnate12/Plex-Meta-Manager/blob/bddedc65c728b47174775821c8cd7b1725b88a17/modules/tautulli.py#L48 I imagine the "rating key" for the show...

The rating key is assigned by Plex when the item is added to the Plex library; it's not a GUID. Your rating ID for "Strange New Worlds" is different to...

Yeah, it's in Plex: ![image](https://user-images.githubusercontent.com/3865541/170066332-6a1b965f-7e7d-4374-a58e-791746538d91.png) For sure PMM could be modified to take that guid apart and match the TVDB ID, assuming that Plex API provides a way to hand...

If you add the user to your `docker run` PMM will create artifacts as that user. ``` docker run -it --rm --user 1000:1000 -v /opt/pmm/config:/config meisnate12/plex-meta-manager:nightly --config config/config.yml -r ```...

This seems like a duplication of Sonarr's functionality. You may want to look at [Missarr](https://github.com/l3uddz/missarr) as a way to automate active backlog searches.

That would mean PMM keeping track of everything's watched state, which seems really redundant and leads to a lot of code defining and maintaining what "currently watching" means and how...

This sort of thing is typically better for the discord. Alternatively, if you know the changes that you think are required, you can create a pull request. Community roles are...