advplyr / audiobookshelf

Self-hosted audiobook and podcast server
https://audiobookshelf.org
GNU General Public License v3.0
6.92k stars 488 forks source link

[Enhancement]: Details view for cleaning up library #3652

Open JamieBarrows opened 6 days ago

JamieBarrows commented 6 days ago

Type of Enhancement

Web Interface/Frontend

Describe the Feature/Enhancement

I have a larg-ish library I have collected over the years, and it is in a number of different formats and levels of quality. A feature I think would be really helpful in organizing would be a grid based details view that would show the specific details for each book in the library. Specifically the ability to see the format, bitrate, file(s) size, and certain metadata details like the presence of a cover, chapters, and description.

Why would this be helpful?

Would help with cleaning up library

Future Implementation (Screenshot)

grid Title | Author | Series | Cover (yes/no) | Chapters (yes/no) | Description (yes/no)| Format | Bitrate

Audiobookshelf Server Version

v2.17.2

Current Implementation (Screenshot)

Library page

pwinnski commented 2 days ago

This feels like something best served by an "export as csv" function. Or for that matter, a query against the local sqlite database.