Zealot
Posts: 124
Karma: 3804
Join Date: May 2016
Device: Kindle Oasis 2
|
I've been trying to get a couple of stories to update metadata correctly with storiesonline and I can't seem to get it to put a score in my custom column. It's worked before, not sure when it quit. I did have a problem a few months back and lost all my personal.ini settings. It may have happened then, but I could swear I have the right settings in there now.
I made a new library, and specifically copied over just my storiesonline settings (along with default) to see if something else is causing it. Still nothing. So after trying about a dozen different things I figured I'd ask here because I'm probably missing something obvious.
Personal.ini:
Spoiler:
Code:
[storiesonline.net]
username:XXXXXXXX
password:XXXXXXXX
add_to_replace_metadata:
site=>storiesonline.net=>SOL
rating=>^Stroke Story$=>NC17
rating=>^Much Sex$=>R
rating=>^Some Sex$=>PG15
rating=>^Minimal Sex$=>PG13&&extratags=>NonErotica
rating=>^No Sex$=>PG
# rating=>^Stroke Story$&&extratags=>Erotica
# rating=>^Much Sex$&&extratags=>Erotica
# rating=>^Some Sex$&&extratags=>Erotica
# rating=>^No Sex$=>No Sex&&extratags=>NonErotica
#extra_subject_tags:sitetags
include_subject_tags: extratags, sitetags, genre, category, characters, ships, status
add_to_custom_columns_settings:
# "Ero"=>#collections,n
"SoL2"=>#collections,n
"Webfic, #FFF"=>#library,a
score=>#score,r
storyId=>#id,r
titlepage_entries: seriesHTML,storyId,status,datePublished,dateUpdated,dateCreated,score,rating,warnings,characters,ships,category,sitetags,numChapters,numWords,site,description,
add_to_extra_valid_entries:,tagrating
include_in_tagrating:rating
exclude_metadata_pre:
warnings==Creator Chose Not To Use Archive Warnings
warnings==No Archive Warnings Apply
extratags:#FFF, Webfiction,
[defaults]
user_agent:Mozilla/5.0
website_encodings: auto, utf8, Windows-1252
extratags:#FFF, Fanfiction
collect_series: true
add_genre_when_multi_category: Crossover
default_value_status:Unknown
include_subject_tags:extratags, genre, category, characters, ships, rating
replace_metadata:
rating=>^Adult Only$=>NC17
rating=>^Mature$=>R
rating=>^Teen$=>PG13
rating=>^Older Kids$=>PG
rating=>^Kids$=>G
## (^|/) beginning of line or a '/'
## (name) to have a \2 to save typing
## [^/]* anything except another /
## (/|$) '/' or end of line
custom_columns_settings:
datePublished=>#datepublished
dateUpdated=>#dateupdated
dateCreated=>#datecreated
numChapters=>#chapters
numWords=>#words,r
warnings=>#warnings,r
status=>#status,r
category=>#category,n
characters=>#characters,r
genre=>#genre,n
ships=>#ships,r
rating=>#rating,r
follows=>#follows,r
"#FFF"=>#library,n
favs=>#favorites,r
reviews=>#reviews,r
#titlepage_entries: seriesHTML,category,status,datePublished,dateUpdated,dateCreated,numChapters,numWords,stars,site,warnings,characters,ships,genre,description
|