A small utility to scrape game covers for your RGXX devices
- Easy Downloads: Download cover media directly onto your Anbernic device.
- User-Friendly Interface: Simple and intuitive interface designed specifically for Anbernic devices.
- Wide Compatibility: Supports various ROM file types and multiple Anbernic models.
I've personally only tested it on the RG35XX H RG40XXV Reportedly working.
However, it could be compatible with any Anbernic handheld with a Python version >= 3.7. Please, open an issue to confirm the compatibility or to report any problems.
To install Tiny Scraper on your Anbernic device, follow these steps:
-
Download the Latest Release:
- Navigate to the Releases page and download the latest version of TinyScraper.zip.
-
Transfer to Device:
- Extract and copy the content of the downloaded zip to the
APPS
directory of your Anbernic. You can copy it in/mnt/sdcard/Roms/APPS
if you want the app on the SD2 or/mnt/mmc/Roms/APPS
for the SD1.
- Extract and copy the content of the downloaded zip to the
-
Setup config
- create a
config.json
file inside thetiny_scraper
folder with a valid user and password from https://www.screenscraper.fr. Register if you haven't.
- create a
{
"user": "your_user",
"password": "your_password",
"media_type": "sstitle",
"region": "wor"
}
- Media type let's you select the type of media to download: The main options I suggest are
ss
for a game screenshot,sstitle
, for the title screen orbox-2D
orbox-3D
for a box,mixrbv1
for a mix of screenshot, wheel and so on. For more options check the screenscraper.fr documentation. Keep the capital letters. - Region let's you prioritize the region of the media to download. Some games have different covers for Japan, some for Europe and some for the rest of the world. If the region is not specified it will prioritize the world covers. Valid regions are
wor
,jp
,eu
,asi
,kr
,ss
,us
.
- Start Tiny Scraper:
- From the main menu, go to App Center, select Apps and launch Tiny Scraper.
Old version of stock OS might cause issues. V 1.0.3 (20240511) hs been reported to miss some necessary libraries: No module named 'PIL' try to update in this case.
Any issue should be logged in the log.txt file inside the tiny_scraper
folder. Open an issue and share its contents for help!