Update Discord-Notifier-Basic-Setup.md

pull/34/head
TRaSH 4 years ago
parent 6392d9b1f2
commit 8532ef3b8f

@ -6,6 +6,7 @@
margin-bottom: 1em; margin-bottom: 1em;
} }
</style> </style>
# Discord Notifier Basic Setup # Discord Notifier Basic Setup
Here you will see a basic setup for Discord Notifier. Here you will see a basic setup for Discord Notifier.
@ -57,6 +58,7 @@ Setup which notifications you want to to receive from each option.
1. Click on the cog (settings) icon to configure what will be in your notification. 1. Click on the cog (settings) icon to configure what will be in your notification.
#### Notification Settings Configuration #### Notification Settings Configuration
![image-20201117-121530](images/image-20201117-121530.png) ![image-20201117-121530](images/image-20201117-121530.png)
1. Enable/Disable notification trigger 1. Enable/Disable notification trigger
@ -65,6 +67,7 @@ Setup which notifications you want to to receive from each option.
1. Customize the layout for the notification (drag/drop editor to the right in the image) 1. Customize the layout for the notification (drag/drop editor to the right in the image)
### Discord Settings ### Discord Settings
<div class="indent-L1 indent-B1"> <div class="indent-L1 indent-B1">
Setup your discord channels and your reactions and invite the bot into your channel. Setup your discord channels and your reactions and invite the bot into your channel.
</div> </div>
@ -81,6 +84,7 @@ You can do it all from one channel or separate the notifications (granular) for
</div> </div>
#### Simple channel setup #### Simple channel setup
<div class="indent-L1"> <div class="indent-L1">
`#media` => All the `*arr` notifications you setup in [Notification Settings](#notification-settings). `#media` => All the `*arr` notifications you setup in [Notification Settings](#notification-settings).
@ -323,26 +327,40 @@ Scroll up and save
1. Add the URL that you can copy/paste from the integrations page. 1. Add the URL that you can copy/paste from the integrations page.
2. Click on `SAVE CHANGES` 2. Click on `SAVE CHANGES`
### Advanced Plex Settings
??? info "Advanced Plex Settings"
#### Python Webhook #### Python Webhook
<div class="indent-L1 indent-B1"> <div class="indent-L1 indent-B1">
Python is required for this to work. Make sure your docker solution has it available if running docker. Python is required for this to work. Make sure your docker solution has it available if running docker.
</div> </div>
##### All implementations #### All implementations
- Open the file and change the variables accordingly. - Open the file and change the variables accordingly.
- There are links in the file comments to help as well - 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. - 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 ##### Docker
- Cloudbox - Has python installed - Cloudbox - Has python installed
- Hotio - Has python installed - Hotio - Has python installed
- LSIO - Does not have python installed - LSIO - Does not have python installed
##### Linux ##### Linux
placeholder
##### Unraid ##### Unraid
placeholder
##### Windows ##### Windows
placeholder
<div class="indent-L1 indent-B1"> <div class="indent-L1 indent-B1">
Run the python file so it listens on the specific port. Run the python file so it listens on the specific port.
</div> </div>

Loading…
Cancel
Save