Advanced usage - gabrielfvale/scrappy GitHub Wiki

Custom import

Importing your custom resources is supported by Scrappy, but you have to follow a specific process in order to get it working:

Note

This is a quick guide. For full reference, please refer to the Skyscraper documentation.

  1. Name your resource with the exact base name of the ROM you wish to connect it to. Example: Goodboy Galaxy.gba will import images with a filename of Goodboy Galaxy.png or other supported image formats.
  2. Create a folder for your platform in /mnt/mmc/MUOS/application/Scrappy/.scrappy/static/.skyscraper/import. If you're importing GBA resources, this is the result path: /mnt/mmc/MUOS/application/Scrappy/.scrappy/static/.skyscraper/import/gba. You can check the supported platforms here.
  3. Place all of your images in the path you've just created, in their corresponding folders: screenshots, covers and wheels
  4. Run the "Custom import" task in Advanced Tools.
  5. Restart Scrappy for changes to take effect.

Note

Scrappy only supports importing files that are organized in platform folders.

Important

Scrappy/Skyscraper will only import resources that match your ROM files. If you add resources that don't match any ROMs, they will be ignored. Your platforms also need to be properly configured in config.ini.

TLDR

  • Add resources to /mnt/mmc/MUOS/application/Scrappy/.scrappy/static/.skyscraper/import/<platform>/ + screenshots, covers and wheels
  • Name them to exactly match your ROMs
  • Run "Custom import" and restart Scrappy.
⚠️ **GitHub.com Fallback** ⚠️