Git Product home page Git Product logo

mopidy_skill's Introduction

Play music via your Mopidy Server

About

Mopidy is an extensible stand alone music server handling music libraries and remote services alike. This skill interfaces with the server through the REST api.

Mycroft Setup

Mycroft needs to be pointed to the mopidy server, this is easily done using the skill settings page on Mycroft-Home. By default it will try to connect to a mopidy server on localhost.

Mopidy Setup

I recommend using the official mopidy install guide to get the software for your specific system.

In addition to the base installation of mopidy the skill REQUIRES the local-mysql plugin to fetch the metadata from the local library and should be able to use the data from the mopidy-gmusic plugin.

Mopidy configuration is complex and this description will only touch the areas that are relevant for the skill. Mopidy settings are made in ~/.config/mopidy/mopidy.conf for a desktop install and under /etc/mopidy/mopidy.conf for picroft/Mark-1 (if it doesn't exist it needs to be created).

This readme only covers the basics, for more details check out the official documentation at https://www.mopidy.com

Local music

For playing music from the local file system or file share check under the heading

[local]

and make sure the following config options are set according to your system

enabled = true
library = sqlite
media_dir = PATH_TO_YOUR_MUSIC

after this is done scan the local collection by running

mopidy local scan

Examples

  • "play Armikrog OST"
  • "play something by Terry Scott Taylor"
  • "play rock music"

Credits

@forslund

Category

Music

Tags

#mopidy #music

mopidy_skill's People

Contributors

forslund avatar astrowave avatar gras64 avatar

Watchers

James Cloos 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.