Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Bulk management #258

Open
3 tasks
aaronleopold opened this issue Feb 2, 2024 · 1 comment
Open
3 tasks

[FEATURE] Bulk management #258

aaronleopold opened this issue Feb 2, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@aaronleopold
Copy link
Collaborator

This ticket will serve as tracking for a few related features, all of which have been requested multiple times. I'll create sub-tickets for the individual entities which are bulk-manageable:

  • Bulk manage books
  • Bulk manage series
  • Bulk manage libraries

The general idea is to be able to select multiple items and perform a non-specific action on them. E.g. delete, mark as read/unread, add to collection (future), etc. The implementation should be consistent across the different entities, and it should be extensible so that planned features (e.g. adding to collection) can be added without too much effort. Drag-and-drop reordering support would be nice, but isn't really applicable outside reading lists (which are not yet supported).

Bulk editing of metadata sounds cool, but practically I don't know how useful it would be. If anyone stumbles across this ticket, or any of the sub-tickets, feel free to toss out ideas.

@aaronleopold aaronleopold added the enhancement New feature or request label Feb 2, 2024
@Dabu-dot
Copy link

Dabu-dot commented Mar 3, 2024

Bulk editing of metadata sounds cool, but practically I don't know how useful it would be.

I think this could be a very neat and time saving addition to Stump. But it's also a large and complex one.
As for example, mangas would benefit a lot from this integration

The structure of the bulk-editing could be somewhat similar to what Plex implemented:

A "Alien" Collection/Series Metadatas Editor

image

An Ebook equivalent could be:

Series X - Metadatas

  • Series Title
  • Series Sorting Title
  • Series Author(s)
  • Series Artist(s) (if specified)
  • Series Publisher(s)
  • Series Year of Release
  • Series Content Rating
  • Series Summary
  • Series Tags

Items in the collection could even inherit some metadatas of its parent series:

All Books of Series X - Metadatas

  • Series Author(s)
  • Series Artist(s) (if specified)
  • Series Publisher(s)
  • Series Content Rating
  • Series Tags

I think it would work for all use cases (ebooks, comics, french comics, mangas, manhwas, webtoons...), guaranteeing that most of the items in the librairies have a basic support for metadatas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

2 participants