pairofcrocs / qbit-unraid-slowdown

A script that interacts with the Plex server, qBittorrent, and an Unraid server to manage the speed of qBittorrent downloads based on the number of active streams on Plex and the status of a parity check operation on the Unraid server.
11 stars 2 forks source link

Added .env option to ignore local streams #7

Closed Nakroma closed 3 months ago

Nakroma commented 4 months ago

Thank you for this script!

This PR adds an option to the .env to ignore local streams and only count remote streams. It also moves the stream detection from RegEx to actual XML parsing which makes it a little more robust. I've also added a very basic .gitignore.

pairofcrocs commented 3 months ago

Love it, thanks for the addition :)