adamgot

Results 15 comments of adamgot

> Unable to create the new library folder '/mnt/user/Plex\ Media/Movies/Trending/'. Does the script have write permissions on that directory? Could you try creating it manually first?

Ah, remove the \ from Plex\ Media, maybe put the path in quotes, and it should work. Error just means the script can't find the directory. I'll improve the error...

Playlists can indeed be created. Please post your recipe file and the exception you’re getting.

What does you config.yml file look like?

With what version of Plex did this issue start? Can you confirm that links are created and are readable? Does it work with another agent? It sounds like an issue...

It should empty trash automatically. Which version of PMS and python-plexapi are you running? Does the "Empty trash automatically after every scan" server setting (PMS->Settings->Server->Library) make a difference?

This should be fixed in the Plex movie agent branch https://github.com/adamgot/python-plexlibrary/tree/plex-movie-agent Requires an update to the latest Plexapi. Please give it a try!

Hi, yes single episode entries in a list are treated as a reference to the entire show right now. I feel like this use case would be better suited as...

I have code for this in a separate script ready to be merged in, will hopefully get some time to do it soon.

@geekcroft No, I don't have any code for Collections, but it shouldn't be hard to do. What will take some time and effort is restructuring the existing codebase to not...