Giter Site home page Giter Site logo

arkpoah / melopedia Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 943 KB

Music library management

License: GNU General Public License v3.0

Python 40.89% CSS 14.14% JavaScript 7.05% HTML 37.91%
music-library music web-app application web-application flask-application

melopedia's Introduction

Melopedia

App for music lovers. Add all your artists, sort them and rate them.

See screenshots folder

Why ?

Since I listen music via streaming, I discovered lot of new good stuff and I a bit forgot my local music. Streaming apps does not have all music and the artists management is not enought mature for the moment, so I needed something where I can view all my music library, rate it, explore it and sort it.

Requirements

  • Last.fm API key to retrieve artists info (can be disable in source)
  • Python 2.7 and later
  • SQL database

Deploying

  • Create virtualenv and install dependencies with pip
$ pip install virtualenv
$ virtualenv /path/to/melopedia/venv
$ source /path/to/melopedia/venv/bin/activate
$ pip install -r requirements.txt
  • Create SQL database and configure connexion in config.py file doc
  • Create database structure
$ ./db_create.py
  • Start app. Exemple invocations :
$ ./run.py --host 0.0.0.0
$ ./run.py --host 127.0.1.1 --port 8000
$ ./run.py --debug

Extras

You can use parse_zik.py script to add your local library. To work well, directory tree must be Tags/artists/albums Exemples :

$ ./parse_zik.py -r /path/to/music/Classical/ -g "classical"

Add multiple tags, separate by ':'

$ ./parse_zik.py -r /path/to/music/Metal/Progressive\ Metal/ -g "progressive metal:metal"

Pass the --help flag to get a help message.

Enjoy !

melopedia's People

Contributors

arkpoah avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.