Skip to content

benschumacher/MishMash

 
 

Repository files navigation

Welcome to MishMash

Music database and web interface.

Status

Latest Version

Project Status

Build Status

License

Supported Python versions

Coverage Status

Features

  • Free software: GNU GPL v3.0 license
  • MishMash is a music database using Python and SQLAlchemy.
  • A command-line tool for building and managing a music database.
  • Web browser interface (using Pyramid) for browsing your music library.
  • Uses eyeD3 for reading MP3s and ID3 metadata.
  • Support and tested with Python 3.4 and Postgresql. SQLite is periodically tested with, but future features may not be supported (e.g. full text search).

Getting Started

$ mishmash info
/\/\_____  .__       .__        _____                .__   /\/\
\(\(     \ |__| _____|  |__    /     \ _____    _____|  |__\(\(
  /  \ /  \|  |/  ___/  |  \  /  \ /  \\__  \  /  ___/  |  \
 /    Y    \  |\___ \|   Y  \/    Y    \/ __ \_\___ \|   Y  \
 \____|__  /__/____  >___|  /\____|__  (____  /____  >___|  /
         \/        \/     \/         \/     \/     \/     \/

Version              : 0.3
Database URL         : sqlite:////~/mishmash.db
Database version     : 0.3
Last sync            : Never
Configuration files  : <default>


=== Music library ===
0 music tracks
0 music artists
0 music albums
0 music tags

Surprise, you now have an empty sqlite database in your home directory. Let's leave it here for now, it can be located elsewhere or use a different database using command line arguments and/or environment variables. Pretty useless, so now add some music.:

$ mishmash sync /home/travis/Music/Melvins
Syncing library 'Music': paths=['/home/travis/Music/Melvins/']
Syncing directory: /home/travis/Music/Melvins/
eyed3.mp3.headers:WARNING: Lame tag CRC check failed
eyed3.mp3.headers:WARNING: Lame tag CRC check failed
eyed3.mp3.headers:WARNING: Lame tag CRC check failed
eyed3.mp3.headers:WARNING: Lame tag CRC check failed
eyed3.mp3.headers:WARNING: Lame tag CRC check failed
eyed3.mp3.headers:WARNING: Lame tag CRC check failed
eyed3.mp3.headers:WARNING: Lame tag CRC check failed
eyed3.mp3.headers:WARNING: Lame tag CRC check failed
eyed3.mp3.headers:WARNING: Lame tag CRC check failed
Syncing directory: /home/travis/Music/Melvins/1984 - Mangled Demos
Adding artist: Melvins
Syncing directory: /home/travis/Music/Melvins/1986 - 10 Songs
Adding album: 10 Songs
Adding track: /mnt/Media/Media/audio/music/Melvins/1986 - 10 Songs/Melvins - 01 - Easy As It Was.mp3
Updating album: 10 Songs
...
== Library 'Music' sync'd [ 8.73s time (45.9 files/s) ] ==
401 files sync'd
401 tracks added
0 tracks modified
0 orphaned tracks deleted
0 orphaned artists deleted
0 orphaned albums deleted

About

Music database, etc.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 93.3%
  • Makefile 6.1%
  • Other 0.6%