Skip to main content

Mopidy Web client extension for mobile devices

Project description

Mopidy Mobile is a Mopidy Web client extension and hybrid mobile app, currently supporting iOS 7+ and Android 4.4 and higher. Users of older Android versions may still access the Web extension using Google’s Chrome browser.

Installation

The Web extension can be installed using pip by running:

pip install Mopidy-Mobile

The Android app is available for beta testing for members of the Mopidy announcement mailing list. If you are a member and want to participate in testing, please follow these instructions.

Configuration

Note that configuration settings for the Web extension are still subject to change:

[mobile]
enabled = true

# application title - $hostname and $port can be used in the title
title = Mopidy Mobile on $hostname

# WebSocket URL - set this if Mopidy's WebSocket is not available at
# its default path /mopidy/ws/, e.g. when using a reverse proxy
ws_url =

Building from Source

Mopidy Mobile is built using Ionic, AngularJS and Apache Cordova, and uses npm and gulp for its build system, so it is recommended to familiarize yourself with these before you start.

To build the Mopidy Web extension, you need to have npm and gulp installed. Then run:

npm install
gulp install
gulp dist
python setup.py develop

To build the hybrid app for Android, please follow Ionic’s installation guide to make sure you have everything needed for Android development. Then run:

ionic platform add android
ionic resources
ionic build android

Project Resources

Latest PyPI version Number of PyPI downloads Travis CI build status Test coverage

License

Copyright (c) 2015 Thomas Kemmer.

Licensed under the Apache License, Version 2.0.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Mopidy-Mobile-0.9.2.tar.gz (693.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page