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-08-25 00:56:26 +02:00
.github [autopatch] Update issue and PR templates 2021-05-13 17:49:52 +02:00
conf MPD extension 2021-08-24 12:44:49 +02:00
scripts Update upgrade 2021-08-25 00:47:48 +02: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 Update check_process 2021-08-24 01:32:40 +02:00
LICENSE initial version 2021-03-19 01:15:19 +01:00
manifest.json Update manifest.json 2021-08-25 00:56:26 +02:00
README.md clarify usage 2021-04-16 20:31:18 +02:00
README_fr.md clarify usage 2021-04-16 20:33:26 +02: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. You hear the music through the speakers connected to the server.

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.

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

  • cannot be used with VPS or other servers that have no real audio hardware

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.

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