haijeploeg / excludarr

Excludarr manages your libraries in Radarr/Sonarr. It keeps track of your library and checks if your movies and series are also available on a configured streaming provider. It can exclude the movies and series that are available on a configured streaming provider. But it can also re-add movies and series if they are not streaming anymore.
MIT License
197 stars 12 forks source link

Unraid? #1

Closed Tharic99 closed 3 years ago

Tharic99 commented 3 years ago

Just a quick question on any recommendations for using this under Unraid? Not sure what you're base OS is, so I figured I'd throw this out there.

I know it's possible using the Unraid User Scripts plugin, but I wasn't sure if you had experience with that or not.

Thanks and great work on the script!

haijeploeg commented 3 years ago

Hi Tharic99,

Thank you! I use MacOS and ubuntu 18.04/20.04 mainly for development. I don't have any experience with unraid actually. But it is on my list to add a Docker container for this as well. I see that unraid does support Docker, so maybe that will be a solution for you in the future?

Tharic99 commented 3 years ago

I actually got it working with the Unraid User Scripts, so it will work under Unraid.

For anyone else who comes here.

Make sure you have the User Scripts and the Nerd Tools addons installed.

Create a folder in your Appdata folder for this and extract the download zip into that folder.

Modify the exclude_streaming_from_radarr.py file per the instructions.

Open up a Terminal Prompt in the Unraid console and navigate to the folder you created under appdata for this.

Run a pip3 install -requirements.txt from the command line terminal to make sure you have all the requirements in place.

Then from the terminal, you can execute a python3 exclude_streaming_from_radarr.py to actually run the script

haijeploeg commented 3 years ago

Hi Tharic99,

Great that you have figured it out. If it is okay with you I will add this to the Readme file.

Tharic99 commented 3 years ago

Sure thing. Feel free to clean it up so it flows better/etc as well!

jokerigno commented 2 years ago

HI @Tharic99 file exclude_streaming_from_radarr.py no longer exist. Can you please help me to run it (via script or via docker) in my Unraid Server?