Summary: | drag and drop: epub format support | ||
---|---|---|---|
Product: | [Applications] tellico | Reporter: | Jessica <jess.jones.unitedkingdom> |
Component: | general | Assignee: | Robby Stephenson <robby> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/office/tellico/commit/c7e7eb08c431163733cfac23be594d9ee53c7524 | Version Fixed In: | 3.5 |
Sentry Crash Report: |
Description
Jessica
2022-02-14 02:51:09 UTC
Maybe it's better to implement epub support yourself then using a library? I found a great open source reader which could be used to look at the code. The reader supports many ebook formats and respects all the standards of those formats https://www.edrlab.org/software/thorium-reader/ I hope you want go add epub support. It would be a great new feature book collectors! Also the "import PDF file" feature could then be renamed to "import book file" and the window should indicate what formats are supported (*.pdf, *.epub, ...) Does drag and drop support: - multiple selected files? - folders (which contain one or more files)? - folders which contain one or more subfolders (which contain one or more files)? *** Removed by KDE Sysadmin for violation of the KDE Community Code of Conduct *** Git commit c7e7eb08c431163733cfac23be594d9ee53c7524 by Robby Stephenson. Committed on 10/03/2023 at 02:41. Pushed by rstephenson into branch 'master'. Import metadata from EPub, FB2, and Mobi ebook formats Importing is supported for drag-and-drop, subject to support from KFileMetadata. Combining with PDF import isn't supported yet. FIXED-IN: 3.5 M +4 -0 ChangeLog M +1 -1 doc/importing-exporting.docbook M +10 -3 src/gui/drophandler.cpp M +10 -0 src/importdialog.cpp M +1 -0 src/translators/CMakeLists.txt A +136 -0 src/translators/ebookimporter.cpp [License: GPL (v2/3)] C +34 -68 src/translators/ebookimporter.h [from: src/translators/translators.h - 063% similarity] M +2 -1 src/translators/translators.h https://invent.kde.org/office/tellico/commit/c7e7eb08c431163733cfac23be594d9ee53c7524 |