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 07-11-2021, 04:33 AM   #6196
kamille3
Connoisseur
kamille3 began at the beginning.
 
Posts: 50
Karma: 10
Join Date: Jul 2021
Device: None
Quote:
Originally Posted by JimmXinu View Post
What does Calibre show for proxies?

Searching for that error suggests that it is a windows/python/https/proxy specific issue when https proxy is set to an 'https://' target that isn't actually https itself.
One answer might be to change the https proxy value in FFF, but I'd like to know what you already have first.

Plus, it can legitimately be https, so I'd probably need to make it a configurable setting...
Calibre correctly detects my Host IP address and port number like every other software on my pc. It shows up like this:

http:192.168.xx.xxx:1234
https:192.168.xx.xxx:1234
ftp:192.168.xx.xxx:1234
kamille3 is offline   Reply With Quote
Old 07-11-2021, 10:23 AM   #6197
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,988
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New Test Version Posted

2021-07-11
- Adding fix_broken_https_proxy setting for broken Windows https proxy settings.

Quote:
Originally Posted by kamille3 View Post
Calibre correctly detects my Host IP address and port number like every other software on my pc. It shows up like this:

http:192.168.xx.xxx:1234
https:192.168.xx.xxx:1234
ftp:192.168.xx.xxx:1234
Please try the test version after adding fix_broken_https_proxy:true to personal.ini:
Code:
[defaults]
fix_broken_https_proxy:true
Run Calibre in debug mode (under Calibre Preferences dropdown) while attempting the download and then post the debug log.
JimmXinu is offline   Reply With Quote
Old 07-11-2021, 12:20 PM   #6198
kamille3
Connoisseur
kamille3 began at the beginning.
 
Posts: 50
Karma: 10
Join Date: Jul 2021
Device: None
Quote:
Originally Posted by JimmXinu View Post
New Test Version Posted

2021-07-11
- Adding fix_broken_https_proxy setting for broken Windows https proxy settings.



Please try the test version after adding fix_broken_https_proxy:true to personal.ini:
Code:
[defaults]
fix_broken_https_proxy:true
Run Calibre in debug mode (under Calibre Preferences dropdown) while attempting the download and then post the debug log.
Code:
FFF: DEBUG: 2021-07-11 21:38:48,538: calibre_plugins.fanficfare_plugin.fff_plugin(221): Plugin FanFicFare macmenuhack file_path:C:\Users\INDRANIL-pc\AppData\Roaming\calibre\plugins\fanficfare_macmenuhack.txt
calibre Debug log
calibre 5.23 [64bit]  embedded-python: True is64bit: True
Windows-8.1-6.3.9600 Windows ('64bit', 'WindowsPE')
('Windows', '8.1', '6.3.9600')
Python 3.8.5
Windows: ('8.1', '6.3.9600', '', 'Multiprocessor Free')
Interface language: None
Successfully initialized third party plugins: FanFicFare (4, 3, 15)
calibre 5.23 [64bit]  embedded-python: True is64bit: True
Windows-8.1-6.3.9600 Windows ('64bit', 'WindowsPE')
('Windows', '8.1', '6.3.9600')
Python 3.8.5
Windows: ('8.1', '6.3.9600', '', 'Multiprocessor Free')
Interface language: None
Successfully initialized third party plugins: FanFicFare (4, 3, 15)
Turning on automatic hidpi scaling
devicePixelRatio: 1.0
logicalDpi: 96.0 x 96.0
physicalDpi: 101.6 x 101.6
Using calibre Qt style: True
[0.00] Starting up...
[0.00] Showing splash screen...
[0.33] splash screen shown
[0.33] Initializing db...
[0.33] db initialized
[0.33] Constructing main UI...
Using proxies: {'http': '192.168.42.129:8080', 'https': '192.168.42.129:8080', 'ftp': '192.168.42.129:8080'}
[1.77] main UI initialized...
[1.77] Hiding splash screen
Starting QuickView
FFF: DEBUG: 2021-07-11 21:40:20,880: calibre_plugins.fanficfare_plugin.fff_plugin(675): get_urls_from_page URL:https://www.literotica.com/stories/memberpage.php?uid=989888&page=submissions
FFF: DEBUG: 2021-07-11 21:40:20,929: adapter_literotica.py(40): LiteroticaComAdapter:__init__ - url='http://www.literotica.com/s/story-title'
FFF: DEBUG: 2021-07-11 21:40:20,931: configurable.py(1010): use_browser_cache:
FFF: DEBUG: 2021-07-11 21:40:20,931: configurable.py(1024): use_basic_cache:true
FFF: DEBUG: 2021-07-11 21:40:20,932: fetcher.py(234): 
========== MISS (GET) BasicCache
https://www.literotica.com/stories/memberpage.php?uid=989888&page=submissions
FFF: DEBUG: 2021-07-11 21:40:20,932: fetcher.py(463): 
---------- REQ (GET) RequestsFetcher
https://www.literotica.com/stories/memberpage.php?uid=989888&page=submissions
FFF: DEBUG: 2021-07-11 21:40:20,932: fetcher.py(423): Session Proxies Before:{}
FFF: DEBUG: 2021-07-11 21:40:20,932: fetcher.py(426): Attempting to collect proxy settings through Calibre
FFF: DEBUG: 2021-07-11 21:40:20,932: fetcher.py(430): Calibre Proxies:{'http': '192.168.42.129:8080', 'https': '192.168.42.129:8080', 'ftp': '192.168.42.129:8080'}
FFF: DEBUG: 2021-07-11 21:40:20,932: fetcher.py(444): Session Proxies After:{'http': '192.168.42.129:8080', 'https': '192.168.42.129:8080', 'ftp': '192.168.42.129:8080'}
kamille3 is offline   Reply With Quote
Old 07-11-2021, 08:04 PM   #6199
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,988
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by kamille3 View Post
...
So that shows FFF taking proxy settings from Calibre and setting them, but not the incorrect 'https://' in https proxy setting I thought was happening.

The question is, did it work?
JimmXinu is offline   Reply With Quote
Old 07-12-2021, 02:34 AM   #6200
Hortensia
Enthusiast
Hortensia began at the beginning.
 
Posts: 30
Karma: 10
Join Date: Jul 2021
Device: Kindle Paperwhite, Kobo Libra 2
Manually validating metadata during import

Hello,

Is there a possibility to manually adjust the content of a custom column after the personal.ini file has been run and before the fanfic is downloaded or the library is updated? (I am not sure which of these actions generate the default book cover.)

The reason why I am trying to do so is that the content of this custom column is too random to be treated in a completely automatic way, I need some manual input. Then, once all my metadata is correct, I generate a new book cover (Edit metadata > Generate cover). I have modified the default settings (Edit metadata > Long click on Generate cover > Customize the styles and colors of the generated cover) to include the metadata I have in this manually completed custom column.

In short, I would like to manually validate all the metadata before the automatic generation of a default cover when the ebook is added to the library.

Thank you!
Hortensia is offline   Reply With Quote
Old 07-12-2021, 03:04 AM   #6201
kamille3
Connoisseur
kamille3 began at the beginning.
 
Posts: 50
Karma: 10
Join Date: Jul 2021
Device: None
Quote:
Originally Posted by JimmXinu View Post
So that shows FFF taking proxy settings from Calibre and setting them, but not the incorrect 'https://' in https proxy setting I thought was happening.

The question is, did it work?
Sadly it did not. I keep getting this...

Code:
calibre, version 5.23.0
ERROR: Unhandled exception: <b>ValueError</b>:check_hostname requires server_hostname

calibre 5.23 [64bit]  embedded-python: True is64bit: True
Windows-8.1-6.3.9600 Windows ('64bit', 'WindowsPE')
('Windows', '8.1', '6.3.9600')
Python 3.8.5
Windows: ('8.1', '6.3.9600', '', 'Multiprocessor Free')
Interface language: None
Successfully initialized third party plugins: FanFicFare (4, 3, 15)
Traceback (most recent call last):
  File "calibre_plugins.fanficfare_plugin.fff_plugin", line 654, in get_urls_from_page_menu
  File "calibre_plugins.fanficfare_plugin.fff_plugin", line 677, in get_urls_from_page
  File "C:\Users\MY-pc\AppData\Roaming\calibre\plugins\FanFicFare.zip\fanficfare\geturls.py", line 45, in get_urls_from_page
  File "C:\Users\MY-pc\AppData\Roaming\calibre\plugins\FanFicFare.zip\fanficfare\adapters\base_adapter.py", line 443, in get_urls_from_page
  File "C:\Users\MY-pc\AppData\Roaming\calibre\plugins\FanFicFare.zip\fanficfare\requestable.py", line 114, in get_request
  File "C:\Users\MY-pc\AppData\Roaming\calibre\plugins\FanFicFare.zip\fanficfare\requestable.py", line 106, in get_request_redirected
  File "C:\Users\MY-pc\AppData\Roaming\calibre\plugins\FanFicFare.zip\fanficfare\fetcher.py", line 390, in get_request_redirected
  File "C:\Users\MY-pc\AppData\Roaming\calibre\plugins\FanFicFare.zip\fanficfare\fetcher.py", line 240, in fetcher_do_request
  File "C:\Users\MY-pc\AppData\Roaming\calibre\plugins\FanFicFare.zip\fanficfare\fetcher.py", line 136, in fetcher_do_request
  File "C:\Users\MY-pc\AppData\Roaming\calibre\plugins\FanFicFare.zip\fanficfare\fetcher.py", line 363, in do_request
  File "C:\Users\MY-pc\AppData\Roaming\calibre\plugins\FanFicFare.zip\fanficfare\fetcher.py", line 465, in request
  File "C:\Users\MY-pc\AppData\Roaming\calibre\plugins\FanFicFare.zip\requests\sessions.py", line 542, in request
  File "C:\Users\MY-pc\AppData\Roaming\calibre\plugins\FanFicFare.zip\requests\sessions.py", line 655, in send
  File "C:\Users\MY-pc\AppData\Roaming\calibre\plugins\FanFicFare.zip\requests\adapters.py", line 439, in send
  File "C:\Users\MY-pc\AppData\Roaming\calibre\plugins\FanFicFare.zip\urllib3\connectionpool.py", line 696, in urlopen
  File "C:\Users\MY-pc\AppData\Roaming\calibre\plugins\FanFicFare.zip\urllib3\connectionpool.py", line 964, in _prepare_proxy
  File "C:\Users\MY-pc\AppData\Roaming\calibre\plugins\FanFicFare.zip\urllib3\connection.py", line 359, in connect
  File "C:\Users\MY-pc\AppData\Roaming\calibre\plugins\FanFicFare.zip\urllib3\connection.py", line 500, in _connect_tls_proxy
  File "C:\Users\MY-pc\AppData\Roaming\calibre\plugins\FanFicFare.zip\urllib3\util\ssl_.py", line 453, in ssl_wrap_socket
  File "C:\Users\MY-pc\AppData\Roaming\calibre\plugins\FanFicFare.zip\urllib3\util\ssl_.py", line 495, in _ssl_wrap_socket_impl
  File "ssl.py", line 500, in wrap_socket
  File "ssl.py", line 997, in _create
ValueError: check_hostname requires server_hostname
kamille3 is offline   Reply With Quote
Old 07-12-2021, 11:55 AM   #6202
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,988
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New Test Version Posted

2021-07-12
- Add http_proxy and https_proxy setting, remove fix_broken_https_proxy setting.


Quote:
Originally Posted by kamille3 View Post
Sadly it did not. I keep getting this...
...
Okay, last try--if this doesn't work, then I'm declaring it a fundamental incompatibility between your proxy and urllib3/python libs.

Install test version and put your proxy in your personal.ini but explicitly with http:// like so:
Code:
[defaults]
https_proxy:http://192.168.42.129:8080
JimmXinu is offline   Reply With Quote
Old 07-12-2021, 12:00 PM   #6203
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,988
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by Hortensia View Post
...In short, I would like to manually validate all the metadata before the automatic generation of a default cover when the ebook is added to the library.
Not as part of FFF. Many users who are that particular tend to keep an 'incoming' library and a separate 'cleaned' library for the books that have been fixed up.

You might also look at the QuarantineAndScrub plugin.
JimmXinu is offline   Reply With Quote
Old 07-12-2021, 01:20 PM   #6204
kamille3
Connoisseur
kamille3 began at the beginning.
 
Posts: 50
Karma: 10
Join Date: Jul 2021
Device: None
Quote:
Originally Posted by JimmXinu View Post
New Test Version Posted

2021-07-12
- Add http_proxy and https_proxy setting, remove fix_broken_https_proxy setting.

Okay, last try--if this doesn't work, then I'm declaring it a fundamental incompatibility between your proxy and urllib3/python libs.

Install test version and put your proxy in your personal.ini but explicitly with http:// like so:
Code:
[defaults]
https_proxy:http://192.168.42.129:8080
Tried it but still getting the same error. Anyways thank you for dedicating so much time to this issue.
kamille3 is offline   Reply With Quote
Old 07-12-2021, 04:52 PM   #6205
Hortensia
Enthusiast
Hortensia began at the beginning.
 
Posts: 30
Karma: 10
Join Date: Jul 2021
Device: Kindle Paperwhite, Kobo Libra 2
Quote:
Originally Posted by JimmXinu View Post
Not as part of FFF. Many users who are that particular tend to keep an 'incoming' library and a separate 'cleaned' library for the books that have been fixed up.

You might also look at the QuarantineAndScrub plugin.
Thank you, I will look at these options!
Hortensia is offline   Reply With Quote
Old 07-13-2021, 12:25 PM   #6206
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,988
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New Version Released

Version 4.4.0 - 2021-07-13
- Add http_proxy and https_proxy settings. Should be unnecessary, also taking from Calibre.
- Fix for XF2 stories using author img as cover when absolute URL.
- XF: data-url or data-src for lazyload images. Closes #713
- adapter_royalroadcom: Collect numWords. #712
- XenForo2 sites (SB&SV) collect estimatedWords. #712
- Update packaged urllib3 and certifi modules.
- Pre-v5 Calibre fix for nsapa_proxy.
- Record error message for new downloads too since Failed Chapters are now a thing.
- adapter_wwwnovelallcom - Updates for site changes. 'translator' no longer available?
- New Site: worldofx.de (German language X-files eFiction)
- Fixes to nsapa_proxy from nsapa https://github.com/JimmXinu/FanFicFare/pull/711
- Add link to wiki/BrowserCacheFeature in Cloudflare error. #708
- Treat img url contains '.svg?' same as endswith('.svg')--Calibre image processing chokes hard on SVG. #709
- Implement use_browser_cache for ficbook.net #704
- Forgot to import traceback in browser cache changes.
- Skip Failures to read cache entries for Chrome Simple Cache and Firefox Cache2 instead of error.
- Fix date reading for XenForo forums sites
- Change defaults.ini to correctly show default values for remove_spoilers, legend_spoilers
- Collect 'fandoms' for adapter_scribblehubcom.
- PI: Only update author link (AKA authorUrl) in Calibre if changed. Only really affects older versions of Calibre. Calibre does the same starting around Sept 2020.
JimmXinu is offline   Reply With Quote
Old 07-13-2021, 02:20 PM   #6207
dysphere
Junior Member
dysphere began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Oct 2019
Device: Kindle Paperwhite 3
When trying to download a specific fic on fanfiction.net (Harry Potter and the Natural 20) and using the browser cache feature (I've definitely manually visited every chapter of the fic and I have it set up so all cached files will be used), I keep getting an error for one of the chapters.
Quote:
Chapter URL:
https://www.fanfiction.net/s/8096183/69/

Error:
Traceback (most recent call last):
File "C:\Users\my-pc\AppData\Roaming\calibre\plugins\FanFicFare.zip\ fanficfare\adapters\base_adapter.py", line 240, in getStory
File "C:\Users\my-pc\AppData\Roaming\calibre\plugins\FanFicFare.zip\ fanficfare\adapters\base_adapter.py", line 419, in getChapterTextNum
File "C:\Users\my-pc\AppData\Roaming\calibre\plugins\FanFicFare.zip\ fanficfare\adapters\adapter_fanfictionnet.py", line 374, in getChapterText
File "C:\Users\my-pc\AppData\Roaming\calibre\plugins\FanFicFare.zip\ fanficfare\requestable.py", line 114, in get_request
File "C:\Users\my-pc\AppData\Roaming\calibre\plugins\FanFicFare.zip\ fanficfare\requestable.py", line 106, in get_request_redirected
File "C:\Users\my-pc\AppData\Roaming\calibre\plugins\FanFicFare.zip\ fanficfare\fetcher.py", line 390, in get_request_redirected
File "C:\Users\my-pc\AppData\Roaming\calibre\plugins\FanFicFare.zip\ fanficfare\fetcher.py", line 240, in fetcher_do_request
File "C:\Users\my-pc\AppData\Roaming\calibre\plugins\FanFicFare.zip\ fanficfare\fetcher.py", line 278, in fetcher_do_request
fanficfare.exceptions.HTTPErrorFFF: HTTP Error in FFF 'Page not found or expired in Browser Cache (see FFF setting browser_cache_age_limit)'(428) URL:'https://www.fanfiction.net/s/809

Last edited by dysphere; 07-13-2021 at 02:24 PM.
dysphere is offline   Reply With Quote
Old 07-13-2021, 09:05 PM   #6208
steltek
Connoisseur
steltek has a spectacular aura aboutsteltek has a spectacular aura aboutsteltek has a spectacular aura aboutsteltek has a spectacular aura aboutsteltek has a spectacular aura aboutsteltek has a spectacular aura aboutsteltek has a spectacular aura aboutsteltek has a spectacular aura aboutsteltek has a spectacular aura aboutsteltek has a spectacular aura aboutsteltek has a spectacular aura about
 
Posts: 69
Karma: 4484
Join Date: Jan 2016
Device: none
Quote:
Originally Posted by dysphere View Post
When trying to download a specific fic on fanfiction.net (Harry Potter and the Natural 20) and using the browser cache feature (I've definitely manually visited every chapter of the fic and I have it set up so all cached files will be used), I keep getting an error for one of the chapters.
Out of curiosity, what browser are you using? I got the exact same error on the same chapter as you did in Vivaldi (which is a Chrome-based browser), and it repeated again on that same chapter (chapter 69) when I cleared the cache and walked through it a second time. However, it downloads just fine in Firefox on the first try.

EDIT:
I had another fic that was doing the exact same thing in Vivaldi, with the same error. Clearing the cache and re-walking through the fic resulted in the same error, but it kept randomly occurring at a different chapter each time.

I then edited the epub in Calibre, deleted the chapter pages of the epub from the error chapter to the end, saved the epub. I switched over to Firefox, browsed the missing chapters into the Firefox cache, and was able to complete the update of the fic. Have no idea what is going on with this, maybe an issue with the Vivaldi/Chrome cache that isn't occurring with Firefox?

Last edited by steltek; 07-13-2021 at 09:24 PM.
steltek is offline   Reply With Quote
Old 07-13-2021, 09:51 PM   #6209
ownedbycats
Custom User Title
ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.
 
ownedbycats's Avatar
 
Posts: 11,027
Karma: 75555555
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
While it may or may not help, I will note that when I used to run into this issue it sometimes helped to clear the cache, close and re-start the browser, and then clear it again before visiting the fanfic to load the chapters.
ownedbycats is offline   Reply With Quote
Old 07-13-2021, 09:53 PM   #6210
dysphere
Junior Member
dysphere began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Oct 2019
Device: Kindle Paperwhite 3
I am using Chrome, yes. It does appear to be a problem with the Vivaldi/Chrome cache.
dysphere is offline   Reply With Quote
Reply

Tags
fanfiction


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[GUI Plugin] KindleUnpack - The Plugin DiapDealer Plugins 523 07-15-2025 06:45 PM
[GUI Plugin] Open With kiwidude Plugins 404 02-21-2025 05:42 AM
[GUI Plugin] Marvin XD Philantrop Plugins 126 01-29-2017 12:48 PM
[GUI Plugin] KiNotes -axel- Plugins 0 07-14-2013 06:39 PM
[GUI Plugin] Plugin Updater **Deprecated** kiwidude Plugins 159 06-19-2011 12:27 PM


All times are GMT -4. The time now is 05:40 AM.


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