technomage1

joined 1 year ago
[–] [email protected] 20 points 2 months ago (1 children)

I would hope they're not using static IPs and MAC address spoofing is a thing.

[–] [email protected] 1 points 6 months ago

I'm to the point that I won't tolerate your service if you can't give me a better experience than my jellyfin+*arr server. Why pay for 5 subscriptions to show you ads and low quality content when I can do it myself much better and for free?

[–] [email protected] 20 points 11 months ago (1 children)

Not really hidden tho

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago)

I've been using nextdns.io with great success. It let's you customise your settings and gives you a personal URL to paste into your private DNS

 

Ahoy fellow pirates! I don't know if this is the best place to ask, but I'm having issues getting qBittorrent to automatically unrar files so that Sonarr\Radarr can import. I'm running qbittorrent-nox with the *arr stack natively on Ubuntu 22.04 LTS

I have the following in "Run external program on torrent finished"
/usr/bin/unrar x -o- -r "%F"/*.rar "%F"/
But nothing happens when a torrent completes. When I check the qBittorrent logs, there is one line with:
Running external program. Torrent: "Name of Torrent". Command: `/usr/bin/unrar x -o- -r "/path/to/torrent/directory"/*.rar "/path/to/torrent/directory"/`

If copy and paste the above code into a terminal as the qbittorrent user, it extracts the rar files as expected. Is there anything I can check to get qBittorrent to unrar files automatically?