Mass reply to many questions:
Quote:
Originally Posted by Tanjamuse
Can I make it site specific?
|
Yes.
Quote:
Originally Posted by musicalife
Will AZW3 be added in place of mobi if/when it gets removed?
|
I don't have any plans to because Calibre's convert works so well. That's what I use for my own reading device, a Kindle.
Quote:
Originally Posted by Tanjamuse
|
The dark-solace.org adapter uses the base_efiction code. And while they are now including a rating, they've elected to put it up in the pagetitle tag rather than in the usual metadata list where base_efiction expects to find it. Here's an
example of how it normally works.
It's probably possible to customize the dark-solace.org adapter, but I don't remember how off hand. I will investigate.
Quote:
Originally Posted by jennifer_voorhee
Not sure if it's been reported yet, but TWCS Library has changed to STARS Library. I went to update some in progress stories today and noticed neither link will work in Fanficfare anymore.
|
Are you using the
most recent test version? Because as far as I know it's already fixed and waiting for the next version.
If you are having problems with the most recent test version, please post a story URL that exhibits the problem.
Quote:
Originally Posted by Tanjamuse
I've also added this to my Personal.ini, but it only seems to work on some sites:
Code:
add_to_replace_metadata:
authorId=>^(.*)$=>FF\1
storyId=>^(.*)$=>FF\1
Code:
Bad Story URL: (https://www.fanfiction.net/s/FF12293661/1/) for site: (www.fanfiction.net)
|
The adapter uses the storyId internally to create the storyUrl. Which, because you've changed it, is now broken. Most of the adapters work that way because I never anticipated that someone would try to change it.
I'd like to know why you want to change the Id values before I entertain any ideas about 'fixing' this.