gatl
gatl
Personally, I would consider dropping support for Python 2 (people who need it can continue to use the current version of _gogrepo_) to get a much cleaner, simpler and more...
The game _Master of Orion 2_ has an installer for Linux (since the end of 2015, according to the GOG changelog). However, _gogrepoc_ does not see it? Is this an...
If we store a JSON object with the list of all games at the top of the manifest, and then add one JSON object entry per game, we can always...
I'm working towards facilitating the connection of gogrepo with GameHub. GameHub uses the long title as the name of the directories where it stores the game installers, so I added...
The current code is quite long (almost 2400 lines) and not overly welcoming to newcomers in its structure or lack of comments. (I recall a function that returns nothing but...
If the file size and the file name are the same, and no MD5 information is provided by GOG, then perhaps I could trust that the file is the same....
When importing files, we don't need to compute the MD5 on **all** files. If the size of the file does not match the size of a file on your manifest,...
This allows for other projects to read the manifest and closes the security hole that is the `eval()` being called on a data file. JSON is not YAML, but it...
It is currently impossible to import files that are mixed with files that cannot be read by the current user. This patch will allow such situations to be handled gracefully...
I'm working towards facilitating the connection of gogrepo with GameHub. GameHub stores the MD5 hash alongside the installer files. I added the possibility of storing this information when downloading or...