Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albinmedoc/tautulli-scripts
https://github.com/albinmedoc/tautulli-scripts
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/albinmedoc/tautulli-scripts
- Owner: albinmedoc
- Created: 2024-11-30T13:16:22.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-30T13:28:41.000Z (2 months ago)
- Last Synced: 2024-11-30T14:28:36.811Z (2 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This repository contains usefull scripts I use in Tautulli to make my arr-stack better.
## `pause_sabnzbd.py` examples:
### Pause on Playback Start
Triggers: Playback Start
Arguments:
```
pause
```### Unpause on Playback Stop
Triggers: Playback Stop
Arguments:
```
resume
```## `pause_qbittorrent.py` examples:
### Pause on Playback Start
Triggers: Playback Start
Arguments:
```
pause
```### Unpause on Playback Stop
Triggers: Playback Stop
Arguments:
```
resume
```