You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it somehow possible to automatically change root directory (or filename if it's only one) of the torrent?
Maybe with some third-party scripts?
Currently I have an ability to manually change that in GUI window, but I want it to be automatic.
I thought I can do that by pre-proccessing the torrent files before passing them to qBittorrent, but this attempt failed - I tried to modify the root name in torrent file with torrent file editor to convert it to json, change name and compile back to torrent file, but it changed hash and downloading is not working for resulting torrent file.
Any ideas? Maybe qBittorrent can provide some option to do that?
Maybe command-line option can be added, like --set-name in combination with passing torrent file path?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is it somehow possible to automatically change root directory (or filename if it's only one) of the torrent?
Maybe with some third-party scripts?
Currently I have an ability to manually change that in GUI window, but I want it to be automatic.
I thought I can do that by pre-proccessing the torrent files before passing them to qBittorrent, but this attempt failed - I tried to modify the root name in torrent file with torrent file editor to convert it to json, change name and compile back to torrent file, but it changed hash and downloading is not working for resulting torrent file.
Any ideas? Maybe qBittorrent can provide some option to do that?
Maybe command-line option can be added, like
--set-name
in combination with passing torrent file path?Beta Was this translation helpful? Give feedback.
All reactions