GOG-Galaxy-Export-Script
GOG-Galaxy-Export-Script copied to clipboard
Export your list of games from GOG Galaxy
As a source plug-in, the tool to could export and read exported csv file to gog
After I managed to get the script working (it's been forever since I used Python so it was a struggle just getting the thing to run on WIndows) I thought...
Would really appreciate if there was a way to export tags and or scores together with the list of games. I keep a backlog of games in GoG Galaxy and...
Used the howlongtobeatpy to incorporate the how long to beat times. This does add a substantial amount of time to the script, so it probably should not be done by...
To determine the release type the script first makes a database request to get the _GamePieceTypes,id_ and than inserts it in the sql script. It would be much more efficient...
I think export this field can be helpful, to save user save data
``` line 578, in 'default': defaultDBlocation, NameError: name 'defaultDBlocation' is not defined ``` Even though I ran the script explicitly defining path to the database, I got the error because...