jhermann / beetzbox

:musical_note: :construction: A Beets plugin to integrate it with the SqueezeBox eco-system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SqueezeBox integration for Beets

Travis CICoverallsGitHub IssuesLicenseLatest VersionDownloads

A Beets plugin to integrate it with the SqueezeBox eco-system.

Contents

Introduction

TODO

Usage

TODO

Installation

SqueezeBox integration for Beets can be installed via pip install beetzbox as usual, see releases for an overview of available versions. To get a bleeding-edge version from source, use these commands:

repo="jhermann/beetzbox"
pip install -r "https://raw.githubusercontent.com/$repo/master/requirements.txt"
pip install -UI -e "git+https://github.com/$repo.git#egg=${repo#*/}"

As a developer, to create a working directory for this project, call these commands:

git clone "https://github.com/jhermann/beetzbox.git"
cd "beetzbox"
command . .env --yes --develop  # add '--virtualenv /usr/bin/virtualenv' for Python2
invoke build check

You might also need to follow some setup procedures to make the necessary basic commands available on Linux, Mac OS X, and Windows.

About

:musical_note: :construction: A Beets plugin to integrate it with the SqueezeBox eco-system.

License:MIT License


Languages

Language:Python 100.0%