View Single Post
Old 12-15-2014, 08:58 PM   #3586
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,045
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by ThatLibraryRat View Post
Thank you for creating this useful plugin!
Glad you like it.

Quote:
Originally Posted by ThatLibraryRat View Post
I have a weird problem with it lately.
...
Code:
Traceback (most recent call last):
  File "calibre_plugins.fanfictiondownloader_plugin.dialogs", line 610, in do_loop
UnicodeDecodeError: 'utf8' codec can't decode byte 0xfb in position 41: invalid start byte
Unfortunately, that's a UTF8 decoding error that's occurring in the error handling code as tries to tell you what the problem is. So it's not actually saying where the problem is at all.

But one fairly strong candidate for problem is incorrectly encoded UTF8 in the source story. If you can post the URL for the particular story that causes this it would help a lot.

Quote:
Originally Posted by ThatLibraryRat View Post
It's most annoying when trying to check the update of my extensive (a little over 800) library.
I strongly discourage FFDL users from using this plugin to check for updates on large numbers of stories. That causes a lot of extra network traffic on the fanfic sites and costs them and you (if you have limited Internet).

Instead, I suggest that you go to the sites you read stories from and subscribe (or follow, or alert; whatever the sites call it) the authors or stories you read so that you get an email when there are updates and then update only the stories that have updates. You can update existing books by dragging or copying the story URLs as if they were new.

Quote:
Originally Posted by ThatLibraryRat View Post
Also, does anyone know how to create a column to see witch epub was created with FanFictionDownloader or not?
It would help with my management =)
By default, FFDL adds the tag 'FanFiction' to most of its output books. You can also look at the Publisher field for fanfic site names.

FFDL has a tab in its config dedicated to setting values into custom columns for you. If none of those will work for you, look for the comments with the custom_columns_settings setting in defaults.ini (button at the bottom of personal.ini tab).
JimmXinu is offline