Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bodgit/megasd
- Owner: bodgit
- License: bsd-3-clause
- Created: 2019-11-23T10:44:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-02T17:01:07.000Z (over 4 years ago)
- Last Synced: 2024-10-03T10:13:49.306Z (4 months ago)
- Topics: golang, mega-cd, megadrive, sega, sega-cd, sega-genesis, sega-mark-iii, sega-master-system, sega-mega-drive, sega-megadrive
- Language: Go
- Homepage: https://godoc.org/github.com/bodgit/megasd
- Size: 66.4 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.