Skip to content

Commit

Permalink
tools: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
imLinguin committed Feb 24, 2024
1 parent 0f0277e commit 6e06621
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@

Here is the set of tools for easier database maintenance and quickly searching of releases across different stores

- [gamesdb.py](./gamesdb.py)
## gamesdb.py

> [!WARNING]
> Use this only as a hint, always make sure you can confirm that the data is valid
> [!WARNING]
> Use this only as a hint, always make sure you can confirm that the data is valid
display external releases of games by title from GOG Galaxy's API
Usage:
```
./gamesdb.py Horizon Zero Dawn
```
display external releases of games by title from GOG Galaxy's API
Usage:
```
./gamesdb.py Horizon Zero Dawn
```

- [amazon-import.py](./amazon-import.py)
## amazon-import.py

print games with Steam releases based on [Nile](https://github.com/imLinguin/nile)'s library.json that are not in the database
Common location of library.json on Linux is `$XDG_CONFIG_HOME/nile/library.json` and in Heroic `$XDG_CONFIG_HOME/heroic/nile_config/nile/library.json`
print games with Steam releases based on [Nile](https://github.com/imLinguin/nile)'s library.json that are not in the database

Common location of library.json on Linux is `$XDG_CONFIG_HOME/nile/library.json` and in Heroic `$XDG_CONFIG_HOME/heroic/nile_config/nile/library.json`

Make sure to run `nile library sync` before import to ensure latest metadata
Make sure to run `nile library sync` before import to ensure latest metadata

- [preflight-check.py](./preflight-check.py)
## preflight-check.py

makes sure the csv is valid, used in GitHub action on each push
makes sure the csv is valid, used in GitHub action on each push

0 comments on commit 6e06621

Please sign in to comment.