mirror of
https://github.com/YunoHost-Apps/mopidy_ynh.git
synced 2024-09-03 19:46:21 +02:00
Auto-update README
This commit is contained in:
parent
a1856e293e
commit
62d4763714
1 changed files with 18 additions and 54 deletions
72
README.md
72
README.md
|
@ -1,3 +1,8 @@
|
||||||
|
<!--
|
||||||
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||||
|
It shall NOT be edited by hand.
|
||||||
|
-->
|
||||||
|
|
||||||
# Mopidy for YunoHost
|
# Mopidy for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/mopidy)  
|
[](https://dash.yunohost.org/appci/app/mopidy)  
|
||||||
|
@ -5,67 +10,25 @@
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
> *This package allows you to install Mopidy quickly and simply on a YunoHost server.
|
> *This package allows you to install Mopidy quickly and simply on a YunoHost server.
|
||||||
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||||
|
|
||||||
## Overview
|
## 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
|
plays music, podcasts and radio programs from local disk and various streaming services
|
||||||
|
|
||||||
## Screenshots
|
**Shipped version:** 3.2.0~ynh1
|
||||||
|
|
||||||

|
**Demo:** https://demo.example.com
|
||||||
## Demo
|
|
||||||
|
|
||||||
* No demo available
|
## Documentation and resources
|
||||||
|
|
||||||
## Configuration
|
* Official app website: https://www.mopidy.com/
|
||||||
|
* Official user documentation: https://yunohost.org/apps
|
||||||
This installation is shipped with various extensions:
|
* Official admin documentation: https://docs.mopidy.com/en/latest/
|
||||||
|
* Upstream app code repository: https://github.com/mopidy/mopidy
|
||||||
* [MusicBox-Webclient](https://mopidy.com/ext/musicbox-webclient/) to control mopidy from your web browser
|
* YunoHost documentation for this app: https://yunohost.org/app_mopidy
|
||||||
* [local](https://mopidy.com/ext/local/) to make your private music collection on `/home/yunohost.multimedia/share/Music/` browseable and searchable
|
* Report a bug: https://github.com/YunoHost-Apps/mopidy_ynh/issues
|
||||||
* [YouTube](https://pypi.org/project/Mopidy-YouTube/) to play sound from YouTube
|
|
||||||
* [YTMusic](https://music.youtube.com/) to access Google’s streaming music named [YouTube Music](https://music.youtube.com/)
|
|
||||||
* [Podcast-iTunes](https://mopidy.com/ext/podcast-itunes/) to search and browse podcasts from the Apple iTunes Store.
|
|
||||||
* [RadioNet](https://mopidy.com/ext/radionet/) to play radio channels from the [radio.net](https://www.radio.net/).
|
|
||||||
* [Podcast](https://mopidy.com/ext/podcast/) to browse RSS feeds of podcasts and stream the episodes.
|
|
||||||
* [Soundcloud](https://pypi.org/project/Mopidy-SoundCloud/) to play music from the [SoundCloud](https://soundcloud.com/) 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
|
|
||||||
|
|
||||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/mopidy/)
|
|
||||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/mopidy/)
|
|
||||||
|
|
||||||
## 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`.
|
|
||||||
|
|
||||||
## Links
|
|
||||||
|
|
||||||
* Report a bug: https://github.com/YunoHost-Apps/mopidy_ynh/issues
|
|
||||||
* App website: https://mopidy.com/
|
|
||||||
* YunoHost website: https://yunohost.org/
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
||||||
|
@ -76,5 +39,6 @@ To try the testing branch, please proceed like that.
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/mopidy_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/mopidy_ynh/tree/testing --debug
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade mopidy -u https://github.com/YunoHost-Apps/mopidy_ynh/tree/testing --debug
|
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
|
Loading…
Add table
Reference in a new issue