qBittorrent-Enhanced-Edition icon indicating copy to clipboard operation
qBittorrent-Enhanced-Edition copied to clipboard

How to enable enhanced settings?

Open nigiriemoji opened this issue 3 years ago • 12 comments

qBittorrent version and Operating System

4.3.9 + latest raspbian on pi 4

How do I access the enhanced features like Auto Update Public Trackers List? I'm currently having trouble finding it within the settings section.

nigiriemoji avatar Nov 27 '21 05:11 nigiriemoji

GUI:

图片 图片

WebUI:

图片 图片

abcfy2 avatar Nov 28 '21 02:11 abcfy2

Hi, apologies. I am using it via webUI from a debian raspberry pi 4. Should be latest everything as of today. Please see my screenshots below of webUI

Screen Shot 2021-11-27 at 9 19 32 PM Screen Shot 2021-11-27 at 9 20 31 PM

nigiriemoji avatar Nov 28 '21 05:11 nigiriemoji

Seems you are using official qbittorrent, would you please double check it?

Did you download and run qbittorrent from https://github.com/c0re100/qBittorrent-Enhanced-Edition/releases/tag/release-4.3.9.10 ?

What's the version?

/path/to/qbittorrent-nox --version

Should be:

qBittorrent v4.3.9.10

Not

qBittorrent v4.3.9

abcfy2 avatar Nov 28 '21 05:11 abcfy2

I followed the guide to add stable repo for raspbian 11 here:

https://github.com/c0re100/qBittorrent-Enhanced-Edition#repository

What command should I do for this? Not sure how to manually install, used to having repo handle it.

nigiriemoji avatar Nov 28 '21 05:11 nigiriemoji

You may check version from webui: Help --> About:

图片

And what OS are you running on your pi 4 ?

abcfy2 avatar Nov 28 '21 05:11 abcfy2

Yes, confirmed 4.3.9 and not 4.3.9.10. Please tell me how can I install the .10 version either manually with deb or through apt and repo.

nigiriemoji avatar Nov 28 '21 05:11 nigiriemoji

If you are using Ubuntu, you may try to add PPA: https://launchpad.net/~poplite/+archive/ubuntu/qbittorrent-enhanced

Otherwise you could download static linked build from: https://github.com/c0re100/qBittorrent-Enhanced-Edition/releases/tag/release-4.3.9.10 and unzip it and run it manually.

abcfy2 avatar Nov 28 '21 05:11 abcfy2

I believe I need this file below, what are the commands to install this through ssh? I'm on a rapsberry Pi 4

https://github.com/c0re100/qBittorrent-Enhanced-Edition/releases/download/release-4.3.9.10/qbittorrent-nox_aarch64-linux-musl_static.zip

nigiriemoji avatar Nov 28 '21 06:11 nigiriemoji

You should download it in your machine, of couse you can do it through ssh.

E.g:

wget https://github.com/c0re100/qBittorrent-Enhanced-Edition/releases/download/release-4.3.9.10/qbittorrent-nox_aarch64-linux-musl_static.zip

unzip qbittorrent-nox_aarch64-linux-musl_static.zip

./qbittorrent-nox

Also if you want to run it as service, you may use systemd: https://www.freedesktop.org/wiki/Software/systemd/.

qBittorrent-nox official deb package already contains systemd script, you can use it, and remove qbittorrent-nox package.

abcfy2 avatar Nov 28 '21 09:11 abcfy2

Still not working out. I recently switched a new Pi 4 4GB and ran these commands which were linked from the README (debian stable from @Kolcha):

echo 'deb http://download.opensuse.org/repositories/home:/nikoneko:/test/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:nikoneko:test.list curl -fsSL https://download.opensuse.org/repositories/home:nikoneko:test/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_nikoneko_test.gpg > /dev/null sudo apt update sudo apt install qbittorrent-enhanced

After I install I don't see any enhancements done and it's still 4.3.9 and not 4.3.9.10

Am I missing something from these instructions?

nigiriemoji avatar Dec 18 '21 04:12 nigiriemoji

You should also install qbittorrent-enhanced-nox

abcfy2 avatar Dec 18 '21 05:12 abcfy2

first of all qbittorrent-enhanced and official qbittorrent packages can't co-exist. before installing one of them another must be uninstalled. the second thing is just to clarify, packages with -nox suffix is daemon version of qBittorrent which has only WebUI, packages without such suffix contain qBittorrent (including Enhanced) with both desktop UI and WebUI (WebUI is disabled by default). and the third, mentioned instructions about packages installation are not written by me, they are just generated by server I use, and they contain only one package name, regardless few packages are available. you can find all available packages for Raspbian_11 here: https://download.opensuse.org/repositories/home:/nikoneko:/test/Raspbian_11/

so, as mentioned above, qbittorrent-enhanced-nox package should be installed instead of qbittorrent-enhanced mentioned in instructions to get WebUI-only version.

Kolcha avatar Dec 18 '21 07:12 Kolcha