Frode Solheim

Results 106 comments of Frode Solheim

Related issue: https://github.com/FrodeSolheim/fs-uae-arcade/issues/12

It is probably easy to add via 3rd-party libraries, but I'm not sure if it is worth the hassle for users and packagers to add another library dependency for this....

I will probably be adding some dropdown/settings button alongside the search box.

Please don't run a HTML scraper at least :) If you can code in python, you can quite easily extract the information from the local copies of the database that...

I might create a whdload_archivename field in the database to register what the archive name is, compatible with Retroplay's naming...

I write a small scripts with dumps the entire local database (e.g. `Amiga.sqlite`) to stdout in JSON format: ``` #!/usr/bin/env python3 from binascii import hexlify import json import sqlite3 import...

I'm uploading a `whdload_archive` field for current WHDload variants. Better to use than `x_name`, which is for debugging purposes and for identification when the variant is not associated with a...

The Amiga.sqlite database isn't available anywhere, it is created locally by FS-UAE Launcher. It is possible to download the entries from openretro.org via the same way that the Launcher does...

Tempting to drop support for .7z instead, not sure if this is used much or at all.