Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Plugins

Notices

Reply
 
Thread Tools Search this Thread
Old 01-31-2026, 12:19 PM   #16
dunhill
Wizard
dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.
 
dunhill's Avatar
 
Posts: 1,072
Karma: 1084520
Join Date: Sep 2017
Location: Buenos Aires, Argentina
Device: moon+ reader, kindle paperwhite
Yes, I just wanted to comment and appreciate your work on this plugin.
dunhill is offline   Reply With Quote
Old 01-31-2026, 12:26 PM   #17
Comfy.n
want to learn what I want
Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.
 
Posts: 2,041
Karma: 7955899
Join Date: Sep 2020
Device: none
Quote:
Originally Posted by dunhill View Post
Yes, I just wanted to comment and appreciate your work on this plugin.
Comfy.n is offline   Reply With Quote
Old 02-21-2026, 05:00 AM   #18
Comfy.n
want to learn what I want
Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.
 
Posts: 2,041
Karma: 7955899
Join Date: Sep 2020
Device: none
Version 2.0

Many improvements and minor fixes. Release log will be added ASAP.
Comfy.n is offline   Reply With Quote
Old 03-03-2026, 02:46 PM   #19
dunhill
Wizard
dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.
 
dunhill's Avatar
 
Posts: 1,072
Karma: 1084520
Join Date: Sep 2017
Location: Buenos Aires, Argentina
Device: moon+ reader, kindle paperwhite
Hi Comfy.n,

I've been thoroughly analyzing your plugin's i18n.py file, and I have to say it's a work of art. The way you handle script overrides and how you patch Calibre's translation cache is, frankly, next level.
Precisely because you already have such a robust infrastructure for detecting the user's language, I wanted to ask: Have you considered implementing automatic translation of the articles (feeds)?
The idea would be that, in the same way the plugin adapts the interface to Calibre's language, it could translate the feed content (for example, from Japanese to the user's configured language) in the InoReader style.
Considering your current architecture, I think the workflow could be integrated naturally:
Detection: Use the logic you already have in i18n.py to identify the target language.
Injection: Integrate it into rss.py (during the fetch) or article_fetch.py ​​(before rendering the HTML).
Display: The PreviewBrowser should display the translated content, maintaining the polished formatting you've achieved.
I know managing external APIs and quotas is challenging, but seeing how you've mastered Calibre's language system, I think you're the perfect person to make it work!
What do you think of the idea? Would it be on your roadmap for future versions?

Best regards, and thanks for this great plugin.
dunhill is offline   Reply With Quote
Old 03-03-2026, 03:02 PM   #20
Comfy.n
want to learn what I want
Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.
 
Posts: 2,041
Karma: 7955899
Join Date: Sep 2020
Device: none
Amazing request, @dunhill.

I believe that is achievable, as you said, but I am not sure. What makes me believe it is achievable is the GR Author Notes plugin on-the-fly translation feature...
Comfy.n is offline   Reply With Quote
Old 03-03-2026, 03:17 PM   #21
dunhill
Wizard
dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.
 
dunhill's Avatar
 
Posts: 1,072
Karma: 1084520
Join Date: Sep 2017
Location: Buenos Aires, Argentina
Device: moon+ reader, kindle paperwhite
Quote:
Originally Posted by Comfy.n View Post
Amazing request, @dunhill.

I believe that is achievable, as you said, but I am not sure. What makes me believe it is achievable is the GR Author Notes plugin on-the-fly translation feature...
You're right, it could work!
You're on top of everything!
dunhill is offline   Reply With Quote
Old Today, 12:19 PM   #22
Cyprus5522
Junior Member
Cyprus5522 began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Mar 2026
Device: kindle
Please add an option to disable source names across all feeds

Hey, love the app overall but there's one thing that's been bugging me. In the title panel, you're showing both the feed name and the article title together, like "IGN All Crimson Desert Review" instead of just "Crimson Desert Review."

It's not a huge deal in vertical mode, but when I switch to the side-by-side layout with articles on the left, the combined text gets cut off and I can barely read the actual article titles. My laptop screen just doesn't have enough room for both.

Would it be possible to add an option to hide the source name in the titles? Or maybe make it toggleable? I don't really need to see "IGN All" in front of every title when I already know which feed it's from just by looking at the sidebar.
Attached Thumbnails
Click image for larger version

Name:	image_308.png
Views:	7
Size:	290.8 KB
ID:	221943  
Cyprus5522 is offline   Reply With Quote
Old Today, 12:48 PM   #23
Comfy.n
want to learn what I want
Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.
 
Posts: 2,041
Karma: 7955899
Join Date: Sep 2020
Device: none
Quote:
Originally Posted by Cyprus5522 View Post
Hey, love the app overall but there's one thing that's been bugging me. In the title panel, you're showing both the feed name and the article title together, like "IGN All Crimson Desert Review" instead of just "Crimson Desert Review."

It's not a huge deal in vertical mode, but when I switch to the side-by-side layout with articles on the left, the combined text gets cut off and I can barely read the actual article titles. My laptop screen just doesn't have enough room for both.

Would it be possible to add an option to hide the source name in the titles? Or maybe make it toggleable? I don't really need to see "IGN All" in front of every title when I already know which feed it's from just by looking at the sidebar.
Hi! I will be able to look into all your suggestions later, but i couldnt reproduce the All thing.

https://feeds.feedburner.com/ign/all -< is this it?

For the narrow screen issue, I suggest trying other layouts or change the zoom levels. BTW, doing ctrl+mouse wheel over the article preview panel works to zoom in/out.
Attached Thumbnails
Click image for larger version

Name:	MWSnap 2026-03-21, 13_46_05.png
Views:	5
Size:	793.6 KB
ID:	221944  
Comfy.n is offline   Reply With Quote
Old Today, 01:15 PM   #24
Cyprus5522
Junior Member
Cyprus5522 began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Mar 2026
Device: kindle
Quote:
Originally Posted by Comfy.n View Post
Hi! I will be able to look into all your suggestions later, but i couldnt reproduce the All thing.

https://feeds.feedburner.com/ign/all -< is this it?

For the narrow screen issue, I suggest trying other layouts or change the zoom levels. BTW, doing ctrl+mouse wheel over the article preview panel works to zoom in/out.
No, I think you'll be able to reproduce that if you click on "featured" folder
Cyprus5522 is offline   Reply With Quote
Old Today, 01:19 PM   #25
Cyprus5522
Junior Member
Cyprus5522 began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Mar 2026
Device: kindle
Another issue I experienced is that the notification pop-up continues to linger on after I set it to "close after 3 seconds". The setting seems to apply only to the pop-up preview, not to the feeds you subscribe
Cyprus5522 is offline   Reply With Quote
Old Today, 01:27 PM   #26
Comfy.n
want to learn what I want
Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.
 
Posts: 2,041
Karma: 7955899
Join Date: Sep 2020
Device: none
Awesome, thanks for the detailed inputs. I want to release today, hopefully, the Extended Book Details plugin, so I will need time to test the issues you detected.

Feel free to add anything else you remember.
Comfy.n is offline   Reply With Quote
Old Today, 01:43 PM   #27
Cyprus5522
Junior Member
Cyprus5522 began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Mar 2026
Device: kindle
Quote:
Originally Posted by Comfy.n View Post
Awesome, thanks for the detailed inputs. I want to release today, hopefully, the Extended Book Details plugin, so I will need time to test the issues you detected.

Feel free to add anything else you remember.
Yeah. The version of my calibre is 9.5 portable and here are screenshots of my pop-up settings
Attached Thumbnails
Click image for larger version

Name:	image_310.png
Views:	4
Size:	82.7 KB
ID:	221945   Click image for larger version

Name:	image_311.png
Views:	6
Size:	59.6 KB
ID:	221946  
Cyprus5522 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[GUI Plugin] Wiki Reader Krittika Goyal Plugins 113 11-24-2024 06:45 PM
[GUI Plugin] Hymn Reader Krittika Goyal Plugins 1 03-10-2017 01:57 PM
[GUI Plugin] OPML Importer (RSS feeds from feedly/google reader) fem Plugins 14 07-19-2014 10:41 AM
[GUI Plugin] Recipe Reader Krittika Goyal Plugins 13 06-07-2013 02:09 AM
[GUI Plugin] Medical Reader Krittika Goyal Plugins 1 09-17-2012 05:04 AM


All times are GMT -4. The time now is 07:09 PM.


MobileRead.com is a privately owned, operated and funded community.