Open p-hueber opened 7 months ago
For some reason, my list of ignored tags is ignored.
I set the QBT_IGNORE_TAGS environment variable to TV in my docker-compose.yaml:
QBT_IGNORE_TAGS
TV
docker-compose.yaml
qbt-orphaned-downloads: container_name: qbt-orphaned-downloads image: jakewharton/qbt-orphaned-downloads:1 restart: unless-stopped volumes: - /Downloads/Movies:/downloads environment: - "QBT_HOST=http://qbittorrent:8088" - "QBT_IGNORE_TAGS=TV" - "DEBUG=true" - "CRON=0 * * * *" depends_on: [qbittorrent]
But this is ignored entirely and all my TV-tagged torrents end up with an additional "Orphaned" tag.
Here's one example from the debug log:
--- Monarch.Legacy.of.Monsters.S01E10.Beyond.Logic.1080p.ATVP.WEB-DL.DDP5.1.H.264-NTb.mkv --- Tags: TV State: TorrentStates.FORCED_UPLOAD Monarch.Legacy.of.Monsters.S01E10.Beyond.Logic.1080p.ATVP.WEB-DL.DDP5.1.H.264-NTb.mkv Ignored (stats missing) Orphaned? True Tagging Monarch.Legacy.of.Monsters.S01E10.Beyond.Logic.1080p.ATVP.WEB-DL.DDP5.1.H.264-NTb.mkv
The "stats missing" error is expected and the very reason I want to ignore this torrent.
Weird. I will try to take a look at some point, but I can't promise it'll be super soon.
Also: I don't use this feature. That's probably why it's broken!
For some reason, my list of ignored tags is ignored.
I set the
QBT_IGNORE_TAGS
environment variable toTV
in mydocker-compose.yaml
:But this is ignored entirely and all my TV-tagged torrents end up with an additional "Orphaned" tag.
Here's one example from the debug log:
The "stats missing" error is expected and the very reason I want to ignore this torrent.