mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #15604] [MERGED] extract local metadata from OPF and EPUB files #14361
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/15604
Author: @dkanada
Created: 11/22/2025
Status: ✅ Merged
Merged: 1/27/2026
Merged by: @nielsvanvelzen
Base:
master← Head:opf-metadata📝 Commits (3)
6963d95extract local metadata from OPF and EPUB files820e208fix runtime exception from incorrect argument to XDocument methodd95bab4improve genre support from OPF metadata📊 Changes
5 files changed (+676 additions, -0 deletions)
View changed files
➕
MediaBrowser.Providers/Books/OpenPackagingFormat/EpubImageProvider.cs(+118 -0)➕
MediaBrowser.Providers/Books/OpenPackagingFormat/EpubProvider.cs(+100 -0)➕
MediaBrowser.Providers/Books/OpenPackagingFormat/EpubUtils.cs(+35 -0)➕
MediaBrowser.Providers/Books/OpenPackagingFormat/OpfProvider.cs(+94 -0)➕
MediaBrowser.Providers/Books/OpenPackagingFormat/OpfReader.cs(+329 -0)📄 Description
Changes
I have pulled these files from the Bookshelf plugin with minor changes as a PoC for the local book providers. Once everything checks out another pull request will follow for comic books. I'll also have a PR for the parser to extract basic information from the directory structure.
Issues
None
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.