v0.2.0-beta
Pre-release
Pre-release
Added
- Recovers metadata from fanfiction.net stories, from two additional sources beyond the
original AO3/FanFicFare-focused extraction:- Front-matter pages generated by fichub.net (recovers fandom, rating,
status, chapters/words, dates, and more). - fanfiction.net's own native story-info page, as saved by the
WebToEpub browser extension (recovers the same
fields, plus author profile link/ID and fandom from the site's own breadcrumb).
- Front-matter pages generated by fichub.net (recovers fandom, rating,
- Show confirmation after writing — a new toggle (on both the Extraction and Anthology
Status tabs) to turn off the "Updated N of M books" popup after a run.
Fixed
- A book with a fandom recovered from fanfiction.net would lose it from Tags the moment
FanFicFare's own "Update Calibre Metadata from Saved Metadata Column" action ran — FFF has no
fanfiction.net-specific config, so it reads the fandom from a different metadata key than it
does for AO3. Verified fixed directly against FanFicFare's own Tags-computation logic. - A title page whose chapter count was reported as "n/?" (final count not yet known) could crash
Calibre outright when writing to an integer custom column. - Some title pages (e.g. from fichub.net) use a plain
<p>Label: value</p>layout instead of
FanFicFare's own<b>Label:</b> valuelayout; these were previously invisible to extraction
entirely, silently dropping every field past title and author. - An EPUB with more than one
<dc:source>tag in its metadata (as WebToEpub produces — one per
chapter, plus the cover image) could pick up the cover image URL as the story URL instead of
the actual story. genrenow also contributes to the Tags composite when directly updating standard Calibre
metadata (previously only used for the Saved Metadata column).