mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Update readme with checklist
This commit is contained in:
@@ -2,16 +2,23 @@
|
|||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
This little tool will synchronize games from other platforms into your Steam library.
|
This little tool will synchronize games from other platforms into your Steam library, using the Steam Shortcuts feature.
|
||||||
|
|
||||||
The goal is that you do not have to leave your Steam library to launch games from other launchers/stores.
|
The goal is that you do not have to leave your Steam library to launch games from other launchers/stores.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
- [x] Download art from [SteamGridDB](https://www.steamgriddb.com/)
|
||||||
* Add shortcuts to games from [Epic Games Store](https://www.epicgames.com/)
|
- [x] [Legendary](https://github.com/derrod/legendary) integration
|
||||||
* Add shortcuts to games from [Legendary](https://github.com/derrod/legendary)
|
- [x] [Epic Games Store](https://www.epicgames.com/) integration
|
||||||
* Add shortcuts to games from [Itch.io](https://itch.io/app)
|
- [x] [Itch.io](https://itch.io/app) integration
|
||||||
* Download custom art for games from [SteamGridDB](https://www.steamgriddb.com/) for any custom steam shortcut.
|
- [x] Cross Platform
|
||||||
|
- [x] Small (~1.5mb on disk), lightweight (~2mb ram) and fast(~1s sync)
|
||||||
|
- [ ] Origin integration
|
||||||
|
- [ ] XBox/Microsoft Store integration
|
||||||
|
- [ ] GOG integration
|
||||||
|
- [ ] [Lutris](https://github.com/lutris/lutris) integration
|
||||||
|
- [ ] UI For configuration
|
||||||
|
- [ ] Scheduling of synchronization
|
||||||
|
- [ ] Steam Deck support (should work, but need to test when I get one)
|
||||||
|
|
||||||
## Very early alpha
|
## Very early alpha
|
||||||
|
|
||||||
@@ -34,6 +41,8 @@ Feel free to submit issues and pull requests
|
|||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
The tool reads its configuration from a `config.toml` file.
|
The tool reads its configuration from a `config.toml` file.
|
||||||
|
In the future there will be an UI for changing these configurations.
|
||||||
|
|
||||||
Here is a simple example of how to write the config file:
|
Here is a simple example of how to write the config file:
|
||||||
```toml
|
```toml
|
||||||
[steamgrid_db]
|
[steamgrid_db]
|
||||||
|
|||||||
Reference in New Issue
Block a user