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.
Play music, podcasts and radio programs from local disk and various streaming services
Shipped version: 3.2.0~ynh2
- 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.
- RadioNet to play radio channels from the radio.net.
- Podcast to browse RSS feeds of podcasts and stream the episodes.
- Soundcloud to play music from the SoundCloud service (authentication token needed).
- MPD can be activated in order to use apps that control mopidy via this protocol. (This will open port 6600.)
- All streams are played on the servers local audio hardware. The web interface is only a kind of remote control. Threrefore it should not be used with VPS or other servers that have no real audio hardware
- To rebuild the database of your local music collection enter
sudo mopidyctl local scan
. - To list current settings enter
sudo mopidyctl config
. - Edit the file
/opt/yunohost/mopidy/mopidy.conf
to adjust Mopidy's configuration.
- Official app website: https://www.mopidy.com
- Official admin documentation: https://docs.mopidy.com/en/latest
- Upstream app code repository: https://github.com/mopidy/mopidy
- YunoHost documentation for this app: https://yunohost.org/app_mopidy
- Report a bug: https://github.com/YunoHost-Apps/mopidy_ynh/issues
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
More info regarding app packaging: https://yunohost.org/packaging_apps