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
I am trying to cross-seed between tracker A and tracker B but checking torrent B seems to fail if I modify the filepath of the payload at all (via renaming within Content view) which is necessary in many cases to accommodate the files as I've renamed and structured them originally through Torrent A.
Example:
Torrent A initially might look like this in content view:
(root)
└── File.mkv
I want File.mkv to live inside ParentFolder so I rename File.mkv to ParentFolder/File.mkv. and see the change reflected in qBitTorrent:
(root)
└── ParentFolder
└── File.mkv
and in the filesystem:
Downloads/
└── ParentFolder/
└── File.mkv
Cool.
But when setting up Torrent B to seed, it seems unable to check successfully in any case where I have changed the filepath.
Setting Torrent B to expect...
(root)
└── ParentFolder
└── File.mkv
...which should be exactly what exists, doesn't result in successful checks for some reason.
In order to cross-seed I have had to make the existing files conform to whatever Torrent B expects my default.
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I am trying to cross-seed between tracker A and tracker B but checking torrent B seems to fail if I modify the filepath of the payload at all (via renaming within Content view) which is necessary in many cases to accommodate the files as I've renamed and structured them originally through Torrent A.
Example:
Torrent A initially might look like this in content view:
I want File.mkv to live inside ParentFolder so I rename File.mkv to
ParentFolder/File.mkv. and see the change reflected in qBitTorrent:and in the filesystem:
Cool.
But when setting up Torrent B to seed, it seems unable to check successfully in any case where I have changed the filepath.
Setting Torrent B to expect...
...which should be exactly what exists, doesn't result in successful checks for some reason.
In order to cross-seed I have had to make the existing files conform to whatever Torrent B expects my default.
Any ideas what is wrong?
All reactions