SmithyNithy

Members
  • Posts

    19
  • Joined

  • Last visited

Everything posted by SmithyNithy

  1. @mayberts Yeah, I think I will delete the template. The software doesn't work (anymore) and the author is not supporting it. Expect it to be gone soon.
  2. No problem, I get that this is confusing. So just to sum it all up. Somebody, https://github.com/TheHumanRobot in this case, made a cool software. He also made it into a Docker container. Somebody else, me in this case, made this cool software appear in the Unraid "App Store". For this I wrote a template and gave it to the "App Store". Sometimes this is the same person, sometimes there are even more people contributing to this whole process.
  3. Because I just authored the docker template for the Unraid "App Store". If the fault is with rollarr itself it has to be updated by the author of rollar. He doesn't seem to very active though https://github.com/TheHumanRobot/Rollarr/issues.
  4. No need to report it, as I'm already aware : ) I can just remove the template from the store (I think removing it from my GitHub repo should do it) add a disclaimer
  5. @Lonewolf147 & @VideoVibrations Yeah I think the issue is also with Rollarr, it was last updated 10ish months ago. Could be that Plex has made some changed that broke Rollar. I think it might be worth considering marking this docker template as outdated or EOL, because most of the issue are because of Rollarr, not the template itself.
  6. I'm not really sure. The author of the software seems to use the weekly schedules for this somehow (see here https://github.com/TheHumanRobot/Rollarr). Best you ask the author himself, though it doesn't seem he is really actively answering any issues...
  7. @Lonewolf147 Glad you found a solution I'm sorry I didn't answer immediately, the week through I was in the military + sick so I have a lot of sleep to catch up to.... If you have any other questions or such, I will be able to answer until Sunday afternoon (UTC+1)
  8. @M00se@musicking Yeah seems like the author of the Docker has made a typo and I did not check myself. Thx for the info, fix will be live in about 2h as soon as possible. And I really hope everything works now, this is getting a little bit embarrassing and ridiculous :). Edit: Changes are now committed. 2h from now then...
  9. @M00se I've now pushed a proper fix, it should be available in max. 2 hours. I think the best course of action is to just wait and then install the fixed version. Please do tell me though if you have any problems with the fixed version or if everything works as expected.
  10. Okay so @cammelspit, @veizour, @SuperKing, @Alphacosmos and @nirav I found a temporary way to fix this. Beware though it is temporary and involves some work. So you might want to wait for an official solution. Delete your Rollarr container and image Create in your '/mnt/user/appdata/rollar' directory a new file with the name 'data.json' Enter the following lines into the 'data.json' file {"URL":""} Reinstall the Rollarr app and change the 'Appdata' path variable to the one shown in the attached file. I think that should work. You essentially mount a single file instead of the entire directory. The creation of the file beforehand is necessary because Docker would otherwise jsut create a directory with the name 'data.json'. @Squid I've made an issue on GitHub. Is there something else to be done? Because I'm not entirely sure I can just leave this like this until the issue is fixed.
  11. Yep that will load just fine but as soon as you restart update the container all of your configuration will be deleted. This or install all the permanent data into a subdirectory. Sadly I am not the author of the docker file or software this is using. Figured as much this morning but life and work came between me and fixing this. I am going to contact the dev/make a PR to the repository and try to find a solution too. Hold thight, gonna do that as soon as life allows me too this evening.
  12. That's strange. I'm gonna take a look at it, thanks for the info.
  13. Overview: Dedicated support topic for the Docker templates I made Rollarr🎥 Docker Hub: https://hub.docker.com/r/thehumanrobot/rollarr/ Repository: https://hub.docker.com/r/thehumanrobot/rollarr/ Template Repository: https://github.com/MasterEvarior/unraid-templates Plex Pre-Rolls: https://support.plex.tv/articles/202920803-extras Rollarr is a python script with web GUI that allows you to automate your Plex Server Pre-roll. 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! Installation instructions: Before creating this container you will have to: Create the appdata folder as '/mnt/user/appdata/rollarr' Create a new file inside that folder with the name 'data.json' Enter the following text inside the 'data.json' file: {"URL": ""} After that you can download and start the container. Rollarr and the associated Docker container are made by thehumanrobot, not me. If you want to support him, consider buying him a coffee. prometheus-qbittorrent-exporter🧭 Docker Hub: https://hub.docker.com/r/esanchezm/prometheus-qbittorrent-exporter Repository: https://github.com/esanchezm/prometheus-qbittorrent-exporter Template Repository: https://github.com/MasterEvarior/unraid-templates A prometheus exporter for qBitorrent. Get metrics from a server and offers them in a prometheus format.