Difference between revisions of "MegaSD Cover Art & Info"
Hugo19941994 (talk | contribs) (Copy MegaSD thumbnails guide from Github repo) |
Hugo19941994 (talk | contribs) m (Hugo19941994 moved page MegaSD Covert Art & Info to MegaSD Cover Art & Info: typo) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
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. | 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. | ||
+ | |||
+ | [https://github.com/Terraonion-dev/GameDBManagerMD GameDBManagerMD tool] | ||
== Windows == | == Windows == | ||
Line 9: | Line 11: | ||
<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 54: | ||
# linux | # linux | ||
megasd scan /dev/sdb1</pre> | megasd scan /dev/sdb1</pre> | ||
+ | |||
+ | == Preview == | ||
+ | |||
+ | [[File:Thumbnails-5.png|800px]] |
Latest revision as of 01:36, 7 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
Download the GameDbManagerMD.zip file from Terraonion’s Github repo and extract the software into a folder
Download the latest DB pack from our releases and extract the content of the zip file into the same folder as the GameDBManagerMD
- Open the GameDBManager and convert the images to tiles (this might take a minute)
- Scan Roms by selecting your SD card
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
- No pre-built binaries are available. Install go (e.g. brew in macOS or your distro’s package manager)
- Download the tool:
go get github.com/bodgit/megasd/...
- Download the latest DB pack from our releases
- Extract the zip file and import the DB:
megasd import /path/to/db.xml
- 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