Git Product home page Git Product logo

beets-store's Introduction

Beets Store

A plugin for the music geek's media organizer.

Introduction

Beets Store is a web frontend for your music library organized by beets.

  • Play the music in your browser.
  • Optional scrobble the played music info to LastFM
  • Download the music files and entire albums (A zipped directory with the music files and the album cover image.)

Screenshots

Albums overview

Albums view

Artists overview

Artists view

Tracks overview

Tracks view

Album detailview

Album view

Installation

Install required services.

$ apt install redis

Install package and scripts.

$ git clone https://github.com/tschaefer/beets-store
$ cd beets-store
$ pipx install --include-deps .

Usage

Add plugin settings to beets configuration file.

store:
  host: "::1"
  port: 8080
  zipdir: /tmp/beets/store/zip
  lastfm:
    api_key: API_KEY
    secret_key: SECRET_KEY

The lastfm settings are optional. If you don't want to scrobble leave the settings out.

Example beets configuration file

Import audio files.

$ beet import /music

Fetch cover art.

The album art image must be stored as cover.jpg alongside the music files for an album. For optimal display all the images should have an equal width and height of at least 300x300 px.

$ beet fetchart

Start job queue worker.

The job queue is used to create album zip files for the download.

$ rq worker

Start the web service.

$ beet store

Docker

Configure environment file.

Set BEETS_MUSIC_VOLUME in the environment file docker-compose.env.

For overriding the configuration file and persist the database enable and set the proper settings in the enviroment and compose files.

Start the service.

$ docker compose --env-file docker-compose.env up

License

BSD 3-Clause “New” or “Revised” License

Further thirdparty license

Is it any good?

Yes

beets-store's People

Contributors

tschaefer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  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.