Plex-Auto-Collections icon indicating copy to clipboard operation
Plex-Auto-Collections copied to clipboard

Python 3 script to automatically update Plex collections based off a configuration file

Results 59 Plex-Auto-Collections issues
Sort by recently updated
recently updated
newest added

Hello, I saw that there was an issue about that #78, seems to be corrected with PR #138 but I still have the problem with last version, is it normal?...

is radarr v4 supported? if i use v3 in config, i get an error in radarr and in script

Hi I had this running perfectly last week, but now I'm getting this error - any idea what's changed or how to fix please? Thanks in advance ```Traceback (most recent...

Had a little Plex issue and after solving that I've realized the auto collections no longer work. I'm getting some permissions denied and was hoping this is an easy fix...

I found no mention of where to launch script from ? I can only assume I launch from PMS directory ? would maybe be good to add an error for...

Hello, just started using this docker script today and love it so far. But can you not run this on multiple libraries on the same plex server? I have it...

At some point, I'm not sure when, the script started failing when it was run. I had not made any config changes before or after the failure so I'm not...

Hi, First: thanks for picking up this project - I use it a lot. I'm hitting an issue with actor based collections. I read the Read me and tried all...

Made a change to use URL parsing utility instead of string formatting to build URL when calling Plex API. This is to address the related open issue I created earlier...

When building the request to call Plex, the line `req = Request('{}{}'.format(plex.url, movie.key))` isn't stripping the leading backslash from the movie.key params so we end up with something like 'http://192.168.1.100:32400//library/metadata/730'...