Music tags to SQL conversion
Reads metadata from music files and inserts them into a relational database for further processing.
./musql <path to directory or file>
SQLite is used as database backend. By default, the database is created at ./musql.db3
. This can be configured with the parameter -o
:
./musql -o ~/musql.db3 <path to directory or file>
Usage help can be viewed via ./musql --help
.