Skip to content

DavisNT/mopidy-websettings

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mopidy-WebSettings

Latest PyPI version

Number of PyPI downloads

Travis CI build status

Test coverage

Mopidy extension for editing settings in a webinterface. Used by Pi MusicBox, but also usable for personal installations or other projects, since MusicBox-only settings are hidden automatically.

Installation

Install by running:

pip install Mopidy-WebSettings

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

Configuration

Before starting Mopidy, you can add configuration for Mopidy-WebSettings to your Mopidy configuration file:

[websettings]
enabled = true
musicbox = false
config_file = /etc/mopidy/mopidy.conf

Make sure the config file is writable by the user under which mopidy is running! And make sure the http extension is working. Go to the ip or url of your mopidy computer and add /settings (e.g. http://musicbox.local/settings or http://192.168.1.10:6680/settings )

For now, the settings are only applied after a reboot, which this extension will try to do. If it doesn't work, a (manual) restart of mopidy is needed.

Project resources

Changelog

v0.1.4.2 (26/3/2015)

  • Fixed length of Autoplay URL input box.

v0.1.4.1

  • Small fix for passwords not updated well

v0.1.4

  • AudioAddict added (by Nilicule)
  • Passwords mask same size as password

v0.1.3

  • Added YouTube and local support (on or off)
  • Enabled YouTube, SomaFM, Local, Internetarchive, Podcast by default when not in ini-file (the default of the extensions)
  • Settings for enabling streaming services shairport and upmpdcli (for MusicBox only)
  • Writing the config is more reliable
  • Better layout

v0.1.2

  • Fixes for writing ini file

v0.1.1

  • Fixed missing template files in dist
  • Fixed template
  • Reboot after settings are updated (if mopidy instance has the permission to do that, like on musicbox)

v0.1.0

  • Initial release

About

An easy to use Settings page for Mopidy and Pi MusicBox, editable in the browser

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 78.9%
  • Python 21.0%
  • JavaScript 0.1%