Giter VIP home page Giter VIP logo

musiclib's Introduction

musiclib

Personal music library.

Features

  • Import various formats (mp3, aac, wav, flac, alac, tta, tak, ape, dsd, and etc., it's easy to add other formats that FFmpeg supports), cue sheets are also supported. Lossless PCM files will be split (if it's cue + full disc), and then converted into flac to storage.
  • Upload scanned booklets in the CD, check them online. Also, you can attach other files to an album (like EAC logs, or any other file).
  • Playlists.
  • Verify CDs with CUETools and AccurateRip (using ArCueDotNet from CUETools).
  • Find music on MusicBrainz by AcoustID, and fill tags automatically.

Install

First install the following softwares: python3 python3-pip python3-dev ffmpeg shntool p7zip-full flac. It you are Debian or Ubuntu user, just add apt install in front of the list.

Then install the following python packages using pip3 install -r requirements.txt.

Create a database in your MariaDB server, initialize the database with musiclib.sql. Fill the information in config.py (rename from config_sample.py).

If you want the AcoustID feature, download fpcalc from https://acoustid.org/chromaprint, and put it info $PATH.

Finally, you can run web.py. (Or you can configure uwsgi if you want)

Known issues

  • Some tak files are not supported by FFmpeg. You may convert them info flac before uploading.

Todo

  • Batch import Based on my usage over 1.5 yr, this functionality is not necessary
  • Share albums, songs, playlists with others

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.