Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bodgit/megasd

Golang library supporting the Terraonion MegaSD cartridge
https://github.com/bodgit/megasd

golang mega-cd megadrive sega sega-cd sega-genesis sega-mark-iii sega-master-system sega-mega-drive sega-megadrive

Last synced: 3 months ago
JSON representation

Golang library supporting the Terraonion MegaSD cartridge

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.com/bodgit/megasd.svg?branch=master)](https://travis-ci.com/bodgit/megasd)
[![Go Report Card](https://goreportcard.com/badge/github.com/bodgit/megasd)](https://goreportcard.com/report/github.com/bodgit/megasd)
[![GoDoc](https://godoc.org/github.com/bodgit/megasd?status.svg)](https://godoc.org/github.com/bodgit/megasd)

# MegaSD
```
go get github.com/bodgit/megasd/...
```
To import an existing database generated by the [C# tool](https://github.com/Terraonion-dev/GameDBManagerMD):
```
megasd import /path/to/db.xml
```
_(This will need the XML file and the original PNG image files.)_

You can then scan your Micro SD card and generate the metadata:
```
megasd scan /Volumes/MEGADRIVE
```
The tool uses a small SQLite database, the location of which defaults to `$PWD/megasd.db`.
You can pass a `--db` flag or set the environment variable `$MEGASD_DB` to put this file somewhere else.