conf | ||
scripts | ||
sources | ||
.gitignore | ||
check_process | ||
issue_template.md | ||
LICENSE | ||
manifest.json | ||
pull_request_template.md | ||
README.md | ||
README_fr.md |
Mopidy for YunoHost
This package allows you to install Mopidy quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult the guide to learn how to install it.
Overview
Mopidy - is an extensible music server. It plays music, podcasts and radio programs from local disk and various streaming services. You edit the playlist from any phone, tablet, or computer.
Shipped version: 3.1.1
Screenshots
Demo
- No demo available
Configuration
This installation is shipped with various extensions:
-
MusicBox-Webclient to control mopidy from your web browser
-
local to make your private music collection on
/home/yunohost.multimedia/share/Music/
browseable and searchable -
YouTube to play sound from YouTube
-
YTMusic to access Google’s streaming music named YouTube Music
-
Podcast-iTunes to search and browse podcasts from the Apple iTunes Store.
-
Podcast to browse RSS feeds of podcasts and stream the episodes.
-
Soundcloud to play music from the SoundCloud service
[authentication token](https://pypi.org/project/Mopidy-SoundCloud/) needed
. -
Raspberry-GPIO to control Mopidy from GPIO signals on a Raspberry Pi (only available an ARM-architectures).
Documentation
- Official documentation: https://docs.mopidy.com/en/latest/
YunoHost specific features
Multi-user support
Are LDAP and HTTP auth supported? No
Can the app be used by multiple users? ??
Supported architectures
Limitations
- Any known limitations.
Additional information
To list current settings enter sudo mopidyctl config
Edit the file /opt/yunohost/mopidy/mopidy.conf
to adjust mopidy's configuration.\
To rebuild the database of your local music collection enter sudo mopidyctl local scan
More info on the documentation page:
https://yunohost.org/packaging_apps
Links
- Report a bug: https://github.com/YunoHost-Apps/mopidy_ynh/issues
- App website: https://mopidy.com/
- YunoHost website: https://yunohost.org/
Developer info
Only if you want to use a testing branch for coding, instead of merging directly into master. Please send your pull request to the testing branch.
To try the testing branch, please proceed like that.
sudo yunohost app install https://github.com/YunoHost-Apps/mopidy_ynh/tree/testing --debug
or
sudo yunohost app upgrade mopidy -u https://github.com/YunoHost-Apps/mopidy_ynh/tree/testing --debug