Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

untended behaviour with torrent_content_layout setting (qbittorrent) #260

Open
puffious opened this issue May 26, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@puffious
Copy link

puffious commented May 26, 2024

Describe the bug
Changing torrent_content_layout from Original to NoSubfolder only uploads one single file from the torrent instead of all files.

To Reproduce
Steps to reproduce the behavior:

  1. sending /bsetting to bot
  2. selecting "Qbit Settings"
  3. in page 14, editing value of "torrent_content_layout" from Original to NoSubfolder (https://qbittorrent-api.readthedocs.io/en/latest/apidoc/torrents.html)

Expected behavior
with the value of torrent_content_layout set to NoSubfolder, when mirroring a torrent with the following structure
main_folder
-- file1
-- file2
-- file3
when mirroring a torrent using qbittorent to a specified path (-up remote:path), all files should be uploaded to remote:path and not remote:path/main_folder
but instead of either, only one file is uploaded to the path.

Screenshots
only one episode being uploaded instead of all files
image
image

@puffious puffious added the bug Something isn't working label May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant