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,042
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,007
Karma: 7955879
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,007
Karma: 7955879
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,042
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,007
Karma: 7955879
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,042
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
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 02:27 AM.


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