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 07-12-2012, 01:39 PM   #571
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,981
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Everybody,

I'm working on support for multiple authors per story.

I know about archiveofourown.org and wraithbait.com. But do any of the other sites allow it?

Thanks,

Jim
JimmXinu is offline  
Old 07-12-2012, 02:35 PM   #572
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,981
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
BTW, I forgot to say: please include at least one example URL of a story with multiple authors for each site.

Thanks,

Jim
JimmXinu is offline  
Old 07-12-2012, 02:48 PM   #573
ilovejedd
hopeless n00b
ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.
 
ilovejedd's Avatar
 
Posts: 5,110
Karma: 19597086
Join Date: Jan 2009
Location: in the middle of nowhere
Device: PW4, PW3, Libra H2O, iPad 10.5, iPad 11, iPad 12.9
Found a bug with the dramione.org site adapter. Lines 231 and 235 replaces August with Auguth which generates the following error:
Quote:
time data '1th Auguth 2011' does not match format '%dth %m %Y'
Code:
230:            if 'Published' in label:
231:                value=value.replace('st','th').replace('nd','th').replace('rd','th')
232:                self.story.setMetadata('datePublished', makeDate(stripHTML(value), self.dateformat))
            
234:            if 'Updated' in label:
235:                value=value.replace('st','th').replace('nd','th').replace('rd','th')
236:                self.story.setMetadata('dateUpdated', makeDate(stripHTML(value), self.dateformat))
ilovejedd is offline  
Old 07-12-2012, 02:55 PM   #574
rlh3
Connoisseur
rlh3 began at the beginning.
 
Posts: 57
Karma: 10
Join Date: Jul 2012
Device: iPad
Quote:
Originally Posted by iatheia View Post
How about that - if you ask the admins of those sites and they okay it, I'll consider it =)
Permission received, I sent a copy of the email to you in a PM. (I did not feel comfortable posting an outside email to the board.)
rlh3 is offline  
Old 07-12-2012, 04:24 PM   #575
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,981
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by ilovejedd View Post
Found a bug with the dramione.org site adapter. Lines 231 and 235 replaces August with Auguth which generates the following error:
That's easy enough to fix. I don't think iatheia reaches for regexp nearly as readily as I do.

I've updated the test version on the earlier post. Give it a try.

(I'm trying to get it down to only doing one release a week except for major bugs.)
JimmXinu is offline  
Old 07-12-2012, 04:43 PM   #576
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,538
Karma: 78910202
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
Quote:
Originally Posted by JimmXinu View Post
(I'm trying to get it down to only doing one release a week except for major bugs.)
Slacking off!
PeterT is offline  
Old 07-12-2012, 04:53 PM   #577
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,981
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by PeterT View Post
Slacking off!
JimmXinu is offline  
Old 07-12-2012, 05:13 PM   #578
Firedancer885
Occassional Beta Tester
Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.Firedancer885 can teach chickens to fly.
 
Posts: 284
Karma: 3516
Join Date: Nov 2010
Location: Hungary
Device: none
Thumbs up

Quote:
Originally Posted by JimmXinu View Post
I've changed the wraithbait.com adapter to use the more featured html parser and attached it to the earlier post.

Try it out and see if a) it fixes that story and b) if it breaks any others.

Jim
Thank you very much It fixed the story. I'll be on the lookout for other problems.
Firedancer885 is offline  
Old 07-12-2012, 08:23 PM   #579
iatheia
Zealot
iatheia has become one with the cosmosiatheia has become one with the cosmosiatheia has become one with the cosmosiatheia has become one with the cosmosiatheia has become one with the cosmosiatheia has become one with the cosmosiatheia has become one with the cosmosiatheia has become one with the cosmosiatheia has become one with the cosmosiatheia has become one with the cosmosiatheia has become one with the cosmos
 
Posts: 139
Karma: 21754
Join Date: Mar 2011
Device: Kindle 3, Icarus Illumina XL, Boyue T62
Quote:
Originally Posted by rlh3 View Post
Permission received, I sent a copy of the email to you in a PM. (I did not feel comfortable posting an outside email to the board.)
I am going to assume same person is in charge of both of these?
iatheia is offline  
Old 07-12-2012, 09:19 PM   #580
rlh3
Connoisseur
rlh3 began at the beginning.
 
Posts: 57
Karma: 10
Join Date: Jul 2012
Device: iPad
Quote:
Originally Posted by iatheia View Post
I am going to assume same person is in charge of both of these?
Yes, they are owned by hte same person, the content is different.
rlh3 is offline  
Old 07-13-2012, 01:43 AM   #581
iatheia
Zealot
iatheia has become one with the cosmosiatheia has become one with the cosmosiatheia has become one with the cosmosiatheia has become one with the cosmosiatheia has become one with the cosmosiatheia has become one with the cosmosiatheia has become one with the cosmosiatheia has become one with the cosmosiatheia has become one with the cosmosiatheia has become one with the cosmosiatheia has become one with the cosmos
 
Posts: 139
Karma: 21754
Join Date: Mar 2011
Device: Kindle 3, Icarus Illumina XL, Boyue T62
@rlh3

Well, I have the working version of the adapter for the finestories.com, which should be available with the next update. The other one... I'd really rather not touch. It wouldn't be that hard to modify if you ever feel up to it, but, yeah.
iatheia is offline  
Old 07-13-2012, 12:40 PM   #582
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,981
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Test version with multiple author support.

Currently multiple author supported for AO3, TtH and wraithbait.com. More will be added as we become aware that they use multiple author.

'Existing' check now looks for identifier url first, then title/author match. Declines to do title/author search when more than 100 authors.

Give it a spin, see what you think.

Now includes fix for latest ffnet change, too.

Now includes new sites finestories.com, www.hpfanficarchive.com, svufiction.com, www.twilightarchives.com and www.wizardtales.net.

Now includes ability to call 'Count Pages' plugin on new/update. Requires Count Pages 1.6.0 or better.

Update for fix for finestories.com urls

I'd really like to hear back from some testers before pushing these changes out to everyone.

Last edited by JimmXinu; 07-15-2012 at 06:47 PM. Reason: Remove obsolete beta versions
JimmXinu is offline  
Old 07-13-2012, 03:19 PM   #583
doudda
Enthusiast
doudda began at the beginning.
 
Posts: 27
Karma: 10
Join Date: May 2011
Device: Kindle
Hi!
First I just wanna say that I love this plug-in. It's the perfect way to backup all may favourite fanfics and send to kindle.

Anyway ... I don't know if you have noticed it yet, but with all the changes going on fanfiction.net, now when I download the metadata #characters I get the number of favs. Just to let you know.

Thanks for your work.
doudda is offline  
Old 07-13-2012, 03:25 PM   #584
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,981
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
@doudda - ffnet continues to tweak things. Can you give an example URL of a story that has that problem?
JimmXinu is offline  
Old 07-13-2012, 03:38 PM   #585
doudda
Enthusiast
doudda began at the beginning.
 
Posts: 27
Karma: 10
Join Date: May 2011
Device: Kindle
I've been downloading some Stargate Atlantis stories. Here's an example:
www.fanfiction.net/s/6951286/1/
doudda is offline  
Closed Thread


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[GUI Plugin] Resize Cover kiwidude Plugins 100 07-10-2025 08:50 AM
[GUI Plugin] Count Pages kiwidude Plugins 1844 05-25-2025 11:24 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 08:22 AM.


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