libretro-thumbnails has moved over to https://github.com/libretro-thumbnails/libretro-thumbnails .
The RetroArch XMB menu can display thumbnails for any game in a playlist.
The thumbnails are installed into the RetroArch config's thumbnails
directory
There are three types of thumbnails:
Named_Snaps
In game snapshotsNamed_Titles
Title screen snapshotsNamed_Boxarts
BoxartThumbnail files need to follow this naming convention:
thumbnails/Playlist_Name/Named_Type/Game_Name.png
The following characters in playlist titles must be replaced with _
in the corresponding thumbnail filename:
&*/:`<>?\|
These example commands can be modified to scrape thumbnail images for other systems or in other source formats.
./tgdb.pl retroarch/media/libretrodb/dat/Nintendo\ -\ Super\ Nintendo\ Entertainment\ System.dat
mogrify -format png -resize 512x Nintendo\ -\ Super\ Nintendo\ Entertainment\ System/Named_Boxarts/*.jpg
rm Nintendo\ -\ Super\ Nintendo\ Entertainment\ System/Named_Boxarts/*.jpg