|
|
#151 |
|
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Mar 2026
Device: Kobo Libra
|
I've been following the instructions from this website to set up my FFF.
https://maelstrom.quest/2026/02/24/calibre-fff-guide/ |
|
|
|
|
|
#152 | |
|
Zealot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 143
Karma: 295674
Join Date: Jul 2021
Device: iPhone
|
Quote:
|
|
|
|
|
|
|
#153 | |
|
Custom User Title
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 11,810
Karma: 83109135
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
Quote:
![]() Sadly AO3's still having issues so it'll be weird until ts resolved. |
|
|
|
|
|
|
#154 | |
|
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 83,872
Karma: 153649587
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
|
|
|
|
|
|
|
#155 |
|
Custom User Title
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 11,810
Karma: 83109135
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
If you use Generate Covers, this will adjust your cover profile based on the length of a title - no need to regenerate when the text runs off the image
![]() Code:
[archiveofourown.org]
generate_cover_settings:
${title} => .{1,18} => AO3-ShortTitle
${title} => .{60,} => AO3-SmallText
${title} => .{30,} => AO3-MediumText
|
|
|
|
|
|
#156 |
|
Junior Member
![]() Posts: 9
Karma: 10
Join Date: Sep 2025
Device: Android S24FE
|
Help with FanFicFare: Generating "post-footer" discussion links for XenForo forums
I’m trying to configure FanFicFare to automatically add a "View Discussion" link to the end of each chapter when downloading from XenForo-based forums (like Sufficient Velocity, Spacebattles, or Questionable Questing).
These forums have a native feature where adding #post-footer-[post_id] to the end of a thread URL takes you directly to the discussion immediately following that chapter's post. For example, if the story URL is: https://forums.sufficientvelocity.co...-title.114834/ And the chapter post ID is 27101733, the discussion link looks like this: https://forums.sufficientvelocity.co...ooter-27101733. In the thread url, it doesn't technically need the title, just the id number, like so: https://forums.sufficientvelocity.com/threads/114834/. Currently, I use chapter_start to add a standard chapter link, which works perfectly: Code:
[epub]
chapter_end:<p class="skip_on_ffdl_update"><a class="small" href="${url}">Chapter Link</a></p>
</body>
</html>
Code:
[forums.sufficientvelocity.com]
add_to_replace_metadata:
url=>#post-(\d+)=>#post-footer-\1
chapter_end:<p class="skip_on_ffdl_update"><a class="small" href="${url}">View Discussion</a></p>
</body>
</html>
Code:
[epub]
chapter_end:<p class="skip_on_ffdl_update"><a class="small" href="${storyUrl}">Chapter Link</a></p>
</body>
</html>
Code:
<p class="skip_on_ffdl_update"><a class="small" href="">Chapter Link</a></p> </body> </html> Any help or guidance would be greatly appreciated! A pointer towards a list of valid metakeys might be helpful too, couldn't find one anywhere. |
|
|
|
|
|
#157 |
|
Junior Member
![]() Posts: 9
Karma: 10
Join Date: Sep 2025
Device: Android S24FE
|
It seems like this isn't actually possible to do with 100% accuracy, as posts which aren't on the first page of a thread require a page number which can be changed by individual user settings or an author moving things around.
|
|
|
|
|
|
#158 |
|
Junior Member
![]() Posts: 1
Karma: 10
Join Date: Jun 2026
Device: Kobo Clara BW
|
I have noticed that if the ao3categories is empty from ao3.com, FanFicFare seems to fill the field/column with the fandom(s). Does anyone know how to stop this? I have not made any changes to the personal.ini other that point ao3categories to a custom column.
|
|
|
|
|
|
#159 | |
|
Zealot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 143
Karma: 295674
Join Date: Jul 2021
Device: iPhone
|
Quote:
Code:
## Some adapters collect additional meta information beyond the ## standard ones. They need to be defined in extra_valid_entries to ## tell the rest of the FanFicFare system about them. They can be ## used in include_subject_tags, titlepage_entries, ## extra_titlepage_entries, logpage_entries, extra_logpage_entries, ## and include_in_* config items. You can also add additional entries ## here to build up composite metadata entries. ## archiveofourown.org, for example, fills genre (a standard ## entry) as the composite offreeformtags, ao3categories in ## include_in_genre. If there's ever more than 4 series, add ## series04,series04Url etc. ## AO3 doesn't have anything it calls 'genre'. The adapter used to be ## hardcoded to include the site specific metadata freeformtags & ## ao3categories in the standard metadata field genre. By making it ## configurable, users can change it. include_in_genre: genre, freeformtags, ao3categories |
|
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Library management issues after editing metadata | dra | Library Management | 26 | 04-11-2020 05:10 PM |
| Best strategy for metadata management for Kobo using Calibre? | ceridwen | Kobo Developer's Corner | 16 | 05-13-2019 02:51 AM |
| Will automatic metadata management also transfer updated cover images to device? | TheSacredSoul | Library Management | 2 | 01-11-2013 06:05 AM |
| Metadata Management on Android not working? | TheStretchedElf | Devices | 0 | 08-08-2012 09:10 AM |
| Automatic Metadata Management | gxxshock | Calibre | 2 | 12-28-2008 12:48 PM |