mirror of
https://github.com/YunoHost-Apps/mopidy_ynh.git
synced 2024-09-03 19:46:21 +02:00
Mopidy package for YunoHost
|
||
---|---|---|
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.
- 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](https://pypi.org/project/Mopidy-SoundCloud/) needed
.
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
.
Links
- Report a bug: https://github.com/YunoHost-Apps/mopidy_ynh/issues
- App website: https://mopidy.com/
- YunoHost website: https://yunohost.org/
Developer info
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