1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ampache_ynh.git synced 2024-09-03 18:15:55 +02:00

Merge pull request #136 from YunoHost-Apps/ci-auto-update-6.5.0

Upgrade to v6.5.0
This commit is contained in:
eric_G 2024-06-10 08:47:09 +02:00 committed by GitHub
commit 54cf37a3c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 65 additions and 8 deletions

View file

@ -1,6 +1,7 @@
# All available README files by language
- [Read the README in English](README.md)
- [Lea el README en español](README_es.md)
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)

View file

@ -25,7 +25,7 @@ Ampache is a web based audio/video streaming application and file manager allowi
* Integrate with YunoHost users - same username and password
* Allow one user to be the administrator (set at the installation)
**Shipped version:** 6.4.0~ynh1
**Shipped version:** 6.5.0~ynh1
**Demo:** <https://ampache.org/demo.html>

56
README_es.md Normal file
View file

@ -0,0 +1,56 @@
<!--
Este archivo README esta generado automaticamente<https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
No se debe editar a mano.
-->
# Ampache para Yunohost
[![Nivel de integración](https://dash.yunohost.org/integration/ampache.svg)](https://dash.yunohost.org/appci/app/ampache) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/ampache.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/ampache.maintain.svg)
[![Instalar Ampache con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=ampache)
*[Leer este README en otros idiomas.](./ALL_README.md)*
> *Este paquete le permite instalarAmpache 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
Ampache is a web based audio/video streaming application and file manager allowing you to access your music & videos from anywhere, using almost any internet enabled device.
### Features
* Config for high quality streaming with high bandwith
* Quick loading for mobile devices with potential low bandwith
* Integrate with YunoHost users - same username and password
* Allow one user to be the administrator (set at the installation)
**Versión actual:** 6.5.0~ynh1
**Demo:** <https://ampache.org/demo.html>
## Capturas
![Captura de Ampache](./doc/screenshots/visualizer.png)
## Documentaciones y recursos
- Sitio web oficial: <http://ampache.org>
- Documentación administrador oficial: <https://github.com/ampache/ampache/wiki>
- Repositorio del código fuente oficial de la aplicación : <https://github.com/ampache/ampache>
- Catálogo YunoHost: <https://apps.yunohost.org/app/ampache>
- Reportar un error: <https://github.com/YunoHost-Apps/ampache_ynh/issues>
## Información para desarrolladores
Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/ampache_ynh/tree/testing
Para probar la rama `testing`, sigue asÍ:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/ampache_ynh/tree/testing --debug
o
sudo yunohost app upgrade ampache -u https://github.com/YunoHost-Apps/ampache_ynh/tree/testing --debug
```
**Mas informaciones sobre el empaquetado de aplicaciones:** <https://yunohost.org/packaging_apps>

View file

@ -25,7 +25,7 @@ Ampache is a web based audio/video streaming application and file manager allowi
* Integrate with YunoHost users - same username and password
* Allow one user to be the administrator (set at the installation)
**Paketatutako bertsioa:** 6.4.0~ynh1
**Paketatutako bertsioa:** 6.5.0~ynh1
**Demoa:** <https://ampache.org/demo.html>

View file

@ -25,7 +25,7 @@ Ampache est une application Web de streaming audio/vidéo et un gestionnaire de
* Intégration avec les utilisateurs YunoHost - mêmes nom d'utilisateur et mot de passe
* Autoriser un utilisateur à être l'administrateur (défini lors de l'installation)
**Version incluse:** 6.4.0~ynh1
**Version incluse:** 6.5.0~ynh1
**Démo:** <https://ampache.org/demo.html>

View file

@ -25,7 +25,7 @@ Ampache is a web based audio/video streaming application and file manager allowi
* Integrate with YunoHost users - same username and password
* Allow one user to be the administrator (set at the installation)
**Versión proporcionada:** 6.4.0~ynh1
**Versión proporcionada:** 6.5.0~ynh1
**Demo:** <https://ampache.org/demo.html>

View file

@ -25,7 +25,7 @@ Ampache is a web based audio/video streaming application and file manager allowi
* Integrate with YunoHost users - same username and password
* Allow one user to be the administrator (set at the installation)
**分发版本:** 6.4.0~ynh1
**分发版本:** 6.5.0~ynh1
**演示:** <https://ampache.org/demo.html>

View file

@ -5,7 +5,7 @@ name = "Ampache"
description.en = "Web based audio/video streaming application"
description.fr = "Application de streaming audio et vidéo"
version = "6.4.0~ynh1"
version = "6.5.0~ynh1"
maintainers = []
@ -47,8 +47,8 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
url = "https://github.com/ampache/ampache/releases/download/6.4.0/ampache-6.4.0_all_php8.2.zip"
sha256 = "6154ef12c972e8d020605ff7b9aa9ada1db4adf5384a7cbca0dc3245977752da"
url = "https://github.com/ampache/ampache/releases/download/6.5.0/ampache-6.5.0_all_php8.2.zip"
sha256 = "d987c41643d722e4805818cbe55a3b2e30da66caf7c53497a749b9ee4702cf42"
in_subdir = false
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "^ampache-.*_all_php8.2.zip$"