mirror of
https://github.com/YunoHost-Apps/audiobookshelf_ynh.git
synced 2024-09-03 18:06:19 +02:00
Merge pull request #131 from YunoHost-Apps/ci-auto-update-2.12.1
Upgrade to v2.12.1
This commit is contained in:
commit
99393e4ce0
9 changed files with 70 additions and 9 deletions
|
@ -5,4 +5,5 @@
|
|||
- [Irakurri README euskaraz](README_eu.md)
|
||||
- [Lire le README en français](README_fr.md)
|
||||
- [Le o README en galego](README_gl.md)
|
||||
- [Baca README dalam bahasa bahasa Indonesia](README_id.md)
|
||||
- [阅读中文(简体)的 README](README_zh_Hans.md)
|
||||
|
|
|
@ -31,7 +31,7 @@ Audiobookshelf is a self-hosted audiobook server for managing and playing your a
|
|||
* Chromecast support on the web app
|
||||
* Fetch metadata and cover art from several sources
|
||||
|
||||
**Shipped version:** 2.11.0~ynh1
|
||||
**Shipped version:** 2.12.1~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ Audiobookshelf is a self-hosted audiobook server for managing and playing your a
|
|||
* Chromecast support on the web app
|
||||
* Fetch metadata and cover art from several sources
|
||||
|
||||
**Versión actual:** 2.11.0~ynh1
|
||||
**Versión actual:** 2.12.1~ynh1
|
||||
|
||||
## Capturas
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ Audiobookshelf is a self-hosted audiobook server for managing and playing your a
|
|||
* Chromecast support on the web app
|
||||
* Fetch metadata and cover art from several sources
|
||||
|
||||
**Paketatutako bertsioa:** 2.11.0~ynh1
|
||||
**Paketatutako bertsioa:** 2.12.1~ynh1
|
||||
|
||||
## Pantaila-argazkiak
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ Audiobookshelf est un serveur auto-hébergé pour gérer et lire vos livres audi
|
|||
* Support de Chromecast dans la webapp
|
||||
* Récupération des métadonnées et des pochettes depuis plusieurs sources
|
||||
|
||||
**Version incluse :** 2.11.0~ynh1
|
||||
**Version incluse :** 2.12.1~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ Audiobookshelf is a self-hosted audiobook server for managing and playing your a
|
|||
* Chromecast support on the web app
|
||||
* Fetch metadata and cover art from several sources
|
||||
|
||||
**Versión proporcionada:** 2.11.0~ynh1
|
||||
**Versión proporcionada:** 2.12.1~ynh1
|
||||
|
||||
## Capturas de pantalla
|
||||
|
||||
|
|
60
README_id.md
Normal file
60
README_id.md
Normal file
|
@ -0,0 +1,60 @@
|
|||
<!--
|
||||
N.B.: README ini dibuat secara otomatis oleh <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
Ini TIDAK boleh diedit dengan tangan.
|
||||
-->
|
||||
|
||||
# Audiobookshelf untuk YunoHost
|
||||
|
||||
[](https://ci-apps.yunohost.org/ci/apps/audiobookshelf/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=audiobookshelf)
|
||||
|
||||
*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
|
||||
|
||||
> *Paket ini memperbolehkan Anda untuk memasang Audiobookshelf secara cepat dan mudah pada server YunoHost.*
|
||||
> *Bila Anda tidak mempunyai YunoHost, silakan berkonsultasi dengan [panduan](https://yunohost.org/install) untuk mempelajari bagaimana untuk memasangnya.*
|
||||
|
||||
## Ringkasan
|
||||
|
||||
Audiobookshelf is a self-hosted audiobook server for managing and playing your audiobooks.
|
||||
|
||||
### Features
|
||||
|
||||
* Fully **open-source**, including the [android & iOS app](https://github.com/advplyr/audiobookshelf-app) *(in beta)*
|
||||
* Stream all audiobook formats on the fly
|
||||
* Multi-user support w/ custom permissions
|
||||
* Keeps progress per user and syncs across devices
|
||||
* Auto-detects library updates, no need to re-scan
|
||||
* Upload audiobooks w/ bulk upload drag and drop folders
|
||||
* Backup your metadata + automated daily backups
|
||||
* Progressive Web App (PWA)
|
||||
* Chromecast support on the web app
|
||||
* Fetch metadata and cover art from several sources
|
||||
|
||||
**Versi terkirim:** 2.12.1~ynh1
|
||||
|
||||
## Tangkapan Layar
|
||||
|
||||

|
||||
|
||||
## Dokumentasi dan sumber daya
|
||||
|
||||
- Website aplikasi resmi: <https://audiobookshelf.org/>
|
||||
- Dokumentasi pengguna resmi: <https://www.audiobookshelf.org/docs>
|
||||
- Depot kode aplikasi hulu: <https://github.com/advplyr/audiobookshelf>
|
||||
- Gudang YunoHost: <https://apps.yunohost.org/app/audiobookshelf>
|
||||
- Laporkan bug: <https://github.com/YunoHost-Apps/audiobookshelf_ynh/issues>
|
||||
|
||||
## Info developer
|
||||
|
||||
Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/audiobookshelf_ynh/tree/testing).
|
||||
|
||||
Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/audiobookshelf_ynh/tree/testing --debug
|
||||
atau
|
||||
sudo yunohost app upgrade audiobookshelf -u https://github.com/YunoHost-Apps/audiobookshelf_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>
|
|
@ -31,7 +31,7 @@ Audiobookshelf is a self-hosted audiobook server for managing and playing your a
|
|||
* Chromecast support on the web app
|
||||
* Fetch metadata and cover art from several sources
|
||||
|
||||
**分发版本:** 2.11.0~ynh1
|
||||
**分发版本:** 2.12.1~ynh1
|
||||
|
||||
## 截图
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Audiobookshelf"
|
|||
description.en = "Audiobook server for managing and playing your audiobooks"
|
||||
description.fr = "Serveur de livres audio pour gérer et lire vos livres audio"
|
||||
|
||||
version = "2.11.0~ynh1"
|
||||
version = "2.12.1~ynh1"
|
||||
|
||||
maintainers = ["Navan Chauhan"]
|
||||
|
||||
|
@ -36,8 +36,8 @@ ram.runtime = "50M"
|
|||
[resources]
|
||||
[resources.sources]
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/advplyr/audiobookshelf/archive/refs/tags/v2.11.0.tar.gz"
|
||||
sha256 = "6a627747d2bb50a142c6cdececac8d6b264df5c71fdedbd185b25d4d6256d75d"
|
||||
url = "https://github.com/advplyr/audiobookshelf/archive/refs/tags/v2.12.1.tar.gz"
|
||||
sha256 = "d0c69291ed5dc67bedd83ab843a119bd72ea57b27b35de33732aabed54075b86"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
[resources.sources.tone]
|
||||
|
|
Loading…
Add table
Reference in a new issue