-
Notifications
You must be signed in to change notification settings - Fork 1
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
added rom cover support #3
base: master
Are you sure you want to change the base?
Conversation
|
Two things: is the server fully operational now? The code is getting big, and I'm thinking about rewriting it in Python, to improve its portability. |
Hi man,
i moved to roms boxart to my own github repo (
https://github.com/DefKorns/rom-cover-generator/tree/master/boxart ).
The server that was hosting those boxart (for roms not nds games) belongs
to ModMyClassic team, and i dont want to be using it for non classic mini
related things. :)
I never worked with Python, i do a bit shellscript and my live is with
Typescript, Angular and dotNet Core.
I can try and help with it if you change it, but no guarantee :)
…On Sat, Sep 7, 2019 at 2:55 PM Death Mask Salesman ***@***.***> wrote:
Two things: is the server fully operational now?
The code is getting big, and I'm thinking about rewriting it in Python, to
improve its portability.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHYUXVA56AGZYIWSSO3Z5X3QIO6HRANCNFSM4ITA5JXA>
.
--
Com os melhores cumprimentos,
Marco Coelho
|
No problem, you help where you can. By the way, the commit history will still credit you, as well as the releases page, so your previous contributions will be recognized. |
For now, i'll continue to generate covers to no-intro rom set. And host
them on my github repo. This way we can have covers for all supported
systems.
Still missing, Super NES and Game Gear :)
…On Sat, Sep 7, 2019 at 6:02 PM Death Mask Salesman ***@***.***> wrote:
No problem, you help where you can.
By the way, the commit history will still credit you, as well as the
releases page, so your previous contributions will be recognized.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHYUXVFUU6UYE5ARQSED3HDQIPUDXANCNFSM4ITA5JXA>
.
--
Com os melhores cumprimentos,
Marco Coelho
|
@DMSalesman i tried to. But python is weird AF 😂 |
@DefKorns That's because Python designing is different than Bash designing. If I have time, I'll put together a |
@DMSalesman have you checked my It's working (may a need tuning), but still missing a couple of features:
|
I checked it, yes. I believe that it can be rewritten with improved command line args parsing, and I'll do so once I get some free time. |
added the ability to check the crc32 from roms (no-intro set only) to find covers on custom server.
supports the following systems:
I only added covers for NES on my server, i'll update the other systems later