genMusicSQLiteDB

command module
v0.0.0-...-39cb606 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 7, 2022 License: MPL-2.0 Imports: 10 Imported by: 0

README

genMusicSQLiteDB

Generate a SQLite Database of Music files (and accociated metadata) from a folder

genMusicSQLiteDB requires go 1.16 or later as it implements filepath.WalkDir.

Tags are read via the "tag" library: https://github.com/dhowden/tag

sqlite3 driver: https://github.com/mattn/go-sqlite3 (requires gcc)

Usage

Create media.db for mumzic

$ genMusicSQLiteDB [path/to/music/directory]

This creates a media.db (Currently hardcoded filename) containing 4 colums ("artist", "album", "title", "path")

Supported Formats

Currently genMusicSQLiteDB program looks for .flac/.mp3/.opus files.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL