Is there a way for the recently updated function to work without the downloaded files? #122
-
So i performed a download of a content creator, now i want to move those files to a different drive and rename them. As far as i understand it the next time i perform a download, the downloader will re-download all of those photos and videos because it cannot find the original files with the hashes in their names, it won't detect any duplicates and will therefore re-download them all. Is there a way to prevent it from doing this, perhaps have a notepad file with all the hashes contained within it that it can update after the download completes, and read it next time it goes to do one. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Moving them isn't a problem if you switch the download_directory option accordingly in the config file. Yeah you shouldn't re-name them, that will break deduplication |
Beta Was this translation helpful? Give feedback.
No I don't want to add a database file, as most people will just delete content within the download folder but not within the file where the hashes are stored and then everything will get mixed up again.
The only way to improve deduplication would be to actually add the hashes as metadata to each content, but that is very complicated to do programming wise due to the sheer variety of file extensions (.jpg, .png etc.) that would need to be uniquely supported.