HDInnovations / UNIT3D-Community-Edition

Private Torrent Tracker Built With Laravel, Livewire and AlpineJS.
GNU Affero General Public License v3.0
1.96k stars 376 forks source link

Ability to reupload a .torrent file #240

Closed wololo-wololo closed 5 years ago

wololo-wololo commented 6 years ago

Hi,

when I moved my server there were a few torrents which were missing in the "files" system. So I had to upload them via FTP and rename them like they are named in the DB.

Maybe it can be implemented to the edit blades, so (or others) can replace the .torrent file without needing to delete and then repost it. May be helpful when the .torrent is broken or something.

HDVinnie commented 6 years ago

Im not sure this is possible. Do you know of other sites that have this ability and if so what codebase?

wololo-wololo commented 6 years ago

Late reply, sorry; There was a tracker that had this feature. I don't know what is was written in tho.

I'd imagine that it was basically replacing the original .torrent file which was previously uploaded to the server. (Or maybe reassigning a .torrent file for that torrent post)