MegaSD Cover Art & Info

From Terraonion Wiki
Jump to: navigation, search

Quick guide to add thumbnails, year and genre info to your MegaSD menu.

You don’t need to name your ROMs like the DB, or change the way you sort them. It matches ROMs automatically using CRC values.

GameDBManagerMD tool

Windows

  1. Download the GameDbManagerMD.zip file from Terraonion’s Github repo and extract the software into a folder

  2. Download the latest DB pack from our releases and extract the content of the zip file into the same folder as the GameDBManagerMD

    Thumbnails-1.png

    Thumbnails-2.png

    1. Open the GameDBManager and convert the images to tiles (this might take a minute)

    Thumbnails-3.png

    1. Scan Roms by selecting your SD card

    Thumbnails-4.png

    Troubleshooting

    If your .cue files seem to get ignored check if you have hidden dotfiles in your SD card and delete them.

    macOS, Linux

    GameDBManagerMD was ported to golang by bodgit and works in multiple platforms

    I’ve recorded a short video executing these commands, in case someone finds it useful

    1. No pre-built binaries are available. Install go (e.g. brew in macOS or your distro’s package manager)
    2. Download the tool:
    go get github.com/bodgit/megasd/...
    1. Download the latest DB pack from our releases
    2. Extract the zip file and import the DB:
    megasd import /path/to/db.xml
    1. Scan your SD card (this can take a while):
    # Just examples, your directory will probably be different
    
    # macOS
    megasd scan /Volumes/MEGADRIVE
    
    # linux
    megasd scan /dev/sdb1

    Preview

    Thumbnails-5.png