Coder Social home page Coder Social logo

markwkidd / ahk-retroarch-playlist-helpers Goto Github PK

View Code? Open in Web Editor NEW
112.0 112.0 6.0 651 KB

Donations are accepted via Handbarrow's PayPal.me account

Home Page: http://paypal.me/handbarrow

License: GNU General Public License v3.0

AutoHotkey 91.38% Python 8.62%

ahk-retroarch-playlist-helpers's People

Contributors

markwkidd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ahk-retroarch-playlist-helpers's Issues

Exclude clones option missing

In version 1.0 you can exclude clkones, now this option is missing in later versions such as 1.2 and 1.22. I'm loading the same dat and catver files in both versions of the app.

What i'm missing

hello, first of all your software is fantastic and is the only one that works the way i want!
Now there's something i'm really missing and i would love to see implemented.

We need a filter to remove non working games!

you could set up a filer like non working and working but imperfect

Thats really something i need

MAME screenshot names when using xml

@markwkidd Hi, firstly, this tool is brilliant, thanks. I'm having one problem. My MAME games and snaps are named the same (3countb, 3wonders, 4dwarrio etc). When I use a MAME XML to correct the filenames it doesn't display my screenshots. Is there any way you can fix this ? Do you have a tool that can rename my screenshots the same as the datfile (so the playlist name and the screenshots match) ? Or am I missing something ?

JSON support for new playlist format

Is it possible to add support for JSON format, I think it could be something like:

#if legacy then
    playlist_entry := playlist_entry_rom_path . "`n"
                    . playlist_title . "`n"
                    . core_path . "`n"
                    . "DETECT" . "`n"
                    . "DETECT" . "`n"
                    . playlist_name . ".lpl" . "`n"
#else
#this before start loop array
header := '"{`n"
 """version""":"""1.0""",`n"
 """items""": [`n"
playlist_file.Write(header)
#in array
playlist_entry :=  "{". "`n"
   . """path""": """. playlist_entry_rom_path . """,". "`n"
   . """label": """ . playlist_title . """,". "`n"
   . """core_path""": """. core_path . """,. "`n"
   . """core_name""": ""DETECT""",. "`n"
   . """crc32""": """DETECT""",. "`n"
   . """db_name""": """ . playlist_name .".lpl""". "`n"
   . "},". "`n"
 
playlist_file.Write(playlist_entry)

  #after array
  # remove last "," comma, I don't know the command
footer:=  "  ]`n"
  "}`n"
playlist_file.Write(footer)
#end if

FBNeo

HI Mark

Your work is great! I wondered if you knew where i could find a catver.ini for FB Neo? I have the XML Dat files, but can't find the catver.ini?

Any advice appreciated

Thanks

If no png is available in web repositories, site HTML response is saved as png file.

Downloaded file with the following function:

DownloadFile(UrlToFile, SaveFileAs, Overwrite := True, UseProgressBar := True) {

Should be tested considering the following:

The first eight bytes of a PNG file always contain the following (decimal) values:
137 80 78 71 13 10 26 10

If downloaded file is not a valid png, it should be deleted (or download interrupted) and entry should be added to unmatched pngs.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.