▲ 33 ▼ way to swap the data of 2 dead torrents to reach 100% progress? (lemmy.dbzer0.com) submitted 2 years ago* by seeder@lemmy.dbzer0.com [B] to c/piracy@lemmy.dbzer0.com 22 comments fedilink hide all child comments 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.
[–] theKalash@feddit.ch 1 point 2 years ago (1 child) In that case I have no idea if it's possible. Sorry. permalink fedilink source parent hideshow 2 child comments replies: [–] seeder@lemmy.dbzer0.com [S, B] 1 point 2 years ago (1 child) thanks you all the same permalink fedilink source parent hideshow 2 child comments replies: [–] theKalash@feddit.ch 1 point 2 years ago (1 child) 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 permalink fedilink source parent hideshow 2 child comments replies: [–] candyman337@sh.itjust.works 3 points 2 years ago (1 child) Lol, I think git only works in that level for text based files permalink fedilink source parent hideshow 2 child comments replies: [–] theKalash@feddit.ch 1 point 2 years ago (1 child) 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. permalink fedilink source parent hideshow 2 child comments replies: [–] candyman337@sh.itjust.works 4 points 2 years ago* (1 child) 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 permalink fedilink source parent hideshow 2 child comments replies: [–] theKalash@feddit.ch 0 points 2 years ago* (1 child) Just for the fun of it I tried. You can add video files to git, no problem. Gives "large file" warning, but that's no problem unless you're trying to look at a diff with GUI client. Everything is a binary file if you go down deep enough. permalink fedilink source parent hideshow 2 child comments replies: [–] candyman337@sh.itjust.works 4 points 2 years ago (1 child) Yes you can add it but it will not let you edit lines of code. And no the data is stored in hex format, it can't be read binarily, have you ever tried to open a media file in a text editor? permalink fedilink source parent hideshow 2 child comments replies: [–] theKalash@feddit.ch 1 point 2 years ago (2 children) I can open it in a text editor just fine. And you can edit it. In fact, in my example file I used I see big sections of "0000" compared to other sections that look like "712c 10a3 14bb 2980 0005 1c46 25b8 0040". I'd post some screenshots but lemmy gives me errors. But that might actually be viable, the more that I think of it. permalink fedilink source parent hideshow 4 child comments replies: [–] exu@feditown.com 2 points 2 years ago Well, good luck manually editing a picture/video I guess permalink fedilink source parent [–] Longpork_afficianado@lemmy.nz 1 point 2 years ago (2 children) I believe in that case you may be able to merge the two files by dumping a hex of each, then running a diff on the two hexes and substituting valid hexes into any zero blocks. I'm actually kind of curious about writing a script to handle this now that I'm presented with it. Can you link the two torrents for me so I can take a crack? permalink fedilink source parent hideshow 4 child comments replies: [–] theKalash@feddit.ch 2 points 2 years ago (1 child) Can you link the two torrents for me so I can take a crack? I'm not the OP. permalink fedilink source parent hideshow 2 child comments replies: [–] Longpork_afficianado@lemmy.nz 1 point 2 years ago Haha, my bad permalink fedilink source parent [–] seeder@lemmy.dbzer0.com [S, B] 1 point 2 years ago I sent u a PM :) permalink fedilink source parent
[–] seeder@lemmy.dbzer0.com [S, B] 1 point 2 years ago (1 child) thanks you all the same permalink fedilink source parent hideshow 2 child comments replies: [–] theKalash@feddit.ch 1 point 2 years ago (1 child) 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 permalink fedilink source parent hideshow 2 child comments replies: [–] candyman337@sh.itjust.works 3 points 2 years ago (1 child) Lol, I think git only works in that level for text based files permalink fedilink source parent hideshow 2 child comments replies: [–] theKalash@feddit.ch 1 point 2 years ago (1 child) 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. permalink fedilink source parent hideshow 2 child comments replies: [–] candyman337@sh.itjust.works 4 points 2 years ago* (1 child) 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 permalink fedilink source parent hideshow 2 child comments replies: [–] theKalash@feddit.ch 0 points 2 years ago* (1 child) Just for the fun of it I tried. You can add video files to git, no problem. Gives "large file" warning, but that's no problem unless you're trying to look at a diff with GUI client. Everything is a binary file if you go down deep enough. permalink fedilink source parent hideshow 2 child comments replies: [–] candyman337@sh.itjust.works 4 points 2 years ago (1 child) Yes you can add it but it will not let you edit lines of code. And no the data is stored in hex format, it can't be read binarily, have you ever tried to open a media file in a text editor? permalink fedilink source parent hideshow 2 child comments replies: [–] theKalash@feddit.ch 1 point 2 years ago (2 children) I can open it in a text editor just fine. And you can edit it. In fact, in my example file I used I see big sections of "0000" compared to other sections that look like "712c 10a3 14bb 2980 0005 1c46 25b8 0040". I'd post some screenshots but lemmy gives me errors. But that might actually be viable, the more that I think of it. permalink fedilink source parent hideshow 4 child comments replies: [–] exu@feditown.com 2 points 2 years ago Well, good luck manually editing a picture/video I guess permalink fedilink source parent [–] Longpork_afficianado@lemmy.nz 1 point 2 years ago (2 children) I believe in that case you may be able to merge the two files by dumping a hex of each, then running a diff on the two hexes and substituting valid hexes into any zero blocks. I'm actually kind of curious about writing a script to handle this now that I'm presented with it. Can you link the two torrents for me so I can take a crack? permalink fedilink source parent hideshow 4 child comments replies: [–] theKalash@feddit.ch 2 points 2 years ago (1 child) Can you link the two torrents for me so I can take a crack? I'm not the OP. permalink fedilink source parent hideshow 2 child comments replies: [–] Longpork_afficianado@lemmy.nz 1 point 2 years ago Haha, my bad permalink fedilink source parent [–] seeder@lemmy.dbzer0.com [S, B] 1 point 2 years ago I sent u a PM :) permalink fedilink source parent
[–] theKalash@feddit.ch 1 point 2 years ago (1 child) 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 permalink fedilink source parent hideshow 2 child comments replies: [–] candyman337@sh.itjust.works 3 points 2 years ago (1 child) Lol, I think git only works in that level for text based files permalink fedilink source parent hideshow 2 child comments replies: [–] theKalash@feddit.ch 1 point 2 years ago (1 child) 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. permalink fedilink source parent hideshow 2 child comments replies: [–] candyman337@sh.itjust.works 4 points 2 years ago* (1 child) 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 permalink fedilink source parent hideshow 2 child comments replies: [–] theKalash@feddit.ch 0 points 2 years ago* (1 child) Just for the fun of it I tried. You can add video files to git, no problem. Gives "large file" warning, but that's no problem unless you're trying to look at a diff with GUI client. Everything is a binary file if you go down deep enough. permalink fedilink source parent hideshow 2 child comments replies: [–] candyman337@sh.itjust.works 4 points 2 years ago (1 child) Yes you can add it but it will not let you edit lines of code. And no the data is stored in hex format, it can't be read binarily, have you ever tried to open a media file in a text editor? permalink fedilink source parent hideshow 2 child comments replies: [–] theKalash@feddit.ch 1 point 2 years ago (2 children) I can open it in a text editor just fine. And you can edit it. In fact, in my example file I used I see big sections of "0000" compared to other sections that look like "712c 10a3 14bb 2980 0005 1c46 25b8 0040". I'd post some screenshots but lemmy gives me errors. But that might actually be viable, the more that I think of it. permalink fedilink source parent hideshow 4 child comments replies: [–] exu@feditown.com 2 points 2 years ago Well, good luck manually editing a picture/video I guess permalink fedilink source parent [–] Longpork_afficianado@lemmy.nz 1 point 2 years ago (2 children) I believe in that case you may be able to merge the two files by dumping a hex of each, then running a diff on the two hexes and substituting valid hexes into any zero blocks. I'm actually kind of curious about writing a script to handle this now that I'm presented with it. Can you link the two torrents for me so I can take a crack? permalink fedilink source parent hideshow 4 child comments replies: [–] theKalash@feddit.ch 2 points 2 years ago (1 child) Can you link the two torrents for me so I can take a crack? I'm not the OP. permalink fedilink source parent hideshow 2 child comments replies: [–] Longpork_afficianado@lemmy.nz 1 point 2 years ago Haha, my bad permalink fedilink source parent [–] seeder@lemmy.dbzer0.com [S, B] 1 point 2 years ago I sent u a PM :) permalink fedilink source parent
[–] candyman337@sh.itjust.works 3 points 2 years ago (1 child) Lol, I think git only works in that level for text based files permalink fedilink source parent hideshow 2 child comments replies: [–] theKalash@feddit.ch 1 point 2 years ago (1 child) 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. permalink fedilink source parent hideshow 2 child comments replies: [–] candyman337@sh.itjust.works 4 points 2 years ago* (1 child) 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 permalink fedilink source parent hideshow 2 child comments replies: [–] theKalash@feddit.ch 0 points 2 years ago* (1 child) Just for the fun of it I tried. You can add video files to git, no problem. Gives "large file" warning, but that's no problem unless you're trying to look at a diff with GUI client. Everything is a binary file if you go down deep enough. permalink fedilink source parent hideshow 2 child comments replies: [–] candyman337@sh.itjust.works 4 points 2 years ago (1 child) Yes you can add it but it will not let you edit lines of code. And no the data is stored in hex format, it can't be read binarily, have you ever tried to open a media file in a text editor? permalink fedilink source parent hideshow 2 child comments replies: [–] theKalash@feddit.ch 1 point 2 years ago (2 children) I can open it in a text editor just fine. And you can edit it. In fact, in my example file I used I see big sections of "0000" compared to other sections that look like "712c 10a3 14bb 2980 0005 1c46 25b8 0040". I'd post some screenshots but lemmy gives me errors. But that might actually be viable, the more that I think of it. permalink fedilink source parent hideshow 4 child comments replies: [–] exu@feditown.com 2 points 2 years ago Well, good luck manually editing a picture/video I guess permalink fedilink source parent [–] Longpork_afficianado@lemmy.nz 1 point 2 years ago (2 children) I believe in that case you may be able to merge the two files by dumping a hex of each, then running a diff on the two hexes and substituting valid hexes into any zero blocks. I'm actually kind of curious about writing a script to handle this now that I'm presented with it. Can you link the two torrents for me so I can take a crack? permalink fedilink source parent hideshow 4 child comments replies: [–] theKalash@feddit.ch 2 points 2 years ago (1 child) Can you link the two torrents for me so I can take a crack? I'm not the OP. permalink fedilink source parent hideshow 2 child comments replies: [–] Longpork_afficianado@lemmy.nz 1 point 2 years ago Haha, my bad permalink fedilink source parent [–] seeder@lemmy.dbzer0.com [S, B] 1 point 2 years ago I sent u a PM :) permalink fedilink source parent
[–] theKalash@feddit.ch 1 point 2 years ago (1 child) 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. permalink fedilink source parent hideshow 2 child comments replies: [–] candyman337@sh.itjust.works 4 points 2 years ago* (1 child) 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 permalink fedilink source parent hideshow 2 child comments replies: [–] theKalash@feddit.ch 0 points 2 years ago* (1 child) Just for the fun of it I tried. You can add video files to git, no problem. Gives "large file" warning, but that's no problem unless you're trying to look at a diff with GUI client. Everything is a binary file if you go down deep enough. permalink fedilink source parent hideshow 2 child comments replies: [–] candyman337@sh.itjust.works 4 points 2 years ago (1 child) Yes you can add it but it will not let you edit lines of code. And no the data is stored in hex format, it can't be read binarily, have you ever tried to open a media file in a text editor? permalink fedilink source parent hideshow 2 child comments replies: [–] theKalash@feddit.ch 1 point 2 years ago (2 children) I can open it in a text editor just fine. And you can edit it. In fact, in my example file I used I see big sections of "0000" compared to other sections that look like "712c 10a3 14bb 2980 0005 1c46 25b8 0040". I'd post some screenshots but lemmy gives me errors. But that might actually be viable, the more that I think of it. permalink fedilink source parent hideshow 4 child comments replies: [–] exu@feditown.com 2 points 2 years ago Well, good luck manually editing a picture/video I guess permalink fedilink source parent [–] Longpork_afficianado@lemmy.nz 1 point 2 years ago (2 children) I believe in that case you may be able to merge the two files by dumping a hex of each, then running a diff on the two hexes and substituting valid hexes into any zero blocks. I'm actually kind of curious about writing a script to handle this now that I'm presented with it. Can you link the two torrents for me so I can take a crack? permalink fedilink source parent hideshow 4 child comments replies: [–] theKalash@feddit.ch 2 points 2 years ago (1 child) Can you link the two torrents for me so I can take a crack? I'm not the OP. permalink fedilink source parent hideshow 2 child comments replies: [–] Longpork_afficianado@lemmy.nz 1 point 2 years ago Haha, my bad permalink fedilink source parent [–] seeder@lemmy.dbzer0.com [S, B] 1 point 2 years ago I sent u a PM :) permalink fedilink source parent
[–] candyman337@sh.itjust.works 4 points 2 years ago* (1 child) 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 permalink fedilink source parent hideshow 2 child comments replies: [–] theKalash@feddit.ch 0 points 2 years ago* (1 child) Just for the fun of it I tried. You can add video files to git, no problem. Gives "large file" warning, but that's no problem unless you're trying to look at a diff with GUI client. Everything is a binary file if you go down deep enough. permalink fedilink source parent hideshow 2 child comments replies: [–] candyman337@sh.itjust.works 4 points 2 years ago (1 child) Yes you can add it but it will not let you edit lines of code. And no the data is stored in hex format, it can't be read binarily, have you ever tried to open a media file in a text editor? permalink fedilink source parent hideshow 2 child comments replies: [–] theKalash@feddit.ch 1 point 2 years ago (2 children) I can open it in a text editor just fine. And you can edit it. In fact, in my example file I used I see big sections of "0000" compared to other sections that look like "712c 10a3 14bb 2980 0005 1c46 25b8 0040". I'd post some screenshots but lemmy gives me errors. But that might actually be viable, the more that I think of it. permalink fedilink source parent hideshow 4 child comments replies: [–] exu@feditown.com 2 points 2 years ago Well, good luck manually editing a picture/video I guess permalink fedilink source parent [–] Longpork_afficianado@lemmy.nz 1 point 2 years ago (2 children) I believe in that case you may be able to merge the two files by dumping a hex of each, then running a diff on the two hexes and substituting valid hexes into any zero blocks. I'm actually kind of curious about writing a script to handle this now that I'm presented with it. Can you link the two torrents for me so I can take a crack? permalink fedilink source parent hideshow 4 child comments replies: [–] theKalash@feddit.ch 2 points 2 years ago (1 child) Can you link the two torrents for me so I can take a crack? I'm not the OP. permalink fedilink source parent hideshow 2 child comments replies: [–] Longpork_afficianado@lemmy.nz 1 point 2 years ago Haha, my bad permalink fedilink source parent [–] seeder@lemmy.dbzer0.com [S, B] 1 point 2 years ago I sent u a PM :) permalink fedilink source parent
[–] theKalash@feddit.ch 0 points 2 years ago* (1 child) Just for the fun of it I tried. You can add video files to git, no problem. Gives "large file" warning, but that's no problem unless you're trying to look at a diff with GUI client. Everything is a binary file if you go down deep enough. permalink fedilink source parent hideshow 2 child comments replies: [–] candyman337@sh.itjust.works 4 points 2 years ago (1 child) Yes you can add it but it will not let you edit lines of code. And no the data is stored in hex format, it can't be read binarily, have you ever tried to open a media file in a text editor? permalink fedilink source parent hideshow 2 child comments replies: [–] theKalash@feddit.ch 1 point 2 years ago (2 children) I can open it in a text editor just fine. And you can edit it. In fact, in my example file I used I see big sections of "0000" compared to other sections that look like "712c 10a3 14bb 2980 0005 1c46 25b8 0040". I'd post some screenshots but lemmy gives me errors. But that might actually be viable, the more that I think of it. permalink fedilink source parent hideshow 4 child comments replies: [–] exu@feditown.com 2 points 2 years ago Well, good luck manually editing a picture/video I guess permalink fedilink source parent [–] Longpork_afficianado@lemmy.nz 1 point 2 years ago (2 children) I believe in that case you may be able to merge the two files by dumping a hex of each, then running a diff on the two hexes and substituting valid hexes into any zero blocks. I'm actually kind of curious about writing a script to handle this now that I'm presented with it. Can you link the two torrents for me so I can take a crack? permalink fedilink source parent hideshow 4 child comments replies: [–] theKalash@feddit.ch 2 points 2 years ago (1 child) Can you link the two torrents for me so I can take a crack? I'm not the OP. permalink fedilink source parent hideshow 2 child comments replies: [–] Longpork_afficianado@lemmy.nz 1 point 2 years ago Haha, my bad permalink fedilink source parent [–] seeder@lemmy.dbzer0.com [S, B] 1 point 2 years ago I sent u a PM :) permalink fedilink source parent
[–] candyman337@sh.itjust.works 4 points 2 years ago (1 child) Yes you can add it but it will not let you edit lines of code. And no the data is stored in hex format, it can't be read binarily, have you ever tried to open a media file in a text editor? permalink fedilink source parent hideshow 2 child comments replies: [–] theKalash@feddit.ch 1 point 2 years ago (2 children) I can open it in a text editor just fine. And you can edit it. In fact, in my example file I used I see big sections of "0000" compared to other sections that look like "712c 10a3 14bb 2980 0005 1c46 25b8 0040". I'd post some screenshots but lemmy gives me errors. But that might actually be viable, the more that I think of it. permalink fedilink source parent hideshow 4 child comments replies: [–] exu@feditown.com 2 points 2 years ago Well, good luck manually editing a picture/video I guess permalink fedilink source parent [–] Longpork_afficianado@lemmy.nz 1 point 2 years ago (2 children) I believe in that case you may be able to merge the two files by dumping a hex of each, then running a diff on the two hexes and substituting valid hexes into any zero blocks. I'm actually kind of curious about writing a script to handle this now that I'm presented with it. Can you link the two torrents for me so I can take a crack? permalink fedilink source parent hideshow 4 child comments replies: [–] theKalash@feddit.ch 2 points 2 years ago (1 child) Can you link the two torrents for me so I can take a crack? I'm not the OP. permalink fedilink source parent hideshow 2 child comments replies: [–] Longpork_afficianado@lemmy.nz 1 point 2 years ago Haha, my bad permalink fedilink source parent [–] seeder@lemmy.dbzer0.com [S, B] 1 point 2 years ago I sent u a PM :) permalink fedilink source parent
[–] theKalash@feddit.ch 1 point 2 years ago (2 children) I can open it in a text editor just fine. And you can edit it. In fact, in my example file I used I see big sections of "0000" compared to other sections that look like "712c 10a3 14bb 2980 0005 1c46 25b8 0040". I'd post some screenshots but lemmy gives me errors. But that might actually be viable, the more that I think of it. permalink fedilink source parent hideshow 4 child comments replies: [–] exu@feditown.com 2 points 2 years ago Well, good luck manually editing a picture/video I guess permalink fedilink source parent [–] Longpork_afficianado@lemmy.nz 1 point 2 years ago (2 children) I believe in that case you may be able to merge the two files by dumping a hex of each, then running a diff on the two hexes and substituting valid hexes into any zero blocks. I'm actually kind of curious about writing a script to handle this now that I'm presented with it. Can you link the two torrents for me so I can take a crack? permalink fedilink source parent hideshow 4 child comments replies: [–] theKalash@feddit.ch 2 points 2 years ago (1 child) Can you link the two torrents for me so I can take a crack? I'm not the OP. permalink fedilink source parent hideshow 2 child comments replies: [–] Longpork_afficianado@lemmy.nz 1 point 2 years ago Haha, my bad permalink fedilink source parent [–] seeder@lemmy.dbzer0.com [S, B] 1 point 2 years ago I sent u a PM :) permalink fedilink source parent
[–] exu@feditown.com 2 points 2 years ago Well, good luck manually editing a picture/video I guess permalink fedilink source parent
[–] Longpork_afficianado@lemmy.nz 1 point 2 years ago (2 children) I believe in that case you may be able to merge the two files by dumping a hex of each, then running a diff on the two hexes and substituting valid hexes into any zero blocks. I'm actually kind of curious about writing a script to handle this now that I'm presented with it. Can you link the two torrents for me so I can take a crack? permalink fedilink source parent hideshow 4 child comments replies: [–] theKalash@feddit.ch 2 points 2 years ago (1 child) Can you link the two torrents for me so I can take a crack? I'm not the OP. permalink fedilink source parent hideshow 2 child comments replies: [–] Longpork_afficianado@lemmy.nz 1 point 2 years ago Haha, my bad permalink fedilink source parent [–] seeder@lemmy.dbzer0.com [S, B] 1 point 2 years ago I sent u a PM :) permalink fedilink source parent
[–] theKalash@feddit.ch 2 points 2 years ago (1 child) Can you link the two torrents for me so I can take a crack? I'm not the OP. permalink fedilink source parent hideshow 2 child comments replies: [–] Longpork_afficianado@lemmy.nz 1 point 2 years ago Haha, my bad permalink fedilink source parent
[–] seeder@lemmy.dbzer0.com [S, B] 1 point 2 years ago I sent u a PM :) permalink fedilink source parent