mirror of
https://github.com/YunoHost-Apps/mopidy_ynh.git
synced 2024-09-03 19:46:21 +02:00
improve layout
This commit is contained in:
parent
5729e42df1
commit
c25eb338cd
1 changed files with 6 additions and 12 deletions
18
README.md
18
README.md
|
@ -26,17 +26,12 @@ It plays music, podcasts and radio programs from local disk and various streamin
|
|||
This installation is shipped with various extensions:
|
||||
|
||||
* [MusicBox-Webclient](https://mopidy.com/ext/musicbox-webclient/) to control mopidy from your web browser
|
||||
|
||||
* [local](https://mopidy.com/ext/local/) to make your private music collection on `/home/yunohost.multimedia/share/Music/` browseable and searchable
|
||||
|
||||
* [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
|
||||
|
@ -61,10 +56,9 @@ Can the app be used by multiple users? ??
|
|||
|
||||
## 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`
|
||||
* 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
|
||||
|
@ -80,11 +74,11 @@ 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](https://github.com/YunoHost-Apps/REPLACEBYYOURAPP_ynh/tree/testing).
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/mopidy_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
```
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/REPLACEBYYOURAPP_ynh/tree/testing --debug
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/mopidy_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade REPLACEBYYOURAPP -u https://github.com/YunoHost-Apps/REPLACEBYYOURAPP_ynh/tree/testing --debug
|
||||
sudo yunohost app upgrade REPLACEBYYOURAPP -u https://github.com/YunoHost-Apps/mopidy_ynh/tree/testing --debug
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue