Skip to content

TooDizzy/mopidy-jack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mopidy-Jack

Latest PyPI version

Number of PyPI downloads

Travis CI build status

Test coverage

Try to keep a set of predefined jack batchbay connection during playback.

Installation

Install by running:

A prerequisite for this plugin is JACK (naturally) and the JACK headers.
For JACK1 these can be installed by:
sudo apt-get install libjack-dev

And for JACK2 these can be installed by:
sudo apt-get install libjack-jackd2-dev

And in order for us to build py-jack we need to install a few dependencies: NumPy, python-dev. 

You should also install NumPy:

sudo apt-get install python-numpy
sudo apt-get install python-dev

Then it's just to run:

pip install Mopidy-Jack

Or, if available, install the Debian/Ubuntu package from apt.mopidy.com.

Configuration

Before starting Mopidy, you must add configuration for Mopidy-Jack to your Mopidy configuration file:

[jack]
# TODO: Add example of extension config

Project resources

Changelog

v0.1.0 (UNRELEASED)

  • Initial release.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages