-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request #26
Comments
Thank you! I'll repost on the issues page. Thats great! Why didn't I think of using that to identify the file? I've been basing it on names, but you totally should use the hash. -I got to the point where my script fully works on non-zipped files. I started to work on figuring out the best way to deal with zipped, 7zip, winrar files. Didn't get very far. If you have any questions on how my script works, let me know. |
I am running into a little issue. The generate.log that is created never has any content. It is always 0 bytes in size. How can I fix that? Also is 2.0 still in progress? |
Hey there,
Technically, 2.0 is not being developed because I moved to making a new
tool from scratch. But whatever issues this one has will be solved on the
new one, which is nearly complete already.
And that's very odd. Do you see logs being printed to the screen, though?
Andre Brait
…On Sun, May 30, 2021, 09:05 kephreN7 ***@***.***> wrote:
I am running into a little issue. The generate.log that is created never
has any content. It is always 0 bytes in size. How can I fix that? Also is
2.0 still in progress?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABLX5OX72BDA2ON7OQT7Q2TTQHPVBANCNFSM4NEHOOOA>
.
|
It shows me what roms are found and copied however it does not show me what is missing... |
What options are you using on the command line?
André Brait
…On Sun, May 30, 2021 at 5:17 PM kephreN7 ***@***.***> wrote:
It shows me what roms are found and copied however it does not show me
what is missing...
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABLX5OTP5XGHUDHQ33CYJKLTQJJJXANCNFSM4NEHOOOA>
.
|
Hello,
I've been working on a python project as I have time, but it's slow going, when I ran across your script. You're script is so much farther along and does a lot of what I'd like to do. Do you think you could add MD5 hash verification and missing roms to your scripts? I can share what I've created thus far, it is a hack'n'slash script, but you are welcome to glean whatever you want from it.
-Create a missing ROMs list, and maybe something to help me rename the roms I have appropriately. Still trying to figure out how to handle the different versions of files.
-Verify the MD5/CRC32 Hash and compare it to the info from No-Intro DATs
-Filter out Beta/proto and various other keywords to create a rom-set
From Andre Brait
My script already checks file hashes using SHA-1 and it's already capable of handling renaming and generating a list of missing ROMs, though I don't exactly document it.
In order to do that, just get a "Standard DAT" on DAT-O-Matic, instead of a "Parent/Clone XML" DAT. Use it with the tool and it will:
This is all going to work a lot better on v2.0 ;-)
Thanks for the email and I would like to see your tool if you want. Maybe there's something I can use :-)
The text was updated successfully, but these errors were encountered: