39
Is there a way to limit qBitTorrent only while Plex is streaming?
(sh.itjust.works)
1. Posts must be related to the discussion of digital piracy
2. Don't request invites, trade, sell, or self-promote
3. Don't request or link to specific pirated titles, including DMs
4. Don't submit low-quality posts, be entitled, or harass others
📜 c/Piracy Wiki (Community Edition):
💰 Please help cover server costs.
Ko-fi | Liberapay |
For code, being old is not always bad. Take for example some Unix commands, like copying files between servers using the ssh protocol. That hasn't changed in 50 or more years. So, if there're API endpoints in both apps, setting a cronjob would let you monitor every minute if you're streaming, and then do the switch. Or, even better, you may be able to have a hook/ trigger design pattern. Can you link to the scripts? Have you tested them at all?
links:
https://github.com/uraid/qbittorrent_throttle
https://github.com/fabricionaweb/qbit-toggle-speed
https://www.reddit.com/r/Tautulli/comments/rxk74k/help_with_qbittorent_alternative_speed_script/
I've not tested anything. I only just glanced around at what was available and was surprised it isn't as popular as I thought it would be.