Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unixatch/tui-retroarch-thumbnail-downloader
Allows you to download thumbnails from Retroarch's servers with a search + list functionality
https://github.com/unixatch/tui-retroarch-thumbnail-downloader
download downloader find inquirer list match multiplatform retroarch search thumbnail tui
Last synced: 8 days ago
JSON representation
Allows you to download thumbnails from Retroarch's servers with a search + list functionality
- Host: GitHub
- URL: https://github.com/unixatch/tui-retroarch-thumbnail-downloader
- Owner: unixatch
- License: gpl-3.0
- Created: 2023-09-19T15:04:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-08T23:20:15.000Z (7 months ago)
- Last Synced: 2024-07-09T03:51:43.618Z (7 months ago)
- Topics: download, downloader, find, inquirer, list, match, multiplatform, retroarch, search, thumbnail, tui
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/tui-retroarch-thumbnail-downloader
- Size: 62.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# TUI RetroArch thumbnail downloader
This script allows you to download thumbnails from Retroarch's servers with a search + list functionality.
## Why does it exist?
RetroArch usually downloads the game's thumbnails just fine but there are some edge cases where it doesn't detect the game but it does have an image related to it inside Retroarch's servers. This script aims at simplify the search of those images with a TUI.
## Installation
To install it you'll need installed:
- NodeJS;
- A terminal (Termux or whatever);then type:
```bash
npm install -g tui-retroarch-thumbnail-downloader
```Finally run:
```bash
tuiRetroarchTD --config
```
to configure the script with the correct path### How to use it?
You'll need to either type `tuiRetroarchTD` in the terminal or `node tui-retroarch-thumbnail-downloader.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
## What changes have been made?
Check out the [CHANGELOG](CHANGELOG.md) file for more information.
It will include all changes being made in each version.