This script allows you to download thumbnails from Retroarch's servers with a search + list functionality.
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.
To install it you'll need installed:
- NodeJS;
- A terminal (Termux or whatever);
then type:
npm install -g tui-retroarch-thumbnail-downloaderFinally run:
tuiRetroarchTD --configto configure the script with the correct path
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 for more information about the available parameters
Check out the CHANGELOG file for more information.
It will include all changes being made in each version.