Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unixatch/fix-retroarch-image-playlist
Fixes RetroArch's image playlist file
https://github.com/unixatch/fix-retroarch-image-playlist
cli console fix image javascript multiplatform nodejs playlist retroarch script terminal
Last synced: 17 days ago
JSON representation
Fixes RetroArch's image playlist file
- Host: GitHub
- URL: https://github.com/unixatch/fix-retroarch-image-playlist
- Owner: unixatch
- License: gpl-3.0
- Created: 2023-09-09T23:41:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-08T13:45:42.000Z (7 months ago)
- Last Synced: 2024-12-18T08:15:21.048Z (about 2 months ago)
- Topics: cli, console, fix, image, javascript, multiplatform, nodejs, playlist, retroarch, script, terminal
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/fix-retroarch-image-playlist
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RetroArch image playlist fixer
This script allows you to fix RetroArch's image playlist file easily with a couple of settings change.
## Why does it exist?
RetroArch currently doesn't have a way to fix it within its menu but also because i could add some new features too like automatically adding missing images in the playlist.
## Installation
To install it you'll need installed:
- NodeJS;
- A terminal (Termux or whatever);then type:
```bash
npm install -g fix-retroarch-image-playlist
```Finally run:
```bash
fixRetroarchImagePlaylist --config
```
to configure the script with the correct paths### How to use it?
You'll need to either type `fixRetroarchImagePlaylist` in the terminal or `node fix-retroarch-image-playlist.mjs` in the same folder of where the package is installed
Read [COMMAND LINE PARAMETERS](COMMAND-LINE-PARAMETERS.md) for more information about the available parameters