Just updating my old application. In a sense it is like Easy Duplicate File Finder, but this comparing the archive contents.
Change log:
- Add separator for each duplicated group.
- Add confirmation when closing the form if there still any entry.
Download link for Archive Comparer 20120922, source code in GitHub.
Hi, I just tried this nifty program and it is great!
Will there be an option to auto pick from the duplicate list?
Not yet, mostly because I will rarely use the auto pick scenario (mostly because of the filename).
Maybe I can add to autocheck all duplicated item (keep only the original)
That’s helpful too! (Was thinking about checking based on paths and showing duplicates only if they are in different/same base folder.)
Nice, though can this be used for finding duped pics or songs?
As long it is inside an archive and there is other archive containing the duplicated files.
Can you move this reply to pixiv downloader thread?or I re-reply manually to there?(sorry for my bad English :-P)
WordPress doesn’t have the feature to move the comment…
OK, I’ll move my post by my self,:p
sorry this reply is for Pixiv Downloader…I mis-post…x_X
this code will insert %page_index% to my filenamemangaformat in config.ini
and throw out below message:
No page identifier, appending %page_index% to the filename manga format
Hi…I found a bug about manga mode (./PixivConfig.py +135):
if _filenameMangaFormat.find(‘%urlFilename%’) == -1:
if _filenameMangaFormat.find(‘%page_index%’) == -1 and _filenameMangaFormat.find(‘%page_index%’) == -1:
print ‘No page identifier, appending %page_index% to the filename manga format.’
_filenameMangaFormat = _filenameMangaFormat + unicode(‘ %page_index%’)
print “_filenameMangaFormat =”, _filenameMangaFormat
haveError = True
Cannot set manga mode to “%artist% (%member_id%)%artist% (%member_id%) – %title% (%image_id%) – p%page_number%”, I like use this format 🙁 (Not using index(0-base) but number(1-base))
What is the complete error message? Give me the image id to test.
EDIT: ignore that, misread your comment, source code updated.
Thanks , need this to compare the archive I download from yande.re 😀