keith-g / audiodb

Simple python script to import and export audit tags to an SQLite DB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

musicdb

Simple python script to import and export audio tags to an SQLite DB

Dependencies

Usage

python2 musicdb.py [-h] [--log LOG] {import,export} dbpath musicdir

Import/Save files to sqlite database.

positional arguments:
  {import,export}  action to perform. Either import or export
  dbpath           path to sqlite database
  musicdir         path to musicdir used for import/export

optional arguments:
  -h, --help       show this help message and exit
  --log LOG        log level, can be DEBUG, INFO, WARNING, ERROR. Will be printed to console.

License

GPLv3: http://www.gnu.org/licenses/gpl.html

About

Simple python script to import and export audit tags to an SQLite DB


Languages

Language:Python 100.0%