Skip to content
forked from keith-g/audiodb

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

Notifications You must be signed in to change notification settings

audiomuze/audiodb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%