Set torrent label as show name in Qbittorrent #11336
ziogref
started this conversation in
Ideas & Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the torrent settings there is an option to set a Label in qbittorrent. I use this to set the save location of the files.
However it would be great is you can set the label as the show name. QBittorrent allows you to set a save location when a torrent is added to that label. I could then configure that label to save torrents to that location.
Use case:
Private trackers require minimum seeding times so my torrent is stuck in a general torrent area until the seeding requirements are met. By using the label method I could set the label for show XYZ to /TV-Shows/XYZ/Season 1
That way the show would download to the correct location and continue seeding whilst also being in a directory structure applications like Jellyfin can index correctly.
My problem, Jellyfin is not categorizing the show upon downloading. While the post processor can SYMLink the files, my download directory would get very big over time.
I had a look at /medusa/clients/torrent/qbittorrent.py I can see that on line 169 and line 190 that this is the code
label = app.TORRENT_LABEL_ANIME if result.series.is_anime else app.TORRENT_LABEL
when setting the setting in Torrent Search Settings for qbittorrent for the Label could an option be added to set the Label as "show name" and save the variable as app.TORRENT_LABEL
from my very rudimentary understanding of python, I don't think this would be hard to implement.
Beta Was this translation helpful? Give feedback.
All reactions