Jump to content
LaunchBox Community Forums

sselph

Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

sselph's Achievements

1-Bit Wonder

1-Bit Wonder (1/7)

0

Reputation

  1. quazl said Does the "sselph/scraper" work on windows? mathflair said Yes, it works on Windows; though, you do need to have the Go language installed. I also provide windows binaries at https://github.com/sselph/scraper/releases although I don't want to discourage installing Go
  2. Cool, that is a good approach. @locvez, Thanks for the offer but my development doesn't require windows since I can cross compile from linux so I probably wouldn't make much use of it. If that changes, I'll let you know.
  3. Hi, Your app looks really nice it is just too bad I don't have a copy of windows to test it out. If you have any questions about my script feel free to email me. Go is a language created by Google and is fairly new but should be easy to read. It is possible to compile to a C/C++ library to link in but I don't have much experience doing that. I also wrote a version in C++ for ES(before I knew I could potentially compile to C++) here the GamesDBShaScraper and ROMHasher are the portions that you'd be interested in, but it is lagging behind since Aloshi hasn't updated ES in some time. If all you need to do is get the game ID for each file and you have the mechanisms to get the data yourself, It wouldn't be too hard to build a script from my libraries to push the ID into your DB assuming it is some standard DB type(sqlite, leveldb, file)
×
×
  • Create New...