mirror of
https://github.com/YunoHost-Apps/audiobookshelf_ynh.git
synced 2024-09-03 18:06:19 +02:00
commit
985928788e
4 changed files with 17 additions and 15 deletions
|
@ -6,6 +6,7 @@ It shall NOT be edited by hand.
|
||||||
# Audiobookshelf for YunoHost
|
# Audiobookshelf for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/audiobookshelf)  
|
[](https://dash.yunohost.org/appci/app/audiobookshelf)  
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=audiobookshelf)
|
[](https://install-app.yunohost.org/?app=audiobookshelf)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
@ -30,7 +31,7 @@ Audiobookshelf is a self-hosted audiobook server for managing and playing your a
|
||||||
* Chromecast support on the web app
|
* Chromecast support on the web app
|
||||||
* Fetch metadata and cover art from several sources
|
* Fetch metadata and cover art from several sources
|
||||||
|
|
||||||
**Shipped version:** 2.2.11~ynh1
|
**Shipped version:** 2.2.15~ynh1
|
||||||
|
|
||||||
**Demo:** https://audiobookshelf.org/
|
**Demo:** https://audiobookshelf.org/
|
||||||
|
|
||||||
|
|
21
README_fr.md
21
README_fr.md
|
@ -5,15 +5,16 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# Audiobookshelf pour YunoHost
|
# Audiobookshelf pour YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/audiobookshelf)  
|
[](https://dash.yunohost.org/appci/app/audiobookshelf)  
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=audiobookshelf)
|
[](https://install-app.yunohost.org/?app=audiobookshelf)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
|
||||||
> *Ce package vous permet d'installer Audiobookshelf rapidement et simplement sur un serveur YunoHost.
|
> *Ce package vous permet d’installer Audiobookshelf rapidement et simplement sur un serveur YunoHost.
|
||||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||||||
|
|
||||||
## Vue d'ensemble
|
## Vue d’ensemble
|
||||||
|
|
||||||
Audiobookshelf est un serveur auto-hébergé pour gérer et lire vos livres audio.
|
Audiobookshelf est un serveur auto-hébergé pour gérer et lire vos livres audio.
|
||||||
|
|
||||||
|
@ -30,13 +31,13 @@ Audiobookshelf est un serveur auto-hébergé pour gérer et lire vos livres audi
|
||||||
* Support de Chromecast dans la webapp
|
* Support de Chromecast dans la webapp
|
||||||
* Récupération des métadonnées et des pochettes depuis plusieurs sources
|
* Récupération des métadonnées et des pochettes depuis plusieurs sources
|
||||||
|
|
||||||
**Version incluse :** 2.2.11~ynh1
|
**Version incluse :** 2.2.15~ynh1
|
||||||
|
|
||||||
**Démo :** https://audiobookshelf.org/
|
**Démo :** https://audiobookshelf.org/
|
||||||
|
|
||||||
## Captures d'écran
|
## Captures d’écran
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Avertissements / informations importantes
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
|
@ -50,9 +51,9 @@ Audiobookshelf est un serveur auto-hébergé pour gérer et lire vos livres audi
|
||||||
* L'utilisateur par défaut est `root`, sans mot de passe
|
* L'utilisateur par défaut est `root`, sans mot de passe
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l'app : <https://audiobookshelf.org/>
|
* Site officiel de l’app : <https://audiobookshelf.org/>
|
||||||
* Documentation officielle utilisateur : <https://www.audiobookshelf.org/docs>
|
* Documentation officielle utilisateur : <https://www.audiobookshelf.org/docs>
|
||||||
* Dépôt de code officiel de l'app : <https://github.com/advplyr/audiobookshelf>
|
* Dépôt de code officiel de l’app : <https://github.com/advplyr/audiobookshelf>
|
||||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_audiobookshelf>
|
* Documentation YunoHost pour cette app : <https://yunohost.org/app_audiobookshelf>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/audiobookshelf_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/audiobookshelf_ynh/issues>
|
||||||
|
|
||||||
|
@ -68,4 +69,4 @@ ou
|
||||||
sudo yunohost app upgrade audiobookshelf -u https://github.com/YunoHost-Apps/audiobookshelf_ynh/tree/testing --debug
|
sudo yunohost app upgrade audiobookshelf -u https://github.com/YunoHost-Apps/audiobookshelf_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/advplyr/audiobookshelf/archive/refs/tags/v2.2.11.tar.gz
|
SOURCE_URL=https://github.com/advplyr/audiobookshelf/archive/refs/tags/v2.2.15.tar.gz
|
||||||
SOURCE_SUM=d69d778e0f86ab5e19275208d8906c75615b93e24fcb66f58565491e065609ef
|
SOURCE_SUM=721d4846fdc3699afac1992103c6c6dc3007916c33ad519e290057ef120d0ab1
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Audiobook server for managing and playing your audiobooks",
|
"en": "Audiobook server for managing and playing your audiobooks",
|
||||||
"fr": "Serveur de livres audio pour gérer et lire vos livres audio"
|
"fr": "Serveur de livres audio pour gérer et lire vos livres audio"
|
||||||
},
|
},
|
||||||
"version": "2.2.11~ynh1",
|
"version": "2.2.15~ynh1",
|
||||||
"url": "https://audiobookshelf.org/",
|
"url": "https://audiobookshelf.org/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
|
|
Loading…
Add table
Reference in a new issue