Why/Use case:
When traveling my kid has phone for listening audiobooks, but doesn't have access to internet so I needed to download books for him. We have quite lot of children books that are sort, but there might be tens of books in single series. This will make downloading those series much faster.
What is done:
Added new menu item to toolbar for downloading whole Serie with single click. This should only be visible in serie view. It will only download books(audio and ebook) that are missing from devices. Tested with android device, but I don't have access to IOS device so couldn't test with that.
I have very limited experience with Vue so there might be some dumb mistakes.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/advplyr/audiobookshelf-app/pull/1272
**Author:** [@ISO-B](https://github.com/ISO-B)
**Created:** 7/27/2024
**Status:** ✅ Merged
**Merged:** 10/31/2024
**Merged by:** [@advplyr](https://github.com/advplyr)
**Base:** `master` ← **Head:** `master`
---
### 📝 Commits (4)
- [`84509ec`](https://github.com/advplyr/audiobookshelf-app/commit/84509ec1a8423c2288ba0b8047f2315d83492293) Added ability to download whole serie from serie view
- [`34dcdc8`](https://github.com/advplyr/audiobookshelf-app/commit/34dcdc89c3ebfd6dc18fe511b3c03796e4a93f25) Enhanced download series ui
- [`62e3ca4`](https://github.com/advplyr/audiobookshelf-app/commit/62e3ca406842ffd5b56a9ce266e14fc972d9574f) Polished download series function
- [`e370ec3`](https://github.com/advplyr/audiobookshelf-app/commit/e370ec36abc3029a2822fb62898131f6f3391f4c) Merge branch 'master' into ISO-B/master
### 📊 Changes
**3 files changed** (+170 additions, -6 deletions)
<details>
<summary>View changed files</summary>
📝 `components/home/BookshelfToolbar.vue` (+5 -0)
📝 `pages/bookshelf/series/_id.vue` (+162 -6)
📝 `strings/en-us.json` (+3 -0)
</details>
### 📄 Description
**Why/Use case:**
When traveling my kid has phone for listening audiobooks, but doesn't have access to internet so I needed to download books for him. We have quite lot of children books that are sort, but there might be tens of books in single series. This will make downloading those series much faster.
**What is done:**
Added new menu item to toolbar for downloading whole Serie with single click. This should only be visible in serie view. It will only download books(audio and ebook) that are missing from devices. Tested with android device, but I don't have access to IOS device so couldn't test with that.
I have very limited experience with Vue so there might be some dumb mistakes.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/advplyr/audiobookshelf-app/pull/1272
Author: @ISO-B
Created: 7/27/2024
Status: ✅ Merged
Merged: 10/31/2024
Merged by: @advplyr
Base:
master← Head:master📝 Commits (4)
84509ecAdded ability to download whole serie from serie view34dcdc8Enhanced download series ui62e3ca4Polished download series functione370ec3Merge branch 'master' into ISO-B/master📊 Changes
3 files changed (+170 additions, -6 deletions)
View changed files
📝
components/home/BookshelfToolbar.vue(+5 -0)📝
pages/bookshelf/series/_id.vue(+162 -6)📝
strings/en-us.json(+3 -0)📄 Description
Why/Use case:
When traveling my kid has phone for listening audiobooks, but doesn't have access to internet so I needed to download books for him. We have quite lot of children books that are sort, but there might be tens of books in single series. This will make downloading those series much faster.
What is done:
Added new menu item to toolbar for downloading whole Serie with single click. This should only be visible in serie view. It will only download books(audio and ebook) that are missing from devices. Tested with android device, but I don't have access to IOS device so couldn't test with that.
I have very limited experience with Vue so there might be some dumb mistakes.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.