mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #15302] [CLOSED] Add PDF to CBZ conversion feature #14269
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/15302
Author: @DeMASKe
Created: 10/29/2025
Status: ❌ Closed
Base:
master← Head:add-pdf2cbz-conversion📝 Commits (1)
ad96187Add PDF to CBZ conversion feature📊 Changes
6 files changed (+557 additions, -0 deletions)
View changed files
➕
Emby.Server.Implementations/Library/BookConversion/PdfConversionPostScanTask.cs(+110 -0)➕
Emby.Server.Implementations/Library/BookConversion/PdfToCbzConversionTask.cs(+111 -0)➕
Emby.Server.Implementations/Library/BookConversion/PdfToCbzConverter.cs(+175 -0)➕
Jellyfin.Api/Controllers/BookConversionController.cs(+74 -0)➕
Jellyfin.Api/Models/ConfigurationDtos/BookConversionSettingsDto.cs(+22 -0)➕
MediaBrowser.LocalMetadata/Savers/BookXmlSaver.cs(+65 -0)📄 Description
Description
This PR adds automatic and manual PDF to CBZ conversion functionality for book libraries. I'm still working on it because I'm learning on the job, sorry for the inconvenience if my method is not very clear...
Fixes #15301
Changes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.