1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mopidy_ynh.git synced 2024-09-03 19:46:21 +02:00
mopidy_ynh/README_es.md
2024-05-28 21:35:15 +00:00

50 lines
2.1 KiB
Markdown

<!--
Este archivo README esta generado automaticamente<https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
No se debe editar a mano.
-->
# Mopidy para Yunohost
[![Nivel de integración](https://dash.yunohost.org/integration/mopidy.svg)](https://dash.yunohost.org/appci/app/mopidy) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/mopidy.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/mopidy.maintain.svg)
[![Instalar Mopidy con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=mopidy)
*[Leer este README en otros idiomas.](./ALL_README.md)*
> *Este paquete le permite instalarMopidy rapidamente y simplement en un servidor YunoHost.*
> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.*
## Descripción general
Mopidy is an extensible music server written in Python.
Mopidy plays music from local disk, Spotify, SoundCloud, Google Play Music, and more. You edit the playlist from any phone, tablet, or computer using a variety of MPD and web clients.
**Versión actual:** 3.4.2~ynh5
## Capturas
![Captura de Mopidy](./doc/screenshots/mopidy_screenshot1.png)
## Documentaciones y recursos
- Sitio web oficial: <https://www.mopidy.com>
- Documentación administrador oficial: <https://docs.mopidy.com/en/latest>
- Repositorio del código fuente oficial de la aplicación : <https://github.com/mopidy/mopidy>
- Catálogo YunoHost: <https://apps.yunohost.org/app/mopidy>
- Reportar un error: <https://github.com/YunoHost-Apps/mopidy_ynh/issues>
## Información para desarrolladores
Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/mopidy_ynh/tree/testing
Para probar la rama `testing`, sigue asÍ:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/mopidy_ynh/tree/testing --debug
o
sudo yunohost app upgrade mopidy -u https://github.com/YunoHost-Apps/mopidy_ynh/tree/testing --debug
```
**Mas informaciones sobre el empaquetado de aplicaciones:** <https://yunohost.org/packaging_apps>