Register Guidelines E-Books Today's Posts Search

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

Notices

Reply
 
Thread Tools Search this Thread
Old 08-29-2015, 02:20 PM   #511
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,974
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by Tanjamuse View Post
I've tested what you posted above and it seems to be working, but now my fandoms no longer show in the correct order.

I have this in my personal.ini:
Code:
keep_in_order_category:true
but the metadata for the fandoms for this story are sorted alphabetically when they show up in Calibre.

http://archiveofourown.org/works/4680278
I don't think it has anything to do recent changes--it has to do with how fandoms and category are used with AO3 (from defaults.ini):

Code:
## AO3 uses the word 'category' differently than most sites.  The
## adapter used to be hardcoded to include the site specific metadata
## fandom in the standard metadata field category.  By making it
## configurable, users can change it.
include_in_category:fandoms
This seems to work:

Code:
keep_in_order_category:true
keep_in_order_fandoms:true
JimmXinu is offline   Reply With Quote
Old 08-29-2015, 02:48 PM   #512
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
Thanks that did the trick.
Tanjamuse is offline   Reply With Quote
Advert
Old 08-30-2015, 02:46 AM   #513
TRexReader
Junior Member
TRexReader began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Jul 2015
Device: Kindle Keyboard 3
Rating Tags?

Hi,

Is there a way to get FFF to add a tag with the fic rating from the sites? Or update a user column with the Rating?
TRexReader is offline   Reply With Quote
Old 08-30-2015, 03:39 AM   #514
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
You can create a custom column called ratings, and then add this in your personal.ini.

Code:
custom_columns_settings:
    rating=>#ratings
Tanjamuse is offline   Reply With Quote
Old 08-30-2015, 09:29 AM   #515
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,974
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by TRexReader View Post
Is there a way to get FFF to add a tag with the fic rating from the sites? Or update a user column with the Rating?
While Tanjamuse is correct, that's not the only way.

If you make a custom column, you can also set to Rating from the drop downs in the Custom Columns tab of FanFicFair config.

To add it to calibre's Tags, in personal.ini under [defaults] you could add:

Code:
[defaults]
add_to_include_subject_tags:,rating
The default value of include_subject_tags is:
Code:
include_subject_tags: extratags, genre, category, characters, ships, status
add_to_ does exactly that: adds it to the end--which is why it needs a leading comma.

If you want to remove some of the default entries while adding rating, use the whole while without add_to_. For example to remove characters and ships:

Code:
[defaults]
include_subject_tags: extratags, genre, category, status, rating
JimmXinu is offline   Reply With Quote
Advert
Old 08-30-2015, 10:39 AM   #516
TRexReader
Junior Member
TRexReader began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Jul 2015
Device: Kindle Keyboard 3
Thank you both helping me out.

This worked perfectly, I can't believe I never noticed that tab in the config. I'm probably going to go user column crazy now!

Quote:
Originally Posted by JimmXinu View Post
If you make a custom column, you can also set to Rating from the drop downs in the Custom Columns tab of FanFicFair config.
TRexReader is offline   Reply With Quote
Old 08-30-2015, 03:18 PM   #517
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 don't know what happened but FFF no longer picks up my username and password in the personal.ini for elysian fields.

here's a link: http://dark-solace.org/elysian/views...ze=0&chapter=1
Tanjamuse is offline   Reply With Quote
Old 08-31-2015, 09:38 AM   #518
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,974
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New test version posted (direct link).

2015-08-31
- New site: quotev.com - Thanks, cryzed!
- Couple minor fixes
JimmXinu is offline   Reply With Quote
Old 08-31-2015, 10:29 AM   #519
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
Your new test-version doesn't help with the problem I mentioned above.

I don't know if it's the site or the plugin but I have my username and password (twice) in my personal.ini and it still doesn't pick it up.

I've tried removing and replacing it in different places in the personal.ini but it still doesn't work.

I downloaded a story I needed username and password for last wednesday (26. august) without any trouble.

Here's another link:

http://dark-solace.org/elysian/viewstory.php?sid=3951
Tanjamuse is offline   Reply With Quote
Old 08-31-2015, 10:47 AM   #520
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,974
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by Tanjamuse View Post
Your new test-version doesn't help with the problem I mentioned above.
I haven't gotten to that issue yet. It looks like the site changed their login in some fashion.
JimmXinu is offline   Reply With Quote
Old 08-31-2015, 02:49 PM   #521
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,974
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New test version posted (direct link).

2015-08-31
- New site: quotev.com - Thanks, cryzed!
- Couple minor fixes

2015-08-31 (again)
- Convert dark-solace.org to eFiction Base adapter to fix user login problem.
- In XenForum Base adapter, convert #post-12345 anchor chapter URLs to permalink URLs before fetching chapter. For problems with some stories linking to posts by the wrong page.
JimmXinu is offline   Reply With Quote
Old 08-31-2015, 03:10 PM   #522
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 fix for Elysian Fields works like a dream. Thanks for the quick work.
Tanjamuse is offline   Reply With Quote
Old 08-31-2015, 04:23 PM   #523
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,974
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New test version posted (direct link).

2015-08-31
- New site: quotev.com - Thanks, cryzed!
- Couple minor fixes

2015-08-31 (again)
- Convert dark-solace.org to eFiction Base adapter
- In XenForum Base adapter, convert #post-12345 anchor chapter URLs to permalink URLs before fetching chapter. For problems with some stories linking to posts by the wrong page.

2015-08-31 (yet again)
- On UnNew of an anthology, also update individiual toc.ncx files used for EpubMerge UnMerge.

This is the last test version I have planned for today.
JimmXinu is offline   Reply With Quote
Old 09-01-2015, 02:31 PM   #524
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
Do anyone know if I can change font type in the epub depending on a setting in FFF?
Tanjamuse is offline   Reply With Quote
Old 09-01-2015, 02:47 PM   #525
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,974
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by Tanjamuse View Post
Do anyone know if I can change font type in the epub depending on a setting in FFF?
You can customize the EPUB CSS in personal.ini.

You can add a CSS setting to change the font family for the body:

Code:
body { font-family: "Times New Roman", Times, serif; }
What fonts are available and how they are interpreted depends on your book reader.
JimmXinu is offline   Reply With Quote
Reply

Tags
fanfiction


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[GUI Plugin] KindleUnpack - The Plugin DiapDealer Plugins 523 07-15-2025 06:45 PM
[GUI Plugin] Open With kiwidude Plugins 404 02-21-2025 05:42 AM
[GUI Plugin] Marvin XD Philantrop Plugins 126 01-29-2017 12:48 PM
[GUI Plugin] KiNotes -axel- Plugins 0 07-14-2013 06:39 PM
[GUI Plugin] Plugin Updater **Deprecated** kiwidude Plugins 159 06-19-2011 12:27 PM


All times are GMT -4. The time now is 11:24 AM.


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