Register Guidelines E-Books Today's Posts Search

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

Notices

Closed Thread
 
Thread Tools Search this Thread
Old 11-27-2013, 12:50 PM   #2191
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: 7,025
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by Feynor View Post
What an odd problem. TtH doesn't show that story on the author's list unless you're logged in.

Attached is a version that will ask for login if it can't find the story on the author list.

Last edited by JimmXinu; 11-27-2013 at 02:56 PM. Reason: Remove obsolete beta versions
JimmXinu is offline  
Old 11-27-2013, 02:31 PM   #2192
Feynor
Enthusiast
Feynor began at the beginning.
 
Posts: 38
Karma: 10
Join Date: Sep 2013
Device: Samsung Galaxy Note 10.1 2014 ed. with Moon Reader+ and Google Books.
Quote:
Originally Posted by JimmXinu View Post
What an odd problem. TtH doesn't show that story on the author's list unless you're logged in.

Attached is a version that will ask for login if it can't find the story on the author list.
Ah, I see what happened now. When not logged in, the rating selector in the upper right corner defaults to FR 15 or 17, blocking the story.
Feynor is offline  
Old 11-27-2013, 02:55 PM   #2193
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: 7,025
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by Feynor View Post
Ah, I see what happened now. When not logged in, the rating selector in the upper right corner defaults to FR 15 or 17, blocking the story.
Good catch--I stopped thinking about it after figuring out 'login' worked, but clearly that was the wrong approach. Thanks for figuring this out.

Attached is a version that instead does an is_adult check if the story doesn't appear on the author list.

A logged in user with a particularly low setting (say FR7) will trigger it for non-adult stories, but I'm prepared to live with that.

UPDATE Dec 2, 2013 - Remove obsolete beta versions

Last edited by JimmXinu; 12-02-2013 at 01:51 PM. Reason: Remove obsolete beta versions
JimmXinu is offline  
Old 11-27-2013, 06:29 PM   #2194
Feynor
Enthusiast
Feynor began at the beginning.
 
Posts: 38
Karma: 10
Join Date: Sep 2013
Device: Samsung Galaxy Note 10.1 2014 ed. with Moon Reader+ and Google Books.
Quote:
Originally Posted by JimmXinu View Post
Good catch--I stopped thinking about it after figuring out 'login' worked, but clearly that was the wrong approach. Thanks for figuring this out.

Attached is a version that instead does an is_adult check if the story doesn't appear on the author list.

A logged in user with a particularly low setting (say FR7) will trigger it for non-adult stories, but I'm prepared to live with that.
That works nicely, thanks
Feynor is offline  
Old 11-27-2013, 09:13 PM   #2195
canadianfolk
Junior Member
canadianfolk began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Sep 2010
Device: Sony eReader PRS-650, iPad2
Hello, I hope I'm in the right spot. Can this site be added:
http://www.extraordinarylines.com/index.php

Last edited by canadianfolk; 11-27-2013 at 09:15 PM.
canadianfolk is offline  
Old 11-28-2013, 03:59 PM   #2196
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: 7,025
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by canadianfolk View Post
Hello, I hope I'm in the right spot. Can this site be added:
http://www.extraordinarylines.com/index.php
That site could be supported if somebody wants to write an adapter, but it's pretty small, not many stories.
JimmXinu is offline  
Old 11-30-2013, 05:53 PM   #2197
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: 7,025
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Here's a test version with some updates for the German translations plus a fix for finding existing stories by identifer:url.

Let me know if you have problems with it.

UPDATE Dec 2, 2013 - Remove obsolete beta versions

Last edited by JimmXinu; 12-02-2013 at 01:51 PM. Reason: Remove obsolete beta versions
JimmXinu is offline  
Old 12-02-2013, 08:25 AM   #2198
DavidBrookes
Member
DavidBrookes began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Apr 2013
Device: None
I am not sure if this is a problem with Calibre or with the FanFictionDowloader plugin but when I went to update my FanFiction.Net library tonight (what I normally do is copy and paste all of my bookmarked pages into a text file and then copy then into the plugin so it can determine what has been updated and add any new stories plus let me know at the end what stories have been removed) but tonight it claim that there were 3218 out of 3220 stories to be updated/added and I know that there have not that many emails from FanFiction.Net nor new stories. It did something similar last week but that was mainly author name changes that updated for a few more than usual. I have attached how I have setup the FanFictionDownloader plugin in .jpg format and a copy of the personal.ini file as well. I am going to try with another site to see if I get the same result.
Attached Thumbnails
Click image for larger version

Name:	2-12-2013 9-18-11 PM.jpg
Views:	182
Size:	66.1 KB
ID:	116090  
Attached Files
File Type: txt Personal.ini.txt (3.7 KB, 151 views)
DavidBrookes is offline  
Old 12-02-2013, 09:11 AM   #2199
DavidBrookes
Member
DavidBrookes began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Apr 2013
Device: None
Quote:
Originally Posted by DavidBrookes View Post
I am not sure if this is a problem with Calibre or with the FanFictionDowloader plugin but when I went to update my FanFiction.Net library tonight (what I normally do is copy and paste all of my bookmarked pages into a text file and then copy then into the plugin so it can determine what has been updated and add any new stories plus let me know at the end what stories have been removed) but tonight it claim that there were 3218 out of 3220 stories to be updated/added and I know that there have not that many emails from FanFiction.Net nor new stories. It did something similar last week but that was mainly author name changes that updated for a few more than usual. I have attached how I have setup the FanFictionDownloader plugin in .jpg format and a copy of the personal.ini file as well. I am going to try with another site to see if I get the same result.
Update: Issue seems to only occurring with FanFiction.Net as I am having no problems with updating my Twisting the Hellmouth library. I am going to try with a couple of other sites as well.
DavidBrookes is offline  
Old 12-02-2013, 12:20 PM   #2200
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: 7,025
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by DavidBrookes View Post
I am not sure if this is a problem with Calibre or with the FanFictionDowloader plugin but when I went to update my FanFiction.Net library tonight (what I normally do is copy and paste all of my bookmarked pages into a text file and then copy then into the plugin so it can determine what has been updated and add any new stories plus let me know at the end what stories have been removed) but tonight it claim that there were 3218 out of 3220 stories to be updated/added and I know that there have not that many emails from FanFiction.Net nor new stories. It did something similar last week but that was mainly author name changes that updated for a few more than usual. I have attached how I have setup the FanFictionDownloader plugin in .jpg format and a copy of the personal.ini file as well. I am going to try with another site to see if I get the same result.
First, I do not recommend using FFDL the way you are. Checking for updates on thousands of stories at once causes excessive traffic on the source site. fanfiction.net in particular has been known to block people's IP address if they generate too much traffic.

Instead, I highly recommend that you 'follow' stories and use the site's email notifications to inform you about updates and then update those specific stories. I also recommend using Update EPUB, not Overwrite, unless you have reason to believe that a particular story has changes in previous chapters.

Also, if the stories to update are already in your library, why keep the URL list somewhere else? FFDL has a feature to update existing books.

I don't know what's caused this behavior for you specifically, but I have a couple ideas.

There have been changes to fanfiction.net lately; they've switched to using https:// URLs instead of http:// and Update and Published dates now include time as well as date.

Also, the last version versions of calibre have had a change to how identifiers (the story URL) are stored. FFDL has had to fall back to matching by title & author which is sufficient in most cases.

The most recently posted test version has fixes for both http vs https and the changes to identifier URLs. You might try it. It will be released for general use shortly--I'm waiting to see if there are any problems reported with the German translation.

I must repeat, doing mass updates like this is not recommended.
JimmXinu is offline  
Old 12-02-2013, 01:50 PM   #2201
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: 7,025
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Another test version before release--this one improved Overwrite if Newer to use time in addition to date when comparing if available (like ffnet has now).

UPDATE Dec 4, 2013 -- Remove obsolete beta versions

Last edited by JimmXinu; 12-04-2013 at 10:03 PM. Reason: Remove obsolete beta versions
JimmXinu is offline  
Old 12-03-2013, 11:01 AM   #2202
ktredshoes
Member
ktredshoes began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Feb 2012
Device: Kindle Oasis (2nd generation), Kindle for Android, Boox Go Color 7
If a site is listed as under consideration, does that mean more information is needed? If so, what's needed? Or does that mean it's in the works, or something else altogether? Specifically, I'm wondering about Trekiverse, which is undergoing a conversion to eFiction, and the new site is listed on the "under consideration" list (at trekiverse.org/efiction). I'm on the archive team working on the conversion, and we anticipate going live with the new site in 7 to 10 days. If FFDL support is in the works, we'd love to be able to mention that in the announcement. Thanks!
ktredshoes is offline  
Old 12-03-2013, 02:04 PM   #2203
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: 7,025
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by ktredshoes View Post
If a site is listed as under consideration...
trekiverse.org/efiction
Basically, "under consideration" means that it's a good candidate, but none of the developers have been interested in coding it yet.

But since it's one of the site admin asking for it this time, I'll add support for trekiverse.org/efiction.
JimmXinu is offline  
Old 12-03-2013, 02:26 PM   #2204
ktredshoes
Member
ktredshoes began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Feb 2012
Device: Kindle Oasis (2nd generation), Kindle for Android, Boox Go Color 7
Quote:
Originally Posted by JimmXinu View Post
Basically, "under consideration" means that it's a good candidate, but none of the developers have been interested in coding it yet.

But since it's one of the site admin asking for it this time, I'll add support for trekiverse.org/efiction.
That's the best news I've had in a week! Thank you! Let me know if any questions come up - it's basically a straight eFiction installation, but there have been some (mostly) minor changes made under the hood.

I should add that learning to use FFDL with Calibre to feed my son's Fanfiction.net habit is actually one of the factors that ultimately led to the Trekiverse conversion to eFiction...so this is pretty cool.

Katie Redshoes
ktredshoes is offline  
Old 12-03-2013, 03:24 PM   #2205
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: 7,025
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Test version with all fixes from before plus first try at support for trekiverse.org/efiction

UPDATE Dec 4, 2013 -- Remove obsolete beta versions

Last edited by JimmXinu; 12-04-2013 at 10:04 PM. Reason: Remove obsolete beta versions
JimmXinu is offline  
Closed Thread


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[GUI Plugin] Count Pages kiwidude Plugins 1849 08-30-2025 01:22 PM
[GUI Plugin] Resize Cover kiwidude Plugins 100 07-10-2025 08:50 AM
[GUI Plugin] Find Duplicates kiwidude Plugins 1124 04-18-2025 09:19 AM
[GUI Plugin] Open With kiwidude Plugins 404 02-21-2025 05:42 AM
[GUI Plugin] Plugin Updater **Deprecated** kiwidude Plugins 159 06-19-2011 12:27 PM


All times are GMT -4. The time now is 12:27 AM.


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