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.
@ -56,15 +57,17 @@ 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
1. Change color bar for notification trigger 1. Change color bar for notification trigger
1. Expand trigger to enable/disable message fields 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. 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,29 +327,43 @@ 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`
#### Python Webhook ### Advanced Plex Settings
<div class="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 ??? info "Advanced Plex Settings"
- 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 #### Python Webhook
- Cloudbox - Has python installed
- Hotio - Has python installed
- LSIO - Does not have python installed
##### Linux <div class="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 - Open the file and change the variables accordingly.
<div class="indent-L1 indent-B1"> - There are links in the file comments to help as well
Run the python file so it listens on the specific port. - 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.
</div>
##### Docker
- Cloudbox - Has python installed
- Hotio - Has python installed
- LSIO - Does not have python installed
##### Linux
placeholder
##### Unraid
placeholder
##### Windows
placeholder
<div class="indent-L1 indent-B1">
Run the python file so it listens on the specific port.
</div>
### Testing ### Testing

Loading…
Cancel
Save