Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > Search Forums

Welcome to the MobileRead Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features.

By joining our free community today, you will have fewer ads, access to post topics, communicate privately with other members, respond to polls, upload content and access many other special features.

If you have any problems with the registration process or your account login, please feel free to contact us contact us.

The MobileRead Team


Notices

Showing results 1 to 21 of 21 - Search took 0.00 seconds. Search: Posts Made By: trying
Forum: Conversion 07-26-2017, 08:15 PM
Replies: 18
Views: 4,135
Posted By trying
Based on [Feature Request] Export bookmarks #294...

Based on [Feature Request] Export bookmarks #294 (https://github.com/geometer/FBReaderJ/issues/294) from 2015, not yet. The reason why this hasn't been done seems like a case of over-engineering to...
Forum: Conversion 07-24-2017, 05:43 PM
Replies: 18
Views: 4,135
Posted By trying
Second Generation Kindle Fire (2012), System...

Second Generation Kindle Fire (2012), System Version: 10.5.1
Moon+ Reader Free 4.2.2

As it turns out, Calibre has the ability to split files bigger than a given size so I tried setting it to 21K...
Forum: Conversion 07-14-2017, 03:36 PM
Replies: 18
Views: 4,135
Posted By trying
Second Generation Kindle Fire (2012), System...

Second Generation Kindle Fire (2012), System Version: 10.5.1
Moon+ Reader Free 4.2.2

I ran across the same problem with "retail" epubs. Everything would be fine when viewing the epubs on my PC...
Forum: Plugins 09-22-2016, 01:35 AM
Replies: 581
Views: 595,911
Posted By trying
The workaround is easy to test. In a browser...

The workaround is easy to test. In a browser visit the bare url of a book for which the Goodreads Metadata plugin fails (like http://www.goodreads.com/book/show/<goodreads ID #>). You should get a...
Forum: Plugins 09-20-2016, 09:39 AM
Replies: 581
Views: 595,911
Posted By trying
I keep saying what the solution is but people...

I keep saying what the solution is but people don't seem to remember / get it / care?

See https://www.mobileread.com/forums/showpost.php?p=3222685&postcount=237 and / or my last few previous posts...
Forum: Plugins 08-07-2016, 01:56 AM
Replies: 581
Views: 595,911
Posted By trying
I haven't looked into Goodreads metadata in a...

I haven't looked into Goodreads metadata in a while (everything works for me) but maybe you are running into the behavior Krazykiwi noted at...
Forum: Plugins 12-17-2015, 03:06 AM
Replies: 581
Views: 595,911
Posted By trying
Sure, just do something like: import random ...

Sure, just do something like:
import random
randomletter = chr(random.randint(97,122))

And you could even randomly add a random # of lowercase letters, say 5-10.

But it's not necessary at...
Forum: Plugins 12-13-2015, 01:19 PM
Replies: 581
Views: 595,911
Posted By trying
I got the 403 errors two days ago after I had...

I got the 403 errors two days ago after I had downloaded metadata using the v1.1.7 version of the plugin, noticed that I was missing Comments, updated to v1.1.10, and then redownloaded metadata. Once...
Forum: Plugins 12-12-2015, 10:08 PM
Replies: 581
Views: 595,911
Posted By trying
As noted by Krazykiwi, you can get 403 errors if...

As noted by Krazykiwi, you can get 403 errors if you try to download "bare" goodreads book urls too many times. To investigate this issue further, I looked into the details of how the Goodreads...
Forum: Calibre 08-28-2014, 08:53 AM
Replies: 3
Views: 1,182
Posted By trying
I took a look at the bug in QT5 you referenced. I...

I took a look at the bug in QT5 you referenced. I am running on Windows 7 SP1 not linux. My bug also doesn't have anything to do with soft hyphens (that I can tell anyway). Given, however, that QT5...
Forum: Calibre 08-27-2014, 07:32 PM
Replies: 4
Views: 1,932
Posted By trying
I was hoping instead it would be an option within...

I was hoping instead it would be an option within the E-book Viewer itself. With QT5 you can supposedly set the cursor to Qt::BlankCursor. One would show the cursor again upon any mouse movement. And...
Forum: Calibre 08-27-2014, 07:21 PM
Replies: 3
Views: 1,182
Posted By trying
BUG: Calibre 2.0 E-Book Viewer ePub extra space display problem

With Calibre 2.0, the E-Book Viewer is displaying an extra space between some words in ePubs when I have the serif font set to Constantia (or Century or Century Schoolbook etc). When set to Times New...
Forum: Calibre 08-27-2014, 05:22 PM
Replies: 4
Views: 1,932
Posted By trying
Hiding E-book Viewer mouse cursor in fullscreen mode?

Is it possible to have the E-book Viewer mouse cursor hidden in fullscreen mode when the mouse has been stationary for a few seconds? And have it appear again when the mouse is moved?

Currently, I...
Forum: Development 03-30-2014, 08:09 PM
Replies: 1
Views: 2,166
Posted By trying
"Setting up a calibre development environment" documentation suggestion

As a newbie Calibre programmer on Windows looking at the source code download, one of the very first things that I wondered about was "Where is the code that implements the X.exe program?". After a...
Forum: Development 03-30-2014, 06:47 AM
Replies: 6
Views: 4,187
Posted By trying
Nice! I spent a few hours and got debugging...

Nice!

I spent a few hours and got debugging Calibre v1.29 plugins to work with PyCharm. Unfortunately it is only possible with PyCharm Professional, since you need the ability to create Python...
Forum: Development 03-30-2014, 12:17 AM
Replies: 6
Views: 4,187
Posted By trying
Yes the try: except ImportError: technique does...

Yes the try: except ImportError: technique does work :)

For the other one, you really meant to say :) :

import sys
in_calibre = hasattr(sys, 'extensions_location')

Although, IMO, maybe...
Forum: Development 03-29-2014, 10:39 PM
Replies: 6
Views: 4,187
Posted By trying
Getting PyCharm code completion while writing Calibre plugins

First of all, I am a complete newbie when it comes to writing Calibre plugins. All I've done so far is take kiwidude's Count Pages (https://www.mobileread.com/forums/showthread.php?t=134000) plugin...
Forum: Plugins 10-16-2013, 08:14 AM
Replies: 555
Views: 350,897
Posted By trying
The first post states: Supports...

The first post states:


Supports importing title, author, series, series index and pubdate (all but title are optional)


A lot of your items are missing a title. Maybe that's why the Next...
Forum: Plugins 10-16-2013, 06:43 AM
Replies: 555
Views: 350,897
Posted By trying
When creating a "csv" file (actually a...

When creating a "csv" file (actually a tab-delimited file), how does one specify multiple authors?

I tried "firstname1 lastname1, firstname2 lastname2", "firstname1 lastname1 & firstname2...
Forum: Plugins 10-16-2013, 05:37 AM
Replies: 1,139
Views: 624,104
Posted By trying
@BR Thanks! I wrote a quick tab-delimited file...

@BR Thanks! I wrote a quick tab-delimited file exporter for my program and then the Import List PI did exactly what I needed.
Forum: Plugins 10-15-2013, 11:34 PM
Replies: 1,139
Views: 624,104
Posted By trying
Is there any way to programmatically add to your...

Is there any way to programmatically add to your Reading Lists via an external prgram (on Windows 7 64 bit)?

I am trying to "Flag" certain books for later reading based on an external list of...
Showing results 1 to 21 of 21

 
Forum Jump

All times are GMT -4. The time now is 08:50 PM.


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