-
Notifications
You must be signed in to change notification settings - Fork 308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hide_episode_spoilers.py fails to create the blur thumbnails #334
Comments
I can confirm that this is also happening on my server. I set a trigger for this to happen on play as a test.
|
Having the same problem on blur as well. Same |
Does Tautulli have access to the library location? Tautulli would need access to edit the directory where the Plex libraries are. |
@blacktwin I ran in to the same issue now, tautulli has rwx permissions to the PhotoTranscoder directory (recursively), so that I do not think is an issue. For now using the |
Sorry forgot to add that Tautulli logs doesn't show any errors:
|
FWIW I was eventually able to get the script to work, and yes as @blacktwin noted it did seem to be a permissions issue. |
Thanks lunaya. Not sure why I am having issues then. Just to confirm the access needs to given to /cache/PhotoTranscoder right? tautulli definitely has rwx access to this directory (and the ones in them) |
In my case, the machine running the script also needed permissions to every directory that contained video files that would be played by Plex. Because the way that it works for me is that on Plex scan/matching, it will create a png file with the same name as every video file which is just a plain black picture with the word SPOILER on it. So the server machine running the script had to have permissions to every media/series folder in order to write pngs next to the video files. Plex will then see that there are png files with identical filenames to every mp4, for example, and use that as the episode picture. |
Yup that --image is not an issue (works well here). My issue is that --blur doesnt seem to have an effect. |
Ah apologies...yeah in that case I'm not sure. Strange because the process/permissions of writing a new image to the video file location should be the same.. |
@dasauto1 So the file is created and moved but not set in Plex? If you go to the item's detail page and select Edit > Poster, to you see the blurred image? |
I don't see any file being created with |
? Thats not an argument. Are you only seeing this while testing or while having Tautulli trigger it? |
Sorry I meant |
@blacktwin Hello, I'm having the same problem. Here is the log:
Here is my docker container:
My main user is 'homelab' and I know it has access to the correct directory:
And I know the PUID and PGID are correct by running:
What am I missing? Thank you for your help |
Describe the bug
The media content is located on a folder mounted with mergerfs, not sure if that matters
Logs
The text was updated successfully, but these errors were encountered: