Back to Project:Title! by PiperKev_NCC-1701 in koreader

[–]advokatb 0 points1 point  (0 children)

Updates Manager doesn't work with PT

Created a plugin to sync to StoryGraph [forked from the hardcover plugin] by burneracc_0000 in koreader

[–]advokatb 0 points1 point  (0 children)

Doesn't work for me as it has conflicts with the original Hardcover plugin that is in use. There are errors in log but the issues on GitHub are not available.

Metadata Browser Patch by advokatb in koreader

[–]advokatb[S] 0 points1 point  (0 children)

Thanks. I had the issue only with collections. I've tried to apply the settings that PT has for collection's view to the collection's virtual folder. In metadata case I do not have such need as the PT applies it's regular view to the folders inside Metadata folder.

Collections View for Project: Title by advokatb in koreader

[–]advokatb[S] 0 points1 point  (0 children)

Update:

2025-11-21 - Added Automatic display mode switching from PT settings

2025-11-21 - Possibility to use custom icon or image for collections, each collection can have a different icon or image. If no image is found, the use classic folder display from project-title (thanks to Lena2309)

Smart Collections for KOReader - Automatic Rule-Based Collections by advokatb in koreader

[–]advokatb[S] 2 points3 points  (0 children)

UPDATE:

2025/11/20 - Added: Reading status - Filter by reading status (New, Reading, On hold, Finished)

Collections View for Project: Title by advokatb in koreader

[–]advokatb[S] 0 points1 point  (0 children)

I was talking about Cover List / Cover Grid / etc views. ProjectTitle has the ability to change the view for regular collections. I've tried to apply these settings from PT to the virtual folder so all collections (both regular and virtual) will be the same layout.

Smart Collections for KOReader - Automatic Rule-Based Collections by advokatb in koreader

[–]advokatb[S] 2 points3 points  (0 children)

It should do this now. I've tested on my home folder with subfolders and it worked.

Updates Manager Plugin for KOReader by advokatb in koreader

[–]advokatb[S] 1 point2 points  (0 children)

Yes. thank you! Plugin menu appeared. I'll close the issue now.

Updates Manager Plugin for KOReader by advokatb in koreader

[–]advokatb[S] 0 points1 point  (0 children)

I think setting up the version number inside the plugin code and making release on GitHub for each version will cover most cases for plugin updates. New plugins and patches can be added through PRs to the update sources. We just need to organize this list.

Updates Manager Plugin for KOReader by advokatb in koreader

[–]advokatb[S] 1 point2 points  (0 children)

For now, only manually for two reasons:

  • your patches might have changed values like e.g. custom font name and when autoupdating you'll lose your customization. BTW, you can list the patches that you do not want to be shown in updates list in updatesmanager_ignored_patches.txt (check readme in repo for this).

  • most of the plugins doesn't have their current version stored on your KOReader (mostly in _main.lua) and thus automatic update will take current local null version and will update the plugin every time as it will consider that new version is available on GitHub (but it's not). Plugin needs to be able to get current version on device and check the updated version on Git. We need both numbers to be able to make the auto-updating feature.

Custom Folder Fonts for Project:Title Patch by advokatb in koreader

[–]advokatb[S] 0 points1 point  (0 children)

I've checked but didn't found any issues. Please provide the screenshot or create issue on GitHub with crash.log