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 10-11-2014, 10:23 PM   #3391
Linwe
Enthusiast
Linwe began at the beginning.
 
Posts: 30
Karma: 10
Join Date: Jun 2012
Device: Kindle & Kindle 4
Hello all! Hoping someone can help me with what is (I hope) a simple status tag addition. I currently have several OLD stories that have been discontinued but are too good to delete. I'd like to be able to label them with the status "Discontinued" in my status column, but the only available options are, of course, In-progress and Complete.

Is this possible and if so, how can it be done?

Much thanks!
Linwe is offline  
Old 10-11-2014, 11:14 PM   #3392
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,024
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by Linwe View Post
Hello all! Hoping someone can help me with what is (I hope) a simple status tag addition. I currently have several OLD stories that have been discontinued but are too good to delete. I'd like to be able to label them with the status "Discontinued" in my status column, but the only available options are, of course, In-progress and Complete.
You don't need FFDL to do that. Just change the tag In-progress to Discontinued manually.
JimmXinu is offline  
Old 10-11-2014, 11:37 PM   #3393
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,024
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by firefoxxy View Post
Thank you, Jimm! Works perfectly now.

I've got another question: When downloading a story from A3 sometimes the ship-tag "Harry Potter/Severus Snape" or even "Harry/Severus" is there, but not "Harry Potter" and "Severus Snape" as character-tags. I would like to have the ship as "Harry/Severus" (which works) plus the characters extracted as single tags ("Harry Potter", "Severus Snape") Is this possible?

I've got this in my ini-file:
Code:
[archiveofourown.org]
sort_ships:true
replace_metadata:
 category=>Harry Potter.*=>Harry Potter Works
 characters=>Harry=>Harry Potter
 characters=>Severus=>Severus Snape
 ships=>Harry Potter/Severus Snape=>Harry/Severus
What do I have to add here? Thanks again for any hints in advance.
Dump them all in tags and not worry about it so much? (As long as AO3 allows free form tags, you're never going to get perfectly normalized metadata.)

Set the values in your columns manually for new stories and then don't update those columns automatically?

It might be possible to do automatically, but it would require some experimentation with regular expressions. Here's one possibility:

Code:
[archiveofourown.org]
include_in_characters: characters, ships

replace_metadata:
 characters=>([^/]+)/([^/]+)/([^/]+)/(.+)=>\1\,\2\,\3,\4
 characters=>([^/]+)/([^/]+)/(.+)=>\1\,\2\,\3
 characters=>([^/]+)/(.+)=>\1\,\2
 ...
Dealing with more than 4-way ships is left as an exercise for the reader.
JimmXinu is offline  
Old 10-12-2014, 12:09 PM   #3394
shion002
Junior Member
shion002 began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Oct 2014
Device: kindle
looking for Version 2.0.5

Hello! I was half-asleep when updating to the newest version so I didn't notice it wasn't compatible with my version of calibre (Mac OS X 10.6.8) and accidentily deleted the plug-in.

Does anyone know where I can get Version 2.0.5?
shion002 is offline  
Old 10-12-2014, 12:37 PM   #3395
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,024
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by shion002 View Post
Hello! I was half-asleep when updating to the newest version so I didn't notice it wasn't compatible with my version of calibre (Mac OS X 10.6.8) and accidentily deleted the plug-in.

Does anyone know where I can get Version 2.0.5?
There weren't any changes to the OS requirements between FFDL 2.0.5 and the current version. FFDL 2.0.4 did allow older versions of calibre 1.X, but was changed in 2.0.5 because of issues with older calibre 1.X versions.

I'd suggest updating to the most recent calibre version.
JimmXinu is offline  
Old 10-12-2014, 12:55 PM   #3396
shion002
Junior Member
shion002 began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Oct 2014
Device: kindle
Quote:
Originally Posted by JimmXinu View Post
There weren't any changes to the OS requirements between FFDL 2.0.5 and the current version. FFDL 2.0.4 did allow older versions of calibre 1.X, but was changed in 2.0.5 because of issues with older calibre 1.X versions.

I'd suggest updating to the most recent calibre version.
I can't use the update function in calibre, because the newest version will not work on my OS. But following your advise (thank you very much), I checked if there was a "newer" version that still worked for my OS than what I had currently installed. And there was! (I'm feeling really, really stupid right now.)

For anyone else who might have the same problem:
calibre 1.48 is the last one that works for Mac OS X 10.5 or 10.6 but you can still install the current plug-in version of fanfiction-downloader.

Again, thank you very much for your help.
shion002 is offline  
Old 10-12-2014, 03:03 PM   #3397
Tanjamuse
Wizard
Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!
 
Posts: 1,327
Karma: 5306
Join Date: Jan 2014
Device: none
I keep getting the following error:

Quote:
calibre, version 2.4.0
ERROR: Unhandled exception: <b>UnicodeDecodeError</b>:'utf8' codec can't decode byte 0xf8 in position 36: invalid start byte

calibre 2.4 isfrozen: True is64bit: False
Windows-7-6.1.7601-SP1 Windows ('32bit', 'WindowsPE')
32bit process running on 64bit windows
('Windows', '7', '6.1.7601')
Python 2.7.8
Windows: ('7', '6.1.7601', 'SP1', 'Multiprocessor Free')
Successfully initialized third party plugins: FanFictionDownLoader && EpubMerge && Count Pages && Generate Cover && Read MP3 AudioBook metadata && User Category && Find Duplicates && Reading List && Wiki Reader && Modify ePub
Traceback (most recent call last):
File "calibre_plugins.fanfictiondownloader_plugin.dialo gs", line 610, in do_loop
UnicodeDecodeError: 'utf8' codec can't decode byte 0xf8 in position 36: invalid start byte
I already have the following in my personal.ini:

Quote:
website_encodings: utf8, Windows-1252, iso8859-1
This is getting a bit annoying ... I download batch from the following link:

http://archiveofourown.org/tags/Harry%20Potter%20-%20J*d*%20K*d*%20Rowling/works?commit=Sort+and+Filter&page=21&utf8=%E2%9C%9 3&work_search[complete]=0&work_search[language_id]=1&work_search[other_tag_names]=&work_search[query]=&work_search[rating_ids][]=9&work_search[sort_column]=revised_at
Tanjamuse is offline  
Old 10-12-2014, 03:44 PM   #3398
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,024
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by Tanjamuse View Post
I keep getting the following error:
I don't see that error using the same story list URL and the default encoding list ("utf8","Windows-1252").

However, I have no way of knowing if the story list I get from that URL is the same as the one you get. It would help if you could isolate an individual story that exhibits the problem.
JimmXinu is offline  
Old 10-12-2014, 03:45 PM   #3399
Tanjamuse
Wizard
Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!
 
Posts: 1,327
Karma: 5306
Join Date: Jan 2014
Device: none
The weird thing is it doesn't happen everytime.

Just sometimes, and I have no idea why it's only that.
Tanjamuse is offline  
Old 10-19-2014, 04:02 PM   #3400
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.
Ficwad adapter is broken

Just a heads up. Ficwad changed their layout, and adapter is broken as a result.

Any story should trigger the failure to update.
Feynor is offline  
Old 10-19-2014, 10:51 PM   #3401
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,024
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by Feynor View Post
Just a heads up. Ficwad changed their layout, and adapter is broken as a result.

Any story should trigger the failure to update.
Thanks for the heads up. I should have time to look at it tomorrow.
JimmXinu is offline  
Old 10-20-2014, 12:56 AM   #3402
hleo12
Guru
hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.hleo12 ought to be getting tired of karma fortunes by now.
 
hleo12's Avatar
 
Posts: 655
Karma: 5078890
Join Date: Feb 2014
Device: Kobo Glo (deceased), Kindle 4th, Kindle Basic 10th Generation
Archiveofourown is displaying a banner about some donations and that banner is currently being downloaded as the synopsis/summary of every fic...
hleo12 is offline  
Old 10-20-2014, 01:52 PM   #3403
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,024
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Test Version

Attached is a test version that I think addresses the problems with both ficwad and AO3.

Please let me know both if you have problems or if it works correctly for you.

UPDATE: changes in released version.

Last edited by JimmXinu; 10-20-2014 at 06:13 PM. Reason: Remove obsolete beta versions
JimmXinu is offline  
Old 10-20-2014, 02:01 PM   #3404
Tanjamuse
Wizard
Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!Tanjamuse , Klaatu Barada Niktu!
 
Posts: 1,327
Karma: 5306
Join Date: Jan 2014
Device: none
It seems to have done the trick for AO3 ... Thanks a bunch
Tanjamuse is offline  
Old 10-20-2014, 02:54 PM   #3405
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
Quote:
Originally Posted by JimmXinu View Post
Attached is a test version that I think addresses the problems with both ficwad and AO3.

Please let me know both if you have problems or if it works correctly for you.
It looks like it solved the AO3 banner problem.
Firedancer885 is offline  
Closed Thread


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[GUI Plugin] Count Pages kiwidude Plugins 1847 Today 08:20 AM
[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 09:25 AM.


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