Skip to content

A small program used for creating the missing thumbnails for libretro-thumbnails.

License

Notifications You must be signed in to change notification settings

arianrhodsandlot/libretro-thumbnails-tinker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libretro-thumbnails-tinker

A small program used for creating the missing thumbnails for libretro-thumbnails.

Screenshot

Usage

  1. Create a directory named libretro, download database-rdb.zip and extract it here.

    For reference, you can use the following commands.

    mkdir libretro
    wget https://buildbot.libretro.com/assets/frontend/database-rdb.zip
    unzip database-rdb.zip -d libretro/database-rdb
    rm database-rdb.zip
  2. Create a .env file by copying .env.sample, modify it as necessary.

  3. Install Node.js dependencies. We use pnpm.

    pnpm i
    pnpm playwright install chromium
  4. Run this program by running pnpm start.

  5. Click the "snap" button, a screenshot will be taken and saved to libretro/thumbnails/<system>/Named_Titles, while click the "title" button, a screenshot will be taken and saved to libretro/thumbnails/<system>/Named_Snaps.

    The <system> here means the full system name specified in your .env file, for example "Nintendo - Nintendo Entertainment System".

    Click the "close" button, a new page will be created to process the next game.

License

MIT

About

A small program used for creating the missing thumbnails for libretro-thumbnails.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published