11-02-2016, 05:19 PM
(This post was last modified: 11-02-2016, 05:24 PM by Stephen304.
Edit Reason: Update example to better represent my use case
)
I've been in the process of organizing my torrents and renaming things to be uniform. I have some torrents with files that need to be renamed by a pattern.
Example:
As a software engineer, I naturally chose to use some tools to automate this so I wouldn't have to do each one by hand. The only problem now is that Vuze has no idea about the new names. I assumed that "Search for existing data files..." would automatically find and recognize the new file names, but it completes each time with:
Am I doing something wrong? The only other way I know of to re-link the files is to right click on each one and click "Rename or Retarget", but at that point I might as well to "Quick Rename" on each one.
Any help would be greatly appreciated!
Example:
Code:
File 1 -> File 001
File 2 -> File 002
File 3 -> File 003
File 4 -> File 004
File 5 -> File 005
As a software engineer, I naturally chose to use some tools to automate this so I wouldn't have to do each one by hand. The only problem now is that Vuze has no idea about the new names. I assumed that "Search for existing data files..." would automatically find and recognize the new file names, but it completes each time with:
Code:
11/2/16 8:17 PM: Enumerating files in M:\Torrents\TorrentName
..
Found 841 files with 810 distinct sizes
Processing 'TorrentName', piece size=8.00 MB
Matched=0, complete=16, no candidates=0, remaining=0 (total=840)
11/2/16 8:17 PM: Complete, downloads updated=0
Am I doing something wrong? The only other way I know of to re-link the files is to right click on each one and click "Rename or Retarget", but at that point I might as well to "Quick Rename" on each one.
Any help would be greatly appreciated!