Search found 2421 matches

by Peter
Tue Feb 13, 2024 1:46 am
Forum: Suggestions
Topic: Global Tracker Non-Working Removal Option Feature
Replies: 1
Views: 1733

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: 5298

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: 437

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: 1934

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: 2140

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: 9626

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: 3025

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: 3025

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: 47329

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: 3025

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: 1046

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 ...
by Peter
Thu Jan 11, 2024 11:56 am
Forum: Windows
Topic: IIS Websites and Browsing Stop When qBittorrent is Running on Windows Server 2019
Replies: 2
Views: 777

Re: IIS Websites and Browsing Stop When qBittorrent is Running on Windows Server 2019

- Check advanced settings, you can bind qBittorrent to the public network interface - Check if you have qBittorrent WebUI enabled, it may take up a port you need - Check ports used: -- in command line: netstat -abn -- with GUI: https://learn.microsoft.com/en-us/sysinternals/downloads/tcpview - You c...
by Peter
Thu Jan 11, 2024 11:50 am
Forum: Windows
Topic: Accessibility with screen readers
Replies: 1
Views: 684

Re: Accessibility with screen readers

Interesting, thank you for your feedback.

And the other menu items are fine?
If so, I will check what's the difference and submit a Pull Request.

Do you experience issues elsewhere?
by Peter
Thu Jan 11, 2024 11:49 am
Forum: Windows
Topic: Downloading
Replies: 1
Views: 1089

Re: Downloading

1) you can go into settings -> advanced -> "Always announce to all tiers" 2) make sure you have port forwarded on your router and the right port is set up on your pc 3) make sure your firewall is not blocking qBittorrent 4) you can add this public tracker list to any public torrent and usu...
by Peter
Thu Jan 04, 2024 1:16 am
Forum: Windows
Topic: Help With RSS "OR" Expression
Replies: 4
Views: 783

Re: Help With RSS "OR" Expression

Could you post actual example names? Like 100% exact names?

Also, ChatGPT and Bing AI can write regex for you, if you don't feel like learning it.