[SUPPORT] GRTGBLN - DOCKER TEMPLATES


Recommended Posts

I see the ntfy container added today - but one already exists. Same dockerhub repo too of 

binwiederhier/ntfy:latest
 

I believe Squid's normal stance here is whoever had it first should keep their template, unless its unmaintained/depreicated. 

EDIT: Note that I don't want to speak for Squid at all, just speaking from personal experience.

 

I only say something because I saw that ntfy was added yet I already had it installed, made me look at if there was a different container or what.

Edited by CorneliousJD
Link to comment
  • 2 weeks later...
  • 4 months later...

uhhh, not sure if this is the correct link, but it's where's linked from the Docker's install page...

 

trying to install Tauticord, by nwithan8 but keep getting this at the end of the install:

 

"Error: failed to register layer: stat /var/lib/docker/btrfs/subvolumes/d55c1127cda32d7088da9a6435ff7f908cbbff49d5ca47fa96187831562d1540: no such file or directory"

 

never had an error message like this on an install before

Link to comment
  • 5 months later...
On 6/28/2023 at 12:26 PM, gellux said:

uhhh, not sure if this is the correct link, but it's where's linked from the Docker's install page...

 

trying to install Tauticord, by nwithan8 but keep getting this at the end of the install:

 

"Error: failed to register layer: stat /var/lib/docker/btrfs/subvolumes/d55c1127cda32d7088da9a6435ff7f908cbbff49d5ca47fa96187831562d1540: no such file or directory"

 

never had an error message like this on an install before

 

Apologies, I haven't been on the forums in a while. Did this resolve itself?

Link to comment
  • 4 weeks later...
On 12/14/2023 at 7:27 AM, grtgbln said:

A second application release: Plex Prerolls

 

GitHub: https://github.com/nwithan8/plex-prerolls

Docker: https://hub.docker.com/repository/docker/nwithan8/plex_prerolls/general

This application parses a simple schedule and, on a cron job, updates the prerolls used by Plex before a movie.


Where do the prerolls need to be located for this docker to be able to see them?

Link to comment
9 hours ago, SnugglyDino said:


Where do the prerolls need to be located for this docker to be able to see them?

 

The Docker container does not need to access the pre-roll files directly. In your schedule, use the path that Plex would use to access each file.

Link to comment
4 hours ago, grtgbln said:

 

The Docker container does not need to access the pre-roll files directly. In your schedule, use the path that Plex would use to access each file.

Ok so I tried running the program but it does not seem to have changed the current Plex Prerolls and I'm not quite sure what I am doing wrong. I attached an imgur link with my current config.yaml and what the logs are saying. Hopefully you can help me figure out the error in my ways.

 

https://imgur.com/a/yspLthP

Link to comment
10 hours ago, SnugglyDino said:

Ok so I tried running the program but it does not seem to have changed the current Plex Prerolls and I'm not quite sure what I am doing wrong. I attached an imgur link with my current config.yaml and what the logs are saying. Hopefully you can help me figure out the error in my ways.

 

https://imgur.com/a/yspLthP

The path "/mnt/user/data/media/..." doesn't exist inside Plex. You need to use the path to each file as Plex would see it, perhaps something like "/media/...". Refer to the mapped paths on your Plex Docker container.

 

Also, those Fall, Winter et. al schedules won't work with just paths to the prerolls folders, you need to include full paths to individual media files (not sure if perhaps you redacted those for this help session)

Edited by grtgbln
Link to comment
  • 2 weeks later...
On 1/10/2024 at 1:00 AM, grtgbln said:

The path "/mnt/user/data/media/..." doesn't exist inside Plex. You need to use the path to each file as Plex would see it, perhaps something like "/media/...". Refer to the mapped paths on your Plex Docker container.

 

Also, those Fall, Winter et. al schedules won't work with just paths to the prerolls folders, you need to include full paths to individual media files (not sure if perhaps you redacted those for this help session)

OK so I updated the container to use the path Plex sees. Which in my case is "/data/media/prerolls/...". That is what it is currently using for Prerolls.

I have also set the cron to * * * * * so it updates every minute for testing purposes. (Side note, can you update the docker container so the cron section is not considered a password field? This way I can see the current cron being used instead of a bunch of dots?)

The Fall, Winter, et. al schedules are set to "false" and will be utilized in the future. So if my understanding is correct they should not matter. Do I need to comment them out even though they're set to false?

 

Unfortunately the prerolls are still not updating to use the prerolls in the "Always" section.

Link to comment
5 minutes ago, SnugglyDino said:

OK so I updated the container to use the path Plex sees. Which in my case is "/data/media/prerolls/...". That is what it is currently using for Prerolls.

I have also set the cron to * * * * * so it updates every minute for testing purposes. (Side note, can you update the docker container so the cron section is not considered a password field? This way I can see the current cron being used instead of a bunch of dots?)

The Fall, Winter, et. al schedules are set to "false" and will be utilized in the future. So if my understanding is correct they should not matter. Do I need to comment them out even though they're set to false?

 

Unfortunately the prerolls are still not updating to use the prerolls in the "Always" section.

So commenting out everything below the "Always" Section got it to work. So clearly it works, but the logic for how it works is not clicking in my head. Gotta play around with it some more.

Link to comment

Ok so I figured out an issue. The "monthly" section is not limiting itself to the prescribed month. When I went through re-enabling things section by section everything was working as I expected until I got to the "monthly" section.

https://imgur.com/a/JgzPOJt

 

When I re-enabled the month of October and checked the logs it showed that the "Always" section got disabled even though it's not October. I did not have this problem when re-enabling any other section (but they are set to false so that might be why). Why is the October's setting for "disable_always" triggering even though it is not October?

Link to comment
7 hours ago, SnugglyDino said:

Ok so I figured out an issue. The "monthly" section is not limiting itself to the prescribed month. When I went through re-enabling things section by section everything was working as I expected until I got to the "monthly" section.

https://imgur.com/a/JgzPOJt

 

When I re-enabled the month of October and checked the logs it showed that the "Always" section got disabled even though it's not October. I did not have this problem when re-enabling any other section (but they are set to false so that might be why). Why is the October's setting for "disable_always" triggering even though it is not October?

 
Thank you for bringing the bug to my attention, it has been patched and will be available in the latest version shortly. The masking of the cron template has also been fixed.

In the future, please open an issue on GitHub about the project: https://github.com/nwithan8/plex-prerolls, I check that more often than I check these forums.

Link to comment
8 hours ago, grtgbln said:

 
Thank you for bringing the bug to my attention, it has been patched and will be available in the latest version shortly. The masking of the cron template has also been fixed.

In the future, please open an issue on GitHub about the project: https://github.com/nwithan8/plex-prerolls, I check that more often than I check these forums.

Thank you for making those fixes!

 

I normally would open the issue on GitHub but I cannot seem to find the "Issues" tab on your project page https://imgur.com/a/rE3c9tS. As a novice with GitHub I'm not sure how I can report an issue when there is no "Issues" tab.

Link to comment
16 minutes ago, animeking1987 said:

I cant get mine to work I get this error when I try to run it manually. My config file is there. 

image.thumb.png.7e5d0de3154ff98a12c2618674eec9df.png

image.png.c668365cb84fbcb16da9e84475ec7467.png

 As the error suggests, your command is incorrect. You need to provide the "-c" flag when providing a config file path. Use the following instead:
 

python run.py -c /mnt/user/appdata/prerolls/config.yaml



Also, please reserve this thread for discussion specifically about running this Community App as a Docker container on Unraid. For general questions about running the Python script directly, please open an issue on the project's GitHub page: https://github.com/nwithan8/plex-prerolls

Edited by grtgbln
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.