Opened 12 years ago
Last modified 11 years ago
#3846 new Enhancement
torrent check should also validate rename-partial-files
Reported by: | marcus | Owned by: | jordan |
---|---|---|---|
Priority: | Normal | Milestone: | None Set |
Component: | libtransmission | Version: | 2.13 |
Severity: | Normal | Keywords: | |
Cc: | taem@… |
Description
When checking a torrent or the torrents files, the check procedure should also make sure the files are named correctly according to the rename-partial-files settings. If for example a file needs to be partially redownloaded for some reason after is was already finished and renamed once, transmission should rename it to partial again. On the other hand, if a file is completed and still has the partial suffix, transmission should remove that once the file was checked.
Attachments (1)
Change History (5)
comment:1 Changed 12 years ago by jordan
- Summary changed from torrent check sould also validate rename-partial-files to torrent check should also validate rename-partial-files
comment:2 Changed 12 years ago by taem
- Cc taem@… added
Changed 11 years ago by marcus
comment:3 Changed 11 years ago by marcus
- Component changed from Transmission to libtransmission
- Owner set to jordan
- Type changed from Bug to Enhancement
- Version changed from 2.13 to 2.42+
comment:4 Changed 11 years ago by livings124
- Version changed from 2.42+ to 2.13
Note: See
TracTickets for help on using
tickets.
The attached patch will move a torrent back to the incomplete dir if the verify process should detect the torrent is indeed not complete. It will also rename the files that are incomplete if the rename-partial settings specify it.