For a video that posted by the KTR scene group, was used by both RARBG and N1C to create torrents (V1 format).
now both of it are stuck at 90%+ due to age, is there a way to swap their data to bring the progress to 100%?
thanks.
If they’re supposed to be binary-identical data (same file checksums), you can use BiglyBTs Swarm Merging feature - without manually copying (which isn’t as reliable due to the start/end of the files not bordering on the chunk boundaries.
If they’ve been modified in any way though, this won’t work. However, you might be able to use its Swarm Discovery to find other torrents with the same data and complete with Swarm Merging.
Thanks I will try
If the completed files have an identical checksum in both torrents, then copying the files locally in each download folders and verifying the torrents should mark the incomplete files as downloaded and propagate to other peers.
thanks. I tried this method, but RARBG made modifications to the source file and the verification failed
Yeah, you won’t be able to swap the data between the two in that case.
Can you share the torrents in question? I’d like to take a stab at merging them from hex dumps as explained in my other comment. Maybe develop a tool to automate it for other broken torrents.
Is it the exact same file in both torrents?
Not same in 2 torrents, Putting one into the other and check it will only give me 0% of the results.
cuz before posting torrent, RARBG will make changes to the source files, such as filling in its site address in the video attributes, while the seed published by N1C is the source file of the publishing group, and was not modified.
In that case I have no idea if it’s possible. Sorry.
thanks you all the same
Maybe you could use version control like git to merge the files. But resolving any merge conflicts would probably be impossible.
I’m a bit high and just spitballing. Hopefully someone will come along and tell me how stupid the idea is and why :D
Lol, I think git only works in that level for text based files
I easily handles pictures and soundfiles. I see no reason why I wouldn’t work with video files. In the end, everything is a text file.
It can recognize if a non text file is there or not, or if the size has changed but not much else. And the big difference is most text based formats are binary while media files are not