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.

  • Droolio
    link
    fedilink
    English
    arrow-up
    30
    ·
    10 months ago

    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.

  • m-p{3}@lemmy.ca
    link
    fedilink
    English
    arrow-up
    16
    ·
    10 months ago

    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.

    • seeder@lemmy.dbzer0.comOPB
      link
      fedilink
      English
      arrow-up
      6
      ·
      edit-2
      10 months ago

      thanks. I tried this method, but RARBG made modifications to the source file and the verification failed

      • m-p{3}@lemmy.ca
        link
        fedilink
        English
        arrow-up
        6
        ·
        10 months ago

        Yeah, you won’t be able to swap the data between the two in that case.

  • Longpork_afficianado@lemmy.nz
    link
    fedilink
    English
    arrow-up
    3
    ·
    10 months ago

    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.

    • seeder@lemmy.dbzer0.comOPB
      link
      fedilink
      English
      arrow-up
      2
      ·
      10 months ago

      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.

          • Kalash@feddit.ch
            link
            fedilink
            English
            arrow-up
            1
            ·
            10 months ago

            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

              • Kalash@feddit.ch
                link
                fedilink
                English
                arrow-up
                1
                ·
                10 months ago

                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.

                • candyman337@sh.itjust.works
                  link
                  fedilink
                  English
                  arrow-up
                  4
                  ·
                  edit-2
                  10 months ago

                  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