-
-
Notifications
You must be signed in to change notification settings - Fork 267
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
Edit metadata manually #48
Comments
I have a few suggestions for some more series metadata fields.
|
# [0.14.0](v0.13.1...v0.14.0) (2020-02-05) ### Bug Fixes * **api:** sort series properly ignoring case ([16dfe91](16dfe91)), closes [#85](#85) * **webui:** hide filter menu after click ([2ded39f](2ded39f)) * **webui:** missing data on back navigation with filters ([f1952ee](f1952ee)) * **webui:** scrolling position was not restored properly ([be6a7fc](be6a7fc)) * incorrect placeholder card height on xs and sm screens ([0f50a76](0f50a76)) * logout was broken after remember-me was added ([8b02471](8b02471)) ### Features * add more series metadata fields ([8f08ce8](8f08ce8)) * **api:** ability to filter series by status ([c96bf19](c96bf19)), closes [#48](#48) * **webui:** add thumbnail and status on Series view ([0fc8b01](0fc8b01)) * **webui:** filter series by status ([c540e56](c540e56)), closes [#48](#48) * **webui):** edit series metadata ([5f0ccc5](5f0ccc5)) * add Series Metadata status ([f522142](f522142)), closes [#48](#48)
🎉 This issue has been resolved in version 0.22.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
While #11 is tracking a high level need to handle metadata from various sources, this issue will focus on implementing the metadata model and offer manual edition.
Book metadata fields:
Title
Not all books have names, usually they only have an issue number. However some books do have an explicit name (ex: Blacksad).
Number
The issue number within the series.
Will need to accommodate for Numbering for series with unusual issue numbering #43, so probably a
String
.Summary
Author(s)
The name of an individual, group or collective that participates in the creative process of an artistic work.
Optionally an author can have one or multiple roles (writer, artist, cover...) for this particular book.
Release date
Age rating
The minimum age rating for this book, like 12+, 17+, 0+.
Reading direction
One of: Left-to-right, Right-to-left, vertical, webtoon
Series metadata fields:
Publisher
⚠️ Most of the providers will have the publisher set at book level. Given a serie can only have one publisher, there could be a difficulty to reduce the list of publisher from all the books into one. A mitigation would be to have the publisher set at book level, and to perform a simple string concatenation of the distinct publishers for the series publisher.
The publishing company (Marvel, DC, Glenat...)
Genres
A list of tags like Science-Fiction, Adventure...
This could also be set at book level, but having it in the series makes more sense to me.
Language
Status
One of: ended, ongoing, abandoned, hiatus.
Title / Sort Title
The text was updated successfully, but these errors were encountered: