This is the new and improved Automatic Pre-roll script with a GUI for Plex now called Rollarr! It should be stable but if you find a bug please let me know
You can find out more about Plex Pre-roll here: https://support.plex.tv/articles/202920803-extras/
You can specify if you would like your pre-roll updated monthly, weekly, daily, or for specific holidays.
For example you can have this setup to apply a standard Pre-roll during regular times of the year and then during holidays update the pre-roll automatically!
You will now point this at the PrerollUpdate.py script~~ This is no longer required for the docker container since I have written some code to ensure the pre-roll is synced every 60s
##### Docker Command
```
docker run -v /data.json:/docker/configs/rollarr/data.json -p 3100:3100 rollarr
```
/data.json can be changed to anywhere you want to store you data.json file
I have selected Holiday and enabled the Christmas list therefore it will run through my Christmas list. If it does not find one enabled, finds empty strings, or does not match the holiday dates set in the system it will attempt to pull from the Default files.
I hope this is useful for some people and feel free to post any ideas or bugs