[PR #1235] [MERGED] Tweak the download page (add library size and play episode) #1533

Closed
opened 2026-04-24 23:59:07 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf-app/pull/1235
Author: @mfcar
Created: 6/11/2024
Status: Merged
Merged: 6/13/2024
Merged by: @advplyr

Base: masterHead: mf/downloadTweaks


📝 Commits (2)

  • 1cdcd73 Add play downloaded episode and library size
  • 6380d7c Fix local episode play-item event, set PodcastEpisode size and AudioTrack FileMetadata for downloads

📊 Changes

5 files changed (+83 additions, -24 deletions)

View changed files

📝 android/app/src/main/java/com/audiobookshelf/app/data/DataClasses.kt (+1 -1)
📝 android/app/src/main/java/com/audiobookshelf/app/device/FolderScanner.kt (+4 -2)
📝 pages/downloads.vue (+3 -0)
📝 pages/localMedia/item/_id.vue (+73 -21)
📝 strings/en-us.json (+2 -0)

📄 Description

Update the downloads page to include the adding:

  • Display the total library size.
  • Show sizes for each category (Audios, Episodes, Other Files).
  • Add a play button for each downloaded podcast episode.

Screenshot

Screenshot 2024-06-11 at 19 38 56

Demo (running on iPhone 13 iOS17)

https://github.com/advplyr/audiobookshelf-app/assets/814828/cd0593da-57e0-40af-a1fd-123999003ee7


🔄 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/1235 **Author:** [@mfcar](https://github.com/mfcar) **Created:** 6/11/2024 **Status:** ✅ Merged **Merged:** 6/13/2024 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `mf/downloadTweaks` --- ### 📝 Commits (2) - [`1cdcd73`](https://github.com/advplyr/audiobookshelf-app/commit/1cdcd7327f51a42b6e2ca2d2b2ec6be088eda90d) Add play downloaded episode and library size - [`6380d7c`](https://github.com/advplyr/audiobookshelf-app/commit/6380d7cc0258a46295e897421d25650b68c8f692) Fix local episode play-item event, set PodcastEpisode size and AudioTrack FileMetadata for downloads ### 📊 Changes **5 files changed** (+83 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `android/app/src/main/java/com/audiobookshelf/app/data/DataClasses.kt` (+1 -1) 📝 `android/app/src/main/java/com/audiobookshelf/app/device/FolderScanner.kt` (+4 -2) 📝 `pages/downloads.vue` (+3 -0) 📝 `pages/localMedia/item/_id.vue` (+73 -21) 📝 `strings/en-us.json` (+2 -0) </details> ### 📄 Description Update the downloads page to include the adding: - Display the total library size. - Show sizes for each category (Audios, Episodes, Other Files). - Add a play button for each downloaded podcast episode. Screenshot <img width="1579" alt="Screenshot 2024-06-11 at 19 38 56" src="https://github.com/advplyr/audiobookshelf-app/assets/814828/1fc9dfc3-4efe-4a62-a363-fd361d19dea5"> --- Demo (running on iPhone 13 iOS17) https://github.com/advplyr/audiobookshelf-app/assets/814828/cd0593da-57e0-40af-a1fd-123999003ee7 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-24 23:59:07 +02:00
adam closed this issue 2026-04-24 23:59:08 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#1533