mirror of
https://github.com/YunoHost-Apps/audiobookshelf_ynh.git
synced 2024-09-03 18:06:19 +02:00
commit
45443da03d
3 changed files with 21 additions and 23 deletions
17
README.md
17
README.md
|
@ -30,8 +30,7 @@ Audiobookshelf is a self-hosted audiobook server for managing and playing your a
|
||||||
* Progressive Web App (PWA)
|
* Progressive Web App (PWA)
|
||||||
* 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.8.1~ynh1
|
||||||
**Shipped version:** 2.8.0~ynh1
|
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
@ -39,11 +38,11 @@ Audiobookshelf is a self-hosted audiobook server for managing and playing your a
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: <https://audiobookshelf.org/>
|
- Official app website: <https://audiobookshelf.org/>
|
||||||
* Official user documentation: <https://www.audiobookshelf.org/docs>
|
- Official user documentation: <https://www.audiobookshelf.org/docs>
|
||||||
* Upstream app code repository: <https://github.com/advplyr/audiobookshelf>
|
- Upstream app code repository: <https://github.com/advplyr/audiobookshelf>
|
||||||
* YunoHost Store: <https://apps.yunohost.org/app/audiobookshelf>
|
- YunoHost Store: <https://apps.yunohost.org/app/audiobookshelf>
|
||||||
* Report a bug: <https://github.com/YunoHost-Apps/audiobookshelf_ynh/issues>
|
- Report a bug: <https://github.com/YunoHost-Apps/audiobookshelf_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
||||||
|
@ -51,10 +50,10 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos
|
||||||
|
|
||||||
To try the testing branch, please proceed like that.
|
To try the testing branch, please proceed like that.
|
||||||
|
|
||||||
``` bash
|
```bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/audiobookshelf_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/audiobookshelf_ynh/tree/testing --debug
|
||||||
or
|
or
|
||||||
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
|
||||||
```
|
```
|
||||||
|
|
||||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||||
|
|
17
README_fr.md
17
README_fr.md
|
@ -30,8 +30,7 @@ Audiobookshelf est un serveur auto-hébergé pour gérer et lire vos livres audi
|
||||||
* Progressive Web App (PWA)
|
* Progressive Web App (PWA)
|
||||||
* 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.8.1~ynh1
|
||||||
**Version incluse :** 2.8.0~ynh1
|
|
||||||
|
|
||||||
## Captures d’écran
|
## Captures d’écran
|
||||||
|
|
||||||
|
@ -39,11 +38,11 @@ Audiobookshelf est un serveur auto-hébergé pour gérer et lire vos livres audi
|
||||||
|
|
||||||
## 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>
|
||||||
* YunoHost Store: <https://apps.yunohost.org/app/audiobookshelf>
|
- YunoHost Store : <https://apps.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>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
||||||
|
@ -51,10 +50,10 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno
|
||||||
|
|
||||||
Pour essayer la branche testing, procédez comme suit.
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
|
|
||||||
``` bash
|
```bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/audiobookshelf_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/audiobookshelf_ynh/tree/testing --debug
|
||||||
ou
|
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>
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Audiobookshelf"
|
||||||
description.en = "Audiobook server for managing and playing your audiobooks"
|
description.en = "Audiobook server for managing and playing your audiobooks"
|
||||||
description.fr = "Serveur de livres audio pour gérer et lire vos livres audio"
|
description.fr = "Serveur de livres audio pour gérer et lire vos livres audio"
|
||||||
|
|
||||||
version = "2.8.0~ynh1"
|
version = "2.8.1~ynh1"
|
||||||
|
|
||||||
maintainers = ["Navan Chauhan"]
|
maintainers = ["Navan Chauhan"]
|
||||||
|
|
||||||
|
@ -36,13 +36,13 @@ ram.runtime = "50M"
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/advplyr/audiobookshelf/archive/refs/tags/v2.8.0.tar.gz"
|
url = "https://github.com/advplyr/audiobookshelf/archive/refs/tags/v2.8.1.tar.gz"
|
||||||
sha256 = "bbe6b96a791aa11ab91369bdfc82b1984650a5e026c676df6faaaf0ab84510ed"
|
sha256 = "f6e65108129da17000c9a9a7c2f274ed29359a98f150435e8b6e20cb554572c7"
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
|
|
||||||
[resources.sources.tone]
|
[resources.sources.tone]
|
||||||
url = "https://github.com/sandreas/tone/releases/download/v0.1.5/tone-0.1.5-linux-x64.tar.gz"
|
url = "https://github.com/sandreas/tone/archive/refs/tags/v0.1.5.tar.gz"
|
||||||
sha256 = "29c197b21c6e36a3b889ebd6bb1fbdd2c95e489ac6508d010adcf6f69ab8ceba"
|
sha256 = "8db1777a401d7d1fe8ee1a2fbe8971a3fd52200b7437fb7f751f8ac3782b500f"
|
||||||
autoupdate.strategy = "latest_github_release"
|
autoupdate.strategy = "latest_github_release"
|
||||||
autoupdate.upstream = "https://github.com/sandreas/tone"
|
autoupdate.upstream = "https://github.com/sandreas/tone"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue