Difference between revisions of "MegaSD Cover Art & Info"

From Terraonion Wiki
Jump to: navigation, search
(Copy MegaSD thumbnails guide from Github repo)
 
Line 9: Line 9:
 
<li><p>Download the latest DB pack from our [https://github.com/hugo19941994/megasd-db-generator/releases/latest releases] and extract the content of the zip file into the same folder as the GameDBManagerMD</p>
 
<li><p>Download the latest DB pack from our [https://github.com/hugo19941994/megasd-db-generator/releases/latest releases] and extract the content of the zip file into the same folder as the GameDBManagerMD</p>
  
[[File:Thumbnails-1.png]]
+
[[File:Thumbnails-1.png|800px]]
  
[[File:Thumbnails-2.png]]
+
[[File:Thumbnails-2.png|800px]]
  
 
<ol start="3" style="list-style-type: decimal;">
 
<ol start="3" style="list-style-type: decimal;">
 
<li>Open the GameDBManager and convert the images to tiles (this might take a minute)</li></ol>
 
<li>Open the GameDBManager and convert the images to tiles (this might take a minute)</li></ol>
  
[[File:Thumbnails-3.png]]
+
[[File:Thumbnails-3.png|800px]]
  
 
<ol start="4" style="list-style-type: decimal;">
 
<ol start="4" style="list-style-type: decimal;">
 
<li>Scan Roms by selecting your SD card</li></ol>
 
<li>Scan Roms by selecting your SD card</li></ol>
  
[[File:Thumbnails-4.png]]
+
[[File:Thumbnails-4.png|300px]]
  
 
=== Troubleshooting ===
 
=== Troubleshooting ===
Line 52: Line 52:
 
# linux
 
# linux
 
megasd scan /dev/sdb1</pre>
 
megasd scan /dev/sdb1</pre>
 +
 +
== Preview ==
 +
 +
[[File:Thumbnails-5.png|800px]]

Revision as of 20:25, 6 February 2021

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.

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