Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dheison0/ps2-game-manager

OPL USB game manager for linux
https://github.com/dheison0/ps2-game-manager

Last synced: 2 days ago
JSON representation

OPL USB game manager for linux

Awesome Lists containing this project

README

        

# PS2 Game Manager

![ps2manager](https://github.com/dheison0/ps2-game-manager/assets/98592255/3dbb1fdf-70a0-4091-a037-1e262fb1e291)

A simple [Open PS2 Loader][OPL] game manager create for use on command line,
more specific my server that's where I keep my ROMs

This program can:

- View/Rename/Delete installed games;
- Install new games from ISO;
- Download and insert game covers(thanks to [ps2-covers]).

# Build and run

Install [Go] 1.22 or newer then run:

```bash
git clone --depth=1 https://github.com/dheison0/ps2-game-manager
cd ps2-game-manager
go build
```

To run just set the game files path:
```bash
./ps2manager games/path
```

[OPL]:
[ps2-covers]:
[Go]: