Add content_layout parameter for "add torrent" for Qbittorrent#93
Add content_layout parameter for "add torrent" for Qbittorrent#93AllikarDD wants to merge 0 commit intoidlesign:masterfrom
Conversation
|
Thank you. Will try to review this week. |
|
I've made a revamp, fixed CI, added tests and introduced a generic way to pass custom parameters to RPC. Issuing something like the following torrt register_torrent https://... --params="contentLayout=CreateSubfolder"should give you Let me know whether it works for you. |
|
Ok, i get your version
I think you need modify func like this https://github.com/idlesign/torrt/pull/93/changes#diff-3da1d82cc07d4745d9f116dbabd7e41969394e4291a4569e293646368b473992R175 |
That's a regression after the refactoring. It now seems to be fixed in
I've actually introduced a generic way to pass parameters to RPC. So the functionality from your PR is not implemented. So, yes you can now just modify |
Add parameter content_layout - uses the folder structure defined within the torrent file itself(NoSubfolder,CreateSubfolder,Original). - specific to qBittorrent