Update readme
This commit is contained in:
parent
7cab1c1932
commit
c226c6eeee
14
.idea/config-update.iml
Normal file
14
.idea/config-update.iml
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="PYTHON_MODULE" version="4">
|
||||
<component name="NewModuleRootManager">
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<excludeFolder url="file://$MODULE_DIR$/.idea" />
|
||||
<excludePattern pattern="config.ini" />
|
||||
</content>
|
||||
<orderEntry type="jdk" jdkName="Python 2.7.13 (C:\Python27\python.exe)" jdkType="Python SDK" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
<component name="TestRunnerService">
|
||||
<option name="PROJECT_TEST_RUNNER" value="Unittests" />
|
||||
</component>
|
||||
</module>
|
4
.idea/misc.xml
Normal file
4
.idea/misc.xml
Normal file
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectRootManager" version="2" project-jdk-name="Python 2.7.13 (C:\Python27\python.exe)" project-jdk-type="Python SDK" />
|
||||
</project>
|
8
.idea/modules.xml
Normal file
8
.idea/modules.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/config-update.iml" filepath="$PROJECT_DIR$/.idea/config-update.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
6
.idea/vcs.xml
Normal file
6
.idea/vcs.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
36
README.md
36
README.md
@ -338,21 +338,33 @@ Scripts pulled from my gist profile.
|
||||
|
||||
#### Enabling Scripts in Tautulli:
|
||||
|
||||
Settings > Notification Agents > Click the Scripts gear
|
||||
Taultulli > Settings > Notification Agents > Add a Notification Agent > Script
|
||||
|
||||
- [ ] Set scripts location to location of your scripts
|
||||
Taultulli > Settings > Notification Agents > New Script > Configuration:
|
||||
- [ ] Set scripts location to location of your script
|
||||
- [ ] Scroll down to option you want to use and select the script from the drop down menu
|
||||
- [ ] Set desired Script Timeout value
|
||||
- [ ] Optional - Add a description of the script for easy reference
|
||||
- [ ] Save
|
||||
|
||||
Settings > Notification Agents > Click the Bell next to Scripts
|
||||
Taultulli > Settings > Notification Agents > New Script > Triggers:
|
||||
|
||||
- [ ] Check desired trigger
|
||||
- [ ] Close
|
||||
|
||||
Settings > Notifications > Click Script
|
||||
|
||||
- [ ] Enter in the Script Arguments
|
||||
- [ ] Save
|
||||
|
||||
Taultulli > Settings > Notification Agents > New Script > Conditions:
|
||||
|
||||
- [ ] Set desired conditions
|
||||
- [ ] Save
|
||||
|
||||
For more information on Tautulli conditions see [here](https://github.com/Tautulli/Tautulli-Wiki/wiki/Custom-Notification-Conditions)
|
||||
|
||||
Taultulli > Settings > Notification Agents > New Script > Script Arguments:
|
||||
|
||||
- [ ] Select desired trigger
|
||||
- [ ] Input desired notification parameters (List of parameters will likely be found inside script)
|
||||
- [ ] Save
|
||||
- [ ] Close
|
||||
|
||||
|
||||
</details>
|
||||
@ -364,17 +376,15 @@ Settings > Notifications > Click Script
|
||||
<details>
|
||||
<summary>Plex</summary>
|
||||
|
||||
- [ ] PLEX_HOST - Local IP to connect to Plex ('localhost', '192.168.0.x', '127.0.0.1', etc.)
|
||||
- [ ] PLEX_PORT - Port number used by Plex (default: 32400)
|
||||
- [ ] PLEX_SSL - http:// or https://? '' if http and 's' if https
|
||||
- [ ] PLEX_URL - Local/Remote IP to connect to Plex ('http://localhost:32400', 'https://x.x.x.x:32412', etc.)
|
||||
- [ ] PLEX_TOKEN - [Plex](https://support.plex.tv/hc/en-us/articles/204059436-Finding-an-authentication-token-X-Plex-Token) or Tautulli Settings > Plex.tv Account > PMS Token
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Tautulli</summary>
|
||||
|
||||
- [ ] TAUTULLI_URL - Local IP to connect to Tautulli ('localhost', '192.168.0.x', '127.0.0.1', etc.)
|
||||
- [ ] TAUTULLI_APIKEY - Tautulli Settings > Access Control > Enable API - API Key
|
||||
- [ ] TAUTULLI_URL - Local/Remote IP to connect to Tautulli ('http://localhost:8181', 'https://x.x.x.x:8182', etc.)
|
||||
- [ ] TAUTULLI_APIKEY - Tautulli Settings > Access Control > Enable API - API Key
|
||||
</details>
|
||||
|
||||
</details>
|
||||
|
9
config.ini
Normal file
9
config.ini
Normal file
@ -0,0 +1,9 @@
|
||||
# Specify your details to this file and most of the scripts will get it.
|
||||
|
||||
[plex]
|
||||
url = http://localhost:32400
|
||||
token = rFr9327dn1JepuTA5o4U
|
||||
|
||||
[tautulli]
|
||||
url = http://localhost:8183/
|
||||
api = 56953cf8a660652acb20ce40c90f2b19
|
Loading…
Reference in New Issue
Block a user