[PR #1518] [MERGED] Add largest item stats #3563

Closed
opened 2026-04-25 00:16:09 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/1518
Author: @mfcar
Created: 2/19/2023
Status: Merged
Merged: 2/21/2023
Merged by: @advplyr

Base: masterHead: addSizeStats


📝 Commits (2)

📊 Changes

12 files changed (+55 additions, -5 deletions)

View changed files

📝 client/pages/config/library-stats.vue (+27 -1)
📝 client/strings/de.json (+1 -0)
📝 client/strings/en-us.json (+2 -1)
📝 client/strings/es.json (+1 -0)
📝 client/strings/fr.json (+2 -1)
📝 client/strings/hr.json (+1 -0)
📝 client/strings/it.json (+1 -0)
📝 client/strings/pl.json (+1 -0)
📝 client/strings/ru.json (+1 -0)
📝 client/strings/zh-cn.json (+1 -0)
📝 server/controllers/LibraryController.js (+3 -1)
📝 server/utils/libraryHelpers.js (+14 -1)

📄 Description

  • Add a new stats item listing the top 10 largest podcasts/books
  • Affects the podcast and book stats page
  • Like the longest items stats that use the total duration for an item (summing all the duration of all media in a podcast/book), on the largest items, I am summing all the sizes of all media within a podcast.
Screenshot 2023-02-19 at 21 40 31

🔄 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/pull/1518 **Author:** [@mfcar](https://github.com/mfcar) **Created:** 2/19/2023 **Status:** ✅ Merged **Merged:** 2/21/2023 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `addSizeStats` --- ### 📝 Commits (2) - [`08d7a9a`](https://github.com/advplyr/audiobookshelf/commit/08d7a9aa143fb7712adbf55f552af425252a3484) Add size stats - [`505e0eb`](https://github.com/advplyr/audiobookshelf/commit/505e0eb3a2b6da3e70638abd63149f58dedd7428) Update translations ### 📊 Changes **12 files changed** (+55 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `client/pages/config/library-stats.vue` (+27 -1) 📝 `client/strings/de.json` (+1 -0) 📝 `client/strings/en-us.json` (+2 -1) 📝 `client/strings/es.json` (+1 -0) 📝 `client/strings/fr.json` (+2 -1) 📝 `client/strings/hr.json` (+1 -0) 📝 `client/strings/it.json` (+1 -0) 📝 `client/strings/pl.json` (+1 -0) 📝 `client/strings/ru.json` (+1 -0) 📝 `client/strings/zh-cn.json` (+1 -0) 📝 `server/controllers/LibraryController.js` (+3 -1) 📝 `server/utils/libraryHelpers.js` (+14 -1) </details> ### 📄 Description - Add a new stats item listing the top 10 largest podcasts/books - Affects the podcast and book stats page - Like the longest items stats that use the total duration for an item (summing all the duration of all media in a podcast/book), on the largest items, I am summing all the sizes of all media within a podcast. <img width="843" alt="Screenshot 2023-02-19 at 21 40 31" src="https://user-images.githubusercontent.com/814828/219976846-2d2f4024-74e7-439c-82ef-95b20b378050.png"> --- <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-25 00:16:09 +02:00
adam closed this issue 2026-04-25 00:16:09 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3563