1. Expand trigger to enable/disable message fields
1. Customize the layout for the notification (drag/drop editor to the right in the image)
1. Enable/Disable notification trigger
1. Change color bar for notification trigger
1. Expand trigger to enable/disable message fields
1. Customize the layout for the notification (drag/drop editor to the right in the image)
### Discord Settings
<divclass="indent-L1 indent-B1">
Setup your discord channels and your reactions and invite the bot into your channel.
</div>
@ -81,6 +84,7 @@ You can do it all from one channel or separate the notifications (granular) for
</div>
#### Simple channel setup
<divclass="indent-L1">
`#media` => All the `*arr` notifications you setup in [Notification Settings](#notification-settings).
@ -323,29 +327,43 @@ Scroll up and save
1. Add the URL that you can copy/paste from the integrations page.
2. Click on `SAVE CHANGES`
#### 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>
### Advanced Plex Settings
##### 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.
??? info "Advanced Plex Settings"
##### Docker
- Cloudbox - Has python installed
- Hotio - Has python installed
- LSIO - Does not have python installed
#### Python Webhook
##### Linux
<divclass="indent-L1 indent-B1">
Python is required for this to work. Make sure your docker solution has it available if running docker.
</div>
##### Unraid
#### All implementations
##### Windows
<divclass="indent-L1 indent-B1">
Run the python file so it listens on the specific port.
</div>
- 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.