|
|
#136 | |
|
Zealot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 139
Karma: 295674
Join Date: Jul 2021
Device: iPhone
|
Quote:
|
|
|
|
|
|
|
#137 | |
|
Member
![]() Posts: 10
Karma: 10
Join Date: Mar 2025
Device: Kobo Clara BW, KLC, Boox GC7v1, Palma 1, Kindle PW11SE, Basic 22
|
Quote:
I thought I'd read every post in this thread; I don't know how I missed that
|
|
|
|
|
|
|
#138 |
|
Zealot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 139
Karma: 295674
Join Date: Jul 2021
Device: iPhone
|
personal.ini and Calibre config as of September 2025
Sharing my current personal.ini again since I made a bunch of changes some time ago and never bothered to make a proper post on this thread.
(I don't use the Generate Cover plugin anymore so no more updates for that. Old post with my settings.)
Template fields in your custom column settings
getWordCountGroup template function (To edit, go to Preferences -> Template functions) Spoiler:
[OPTIONAL] The Date Modified custom column shown on the tag browser Spoiler:
Last edited by culytera; 10-06-2025 at 12:33 AM. Reason: Changed Last Modified preferences |
|
|
|
|
|
#139 | ||
|
Custom User Title
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 11,595
Karma: 81412473
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
Some advice copied from the FanFicFare thread on extracting specific chapters as seperate oneshots. This is helpful to know for the various -tober challenges, or just the multifandom oneshot collections.
Quote:
Quote:
|
||
|
|
|
|
|
#140 |
|
Junior Member
![]() Posts: 1
Karma: 10
Join Date: Sep 2025
Device: Kobo
|
Figuring my way out with FanFicFare
I've created a custom column titled "Genre" that I'm trying to just auto-fill with "FanFiction" for everything I'm importing via FanFicFare. I've tried a number of commands but nothing seems to work for me. Anyone have any ideas? I'm greying hairs as we speak.
Sorry if my formatting is wrong. First time posting! Attempts: 1. include_in_genre:Fanfiction - resulted in a blank column ![]() 2. add_to_custom_columns_settings: status=>#genre replace_metadata: status=>^Completed$=>FanFiction status=>^In-Progress$=>FanFiction - my attempt at hijacking "status" which I'm currently not using and converting it all to just output "FanFiction" - didn't work when I had it under [archiveofourown.org], and when I put it under [defaults], it didn't replace with "Fanfiction" but it did populate tge "Genre" column with the actual status (Completed/In-Progress) |
|
|
|
|
|
#141 | |
|
Zealot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 139
Karma: 295674
Join Date: Jul 2021
Device: iPhone
|
Quote:
Code:
add_to_custom_columns_settings: extratags=>#genre |
|
|
|
|
|
|
#142 |
|
Connoisseur
![]() Posts: 64
Karma: 72
Join Date: May 2012
Device: Kindle Oasis, Scribe, Paperwhite // Boox Palma, Tab Mini // Supernote
|
For the most part all of my fanfic downloads are of a particular ship (ex. CharA/CharB), so I have it set up for my titlepage to only list side pairings as "Additional Relationships" by including the following in my personal.ini:
Code:
titlepage_entries:ships ships_label:Additional Relationships exclude_metadata_pre: ships==CharA/CharB ships==CharB/CharA culytera's post of a "first_ship" list item got me thinking.....is it possible to do a "Main Pairing" from the first entry in the AO3 metadata ship list, and a "Side Pairing" list from the remaining ship entries? |
|
|
|
|
|
#143 |
|
Junior Member
![]() Posts: 3
Karma: 10
Join Date: Oct 2025
Device: Kindle
|
So I've got fics in a fandom that involves a LOT of long names. I'd like to replace them with initials in some way, in shipping tags most of all (which can get ridiculous with specifying stances of a character). is there a way to do that in personal.ini, or later through calibre metadata editing?
|
|
|
|
|
|
#144 |
|
Custom User Title
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 11,595
Karma: 81412473
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
replace_metadata your friend!
|
|
|
|
|
|
#145 |
|
Junior Member
![]() Posts: 3
Karma: 10
Join Date: Oct 2025
Device: Kindle
|
yeah, but like.... how? how do I regex that? i am a n00b, and i'm scared :C is there an example code I can follow?
|
|
|
|
|
|
#146 |
|
Junior Member
![]() Posts: 3
Karma: 10
Join Date: Oct 2025
Device: Kindle
|
Update on my name metadata stuff for fandoms/ships: at one point I tried removing all lowercase characters, which worked in creating nothing but uppercase initials, but didn't work in that the chinese and korean novels that needed it most usually have compound names that get westernized into a single word, making them harder to recognize at a glance. So I went for a manual listing of the worst names involved.
I've got a question now that's a little more complex: I've successfully arranged my #fandom tags under major categories like "Anime", "Novels" etc, which I used for a device template that would create folders and subfolders when sending wirelessly. For example: Anime -> Dragon Ball -> Mythic Descent - Dragoness Eclectic.epub But when sending to device I've found that crossovers end up creating their own folders? Instead of putting the fic in question into a folder for one or the other. For example, a Bleach/Naruto crossover gets put into a "Bleach, Naruto" folder instead of going into either the "Bleach" or the "Naruto" folder. Ideally there would be a copy of the fanfic in question on each folder, but I personally don't care where the fic goes so long as it doesn't make a redundant folder about it. Any suggestions on how to handle crossovers? Here's the templates for the columns I used: Top category (topcat): Code:
{#fandom:re((\w)\.(.*),\1)}
Code:
{#fandom:subitems(1,0)}
Code:
{#topcat}/{#subcat1}/{title} - {authors}
|
|
|
|
|
|
#147 |
|
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Mar 2026
Device: Kobo Libra
|
AO3 FFF issues
Hello, this is my first time using FFF and I've been running into a bunch of errors.
I checked the ao3 status page and it says the outage is resolved now so I believe the issues I'm running into is unrelated to it. Every time I try to download by URL (with only one URL) I'm given one of these 3 errors: HTTP Error in FFF '525 Server Error: <none> for url: https://archiveofourown.org/works/44...igate'(525) HTTP Error in FFF '403 Client Error: Forbidden for url: https://archiveofourown.org/users/login'(403) HTTP Error in FFF '403 Client Error: Forbidden for url: https://archiveofourown.gay/users/login'(403) |
|
|
|
|
|
#148 |
|
Bibliophagist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 50,691
Karma: 178402706
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
I tried downloading the first book in your list using the latest update to FFF from the URL: "https://archiveofourown.org/works/44936056/" dumping the "navigate'(525" from the posted link and it worked without any problems. Your next two URLs point to the AO3 login page so aren't much use for testing.
This may not be much help to you since we are using different computer, ISPs, etc. Spoiler:
Last edited by DNSB; Yesterday at 04:12 PM. |
|
|
|
|
|
#149 |
|
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Mar 2026
Device: Kobo Libra
|
Is there anyway for me to look into why it's not downloading for me? I'm not using any VPN.
If it makes a difference, every time it shows it's downloading, my mouse turns into the spinner and the application is marked as not responding. EDIT: got the third error again: ``` Spoiler:
Last edited by theducks; Yesterday at 04:22 PM. Reason: Please SPOILER Logs |
|
|
|
|
|
#150 |
|
Bibliophagist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 50,691
Karma: 178402706
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
I'm using FFF with the defaults untouched on Windows. I'm wondering if you have configured FFF with a login for archiveofourown.gay? I've never used that site so have nothing set for it.
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Library management issues after editing metadata | dra | Library Management | 26 | 04-11-2020 06:10 PM |
| Best strategy for metadata management for Kobo using Calibre? | ceridwen | Kobo Developer's Corner | 16 | 05-13-2019 03:51 AM |
| Will automatic metadata management also transfer updated cover images to device? | TheSacredSoul | Library Management | 2 | 01-11-2013 07:05 AM |
| Metadata Management on Android not working? | TheStretchedElf | Devices | 0 | 08-08-2012 10:10 AM |
| Automatic Metadata Management | gxxshock | Calibre | 2 | 12-28-2008 01:48 PM |