Created: Plex Integration place holder - Created: copy/paste of the old advanced plex - Moved: Images to the correct location Created: Snapshots Integration place holder - Created: copy/paste of the old snapshots - Moved: Images to the correct location Updated: Notifiarr - Quick Start - Added: Correct link to the Plex Integrationpull/148/head
parent
5dacffc87d
commit
c2d5113bfd
@ -0,0 +1,39 @@
|
|||||||
|
# Plex Integration
|
||||||
|
|
||||||
|
!!! bug "This is still a work in progress and more a placeholder for the time being !!!"
|
||||||
|
|
||||||
|
![!dn-plex-advanced](images/Plex/dn-plex-advanced.png)
|
||||||
|
|
||||||
|
## Python Webhook
|
||||||
|
|
||||||
|
<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
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
|
<div class="indent-L1 indent-B1">
|
||||||
|
Run the python file so it listens on the specific port.
|
||||||
|
</div>
|
@ -0,0 +1,11 @@
|
|||||||
|
# Snapshots Integration
|
||||||
|
|
||||||
|
!!! bug "This is still a work in progress and more a placeholder for the time being !!!"
|
||||||
|
|
||||||
|
![!dn-snapshot-setup](images/Snapshots/dn-snapshot-setup.png)
|
||||||
|
|
||||||
|
1. Temperature measurement for notifications
|
||||||
|
1. Alert settings
|
||||||
|
1. Who to mention when alerts are triggered (role or user)
|
||||||
|
1. List of existing alerts
|
||||||
|
1. Option to only get a snapshot notification if there is an alert triggered
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 87 KiB |
Loading…
Reference in new issue