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

✨ Extract age rating meta for EPUB files #291

Merged
merged 7 commits into from Mar 16, 2024

Conversation

aaronleopold
Copy link
Collaborator

This will likely be the last PR before promoting experimental to nightly. I'll let it sit to try and test out more issues, but the overview of the changes is as follows:

  • The age_rating field in MediaMetadata is now populated from one of two EPUB metadata fields: typicalAgeRange and contentRating
    • If both are present, it will take the minimum age between the two. E.g. 14-17 and 13+ will resolve to 13
  • Accept a few other missed fields for EPUB metadata
  • The live re-fetching during scans are now opt-in via a new preference. This should help avoid overloading the client during initial scans.
  • A few other miscellaneous fixes/changes, primarily to the settings routes wrt access control

@aaronleopold aaronleopold marked this pull request as ready for review March 16, 2024 22:19
@aaronleopold aaronleopold merged commit 46e34f2 into experimental Mar 16, 2024
3 checks passed
@aaronleopold aaronleopold deleted the al/experimental-bug-hunt branch March 16, 2024 22:40
@aaronleopold aaronleopold mentioned this pull request Apr 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant