linuxserver / docker-qbittorrent

GNU General Public License v3.0
1.05k stars 155 forks source link

[BUG] Excluded file names stopped working in V5 #336

Closed c11umw closed 1 month ago

c11umw commented 1 month ago

Is there an existing issue for this?

Current Behavior

Files which match Excluded File Types are now being downloaded. Was working with V4* I also checked he QBT Github, but no mention of it there.

Expected Behavior

Files should be automatically unselected so they don't download. Instead, the files remain selected.

Steps To Reproduce

Add to list:

*.exe
*.txt
*.jpg
*.png
*.gif
*.idx
*.nfo

Download something that contains a file of one of those types

Environment

- OS:Proxmox LCX Unprivileged
Ubuntu 23.10 x86_64
Kernel: 6.8.12-1-pve

- How docker service was installed:
It uses docker-ce, not the version from Ubuntu APT repository.
This method : https://docs.docker.com/engine/install/ubuntu/

CPU architecture

x86-64

Docker creation

Runs from CLI

docker run -d \
--name=qbittorrent \
--network=container:vpn \
-e PUID=1234\
-e PGID=1234\
-e TZ=Europe/London \
-e WEBUI_PORT=8787 \
-v /opt/docker/qbittorrent:/config \
-v /mnt/NAS/OS/Mint:/mint \
-v /mnt/NAS/OS/Ubuntu:/ubuntu \
-v /mnt/NAS/OS/other:/other \
--label=com.centurylinklabs.watchtower.enable=false \
--restart=unless-stopped \
linuxserver/qbittorrent:latest

PUID and PGID changed from the real value

Container logs

[migrations] started
[migrations] no migrations found
───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io
───────────────────────────────────────

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    1234
User GID:    1234
───────────────────────────────────────
Linuxserver.io version: 5.0.0-r2-ls359
Build-date: 2024-10-13T06:52:16+00:00
───────────────────────────────────────

[custom-init] No custom files found, skipping...
WebUI will be started shortly after internal preparations. Please wait...

******** Information ********
To control qBittorrent, access the WebUI at: http://localhost:8787
Connection to localhost (::1) 8787 port [tcp/*] succeeded!
[ls.io-init] done.
github-actions[bot] commented 1 month ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

j0nnymoe commented 1 month ago

This sounds like an app issue, not a container issue, I would suggest reporting it upstream.

c11umw commented 1 month ago

Ta I'll do that

c11umw commented 1 month ago

Yup. After some more digging it looks to be a known problem with auto-created torrents ignoring preferences. Manually added downloads don't seem to be affected which many be why it's not seen.

Linking here in case someone else is searching https://github.com/qbittorrent/qBittorrent/issues/21508#issuecomment-2398813242