Search found 2410 matches

by Peter
Mon Feb 19, 2024 9:41 am
Forum: Windows
Topic: PIA VPN Qbittorrent Binding
Replies: 2
Views: 256

Re: PIA VPN Qbittorrent Binding

If you can't find the interface, go into PIA's client and change the Protocol. OpenVPN for example uses a separate interface, while Wireguard does not. Just switch around the protocols and see if it pops up. Make sure to restart qBittorrent between tries. The protocol should not affect your speeds. ...
by Peter
Mon Feb 19, 2024 9:39 am
Forum: Linux
Topic: Jackett: api key error!
Replies: 1
Views: 503

Re: Jackett: api key error!

Jackett is not needed so to speak but here is the page for it:

https://github.com/qbittorrent/search-p ... ett-plugin

Here are the other plugins (not jackett-based):
https://github.com/qbittorrent/search-p ... ch-plugins
by Peter
Tue Feb 13, 2024 1:50 am
Forum: Cafe lounge
Topic: The best general tracker
Replies: 6
Views: 8351

Re: The best general tracker

Oh yeah I might have gotten confused right after OP. As "general" I meant public trackers you can just add to any torrent. For a general purpose tracker, if we include private ones too, I'd say IPTorrents is definitely nice. But the staff, ugh. I had an issue once and oh my God it was a pa...
by Peter
Tue Feb 13, 2024 1:47 am
Forum: Windows
Topic: Seems to think I'm running on Windows 8 and won't install.
Replies: 2
Views: 203

Re: Seems to think I'm running on Windows 8 and won't install.

The Windows Store version is fake, be careful.

Are you running a regular Windows 10 Pro? LTSC? LTSC IOT?
by Peter
Tue Feb 13, 2024 1:46 am
Forum: Suggestions
Topic: Global Tracker Non-Working Removal Option Feature
Replies: 1
Views: 249

Re: Global Tracker Non-Working Removal Option Feature

I see what you mean but sometimes they start working again, so it's kinda hard. Don't worry about them, it won't slow down anything or cause any issues.
by Peter
Sun Feb 11, 2024 10:57 am
Forum: Docker
Topic: Password - Can't log in with random password
Replies: 8
Views: 3459

Re: Password - Can't log in with random password

I never ran qB in Docker, but...
- can't you just set a password in the config file and never mess with the random password?
- you can also use the static qb-nox build instead of Docker: https://github.com/userdocs/qbittorrent-nox-static
by Peter
Thu Feb 08, 2024 10:06 am
Forum: Windows
Topic: Download speed is slow when i look at speedtest
Replies: 2
Views: 389

Re: Download speed is slow when i look at speedtest

They are just different type of measurements. You have 70 megabits per second. (you pay for that much) But in reality, you have around 100 megabits per second (see the speedtest and Windows) But qBittorrent uses a different value. It uses mega bytes per second. Your 100mbps of speed is around ~10MB/...
by Peter
Thu Feb 08, 2024 10:04 am
Forum: Linux
Topic: How add any new torrent in paused state by default?
Replies: 1
Views: 363

Re: How add any new torrent in paused state by default?

Settings -> Downloads -> "Do not start the download automatically"
by Peter
Tue Jan 30, 2024 5:03 pm
Forum: Generic
Topic: Strange connections that download about 100x the file size
Replies: 3
Views: 665

Re: Strange connections that download about 100x the file size

If you encounter Chinese peers, I recommend using the Enhanced Edition: https://github.com/c0re100/qBittorrent-Enhanced-Edition
Mind you, this is a fork and it is not whitelisted/approved on private trackers.
This Enhanced Edition is also unrelated to this project. So we can't really help you with it.
by Peter
Sat Jan 27, 2024 6:42 pm
Forum: MAC
Topic: Items will not download
Replies: 8
Views: 1852

Re: Items will not download

I love to test these things out but it's really hard to get a Mac. You can rent one online for example but the remote experience is very laggy and the price is astronomical.

(I am not a dev, I just enjoy tinkering with bugs, issues, trying to find a solution.)
by Peter
Fri Jan 26, 2024 2:46 pm
Forum: Linux
Topic: Problem with qbt autostart
Replies: 9
Views: 1386

Re: Problem with qbt autostart

What do I need to do when any update is released?
Just replace the file you use to run it now, with the new file downloaded from that Github project.
There is no other steps, nothing to install. "Static" means everything is included in that one single big file.
by Peter
Wed Jan 24, 2024 4:00 pm
Forum: Linux
Topic: Problem with qbt autostart
Replies: 9
Views: 1386

Re: Problem with qbt autostart

First and foremost you can ignore most of this post. My question is: Why do you even run a full qBittorrent or the .AppImage? Why not use the -nox version that only has WebUI? You can use this project to grab a fully built, latest, -nox static build: https://github.com/userdocs/qbittorrent-nox-stati...
by Peter
Wed Jan 24, 2024 12:42 pm
Forum: Windows
Topic: How to enable dark mode in v4.6.0 UI Theme Configuration?
Replies: 20
Views: 33305

Re: How to enable dark mode in v4.6.0 UI Theme Configuration?

SinShadowFox wrote: Wed Jan 24, 2024 11:21 am...
You get a target field when you make a shortcut to the .exe file. You need to modify the shortcut's properties.
by Peter
Wed Jan 24, 2024 12:14 pm
Forum: Linux
Topic: Problem with qbt autostart
Replies: 9
Views: 1386

Re: Problem with qbt autostart

Eh, I would simply put a simple script in Crontab. Every reboot, just killall qBittorrent and once it's not running (wait with a while?) just start it. This feels like one of those things where I'd write a program to change values in a .CSV file. Spend like 5 hours on it. And if I did it by hand, it...
by Peter
Fri Jan 19, 2024 1:47 am
Forum: Windows
Topic: qBittorrent Search Engine
Replies: 1
Views: 955

Re: qBittorrent Search Engine

Because it works. Python upgrades are different from other languages. One version change and it can break every script you run. This is the reason. The developers change this automatically installed version every now and then when a new qBittorrent version comes out. But yeah, don't worry about the ...