1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mopidy_ynh.git synced 2024-09-03 19:46:21 +02:00
Mopidy package for YunoHost
Find a file
2021-03-19 18:22:14 +01:00
conf replace /path by /path/ 2021-03-19 17:22:36 +01:00
scripts Update install 2021-03-19 18:22:14 +01:00
sources initial version cloned from github.com/siwinter/mymopidy 2021-03-09 14:20:00 +01:00
.gitignore initial version cloned from github.com/siwinter/mymopidy 2021-03-09 14:20:00 +01:00
check_process Rename check_process.default to check_process 2021-03-19 17:28:31 +01:00
issue_template.md initial version 2021-03-19 17:15:47 +01:00
LICENSE initial version 2021-03-19 01:15:19 +01:00
manifest.json set license and maintainer 2021-03-19 16:31:42 +01:00
pull_request_template.md initial version cloned from github.com/siwinter/mymopidy 2021-03-09 14:20:00 +01:00
README.md replace placeholder 2021-03-19 17:45:36 +01:00
README_fr.md replace placeholder 2021-03-19 17:48:50 +01:00

Mopidy for YunoHost

Integration level
Install mopidy with YunoHost

Lire ce readme en français.

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 Googles 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.

  • Raspberry-GPIO to control Mopidy from GPIO signals on a Raspberry Pi (only available an ARM-architectures).

Documentation

YunoHost specific features

Multi-user support

Are LDAP and HTTP auth supported? No
Can the app be used by multiple users? ??

Supported architectures

  • x86-64 - Build Status
  • ARMv8-A - Build Status

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


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