Categorygithub.com/bodgit/megasd
repositorypackage
0.0.0-20200702170038-afc20ba65dc3
Repository: https://github.com/bodgit/megasd.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Build Status Go Report Card GoDoc

MegaSD

go get github.com/bodgit/megasd/...

To import an existing database generated by the C# tool:

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.