Here you will see a basic setup for Discord Notifier.
@ -6,15 +15,15 @@ Here you will see a basic setup for Discord Notifier.
## Login
First we're going to visit the [Discord Notifier](https://discordnotifier.com/index.php){:target="_blank"} site, if you don't have a account yet signup
First we're going to visit the [Discord Notifier](https://discordnotifier.com/index.php){:target="_blank"} site, if you don't have an account yet, click the link to signup.
@ -299,9 +327,47 @@ For Plex we're going to use the Webhook method.
1. Add the URL that you can copy/paste from the integrations page.
2. Click on `SAVE CHANGES`
### Advanced Plex Settings
??? info "Advanced Plex Settings"
#### Python Webhook
<divclass="indent-L1 indent-B1">
Python is required for this to work. Make sure your docker solution has it available if running docker.
</div>
#### All implementations
- Open the file and change the variables accordingly.
- There are links in the file comments to help as well
- You can test the script by typing python /path/to/script in your CLI. If the file has a shebang in it (#!python) then you do not need to specify python on the CLI.
##### Docker
- Cloudbox - Has python installed
- Hotio - Has python installed
- LSIO - Does not have python installed
##### Linux
placeholder
##### Unraid
placeholder
##### Windows
placeholder
<divclass="indent-L1 indent-B1">
Run the python file so it listens on the specific port.
</div>
### Testing
On the top of the integrations page you will have now the ability to test your settings.
On the top of the integrations page you will now have the ability to test your settings. This only tests the connection between the notifier and your discord. You can use the Test in each *arr and that will test the everything (connection wise).