Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Plugins

Notices

Reply
 
Thread Tools Search this Thread
Old 07-25-2023, 06:33 PM   #8731
Emerald_Lilies
Junior Member
Emerald_Lilies began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Jan 2022
Device: none
Quote:
Originally Posted by JimmXinu View Post
Not for me it doesn't:
Attachment 202819

EDIT: I do see a 'Mark for Later' button on squidgeworld.org
Oh that's weird, this is what I see on my AO3.
Attached Thumbnails
Click image for larger version

Name:	IMG-8947.PNG
Views:	118
Size:	739.3 KB
ID:	202820   Click image for larger version

Name:	IMG-8948.PNG
Views:	90
Size:	744.3 KB
ID:	202821   Click image for larger version

Name:	IMG-8949.PNG
Views:	88
Size:	717.3 KB
ID:	202822  
Emerald_Lilies is offline   Reply With Quote
Old 07-25-2023, 06:56 PM   #8732
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,980
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New Test Version Posted

2023-07-25
- Add title replace_metadata(commented) for literotica Ch/Pt titles
- AO3: Add subscribed, markedforlater

I found it. This AO3 FAQ implies (but doesn't outright state) that 'Mark for Later' is a 'History' feature that doesn't appear if you have 'Turn on History' unchecked in your Preferences.
JimmXinu is offline   Reply With Quote
Advert
Old 07-25-2023, 08:00 PM   #8733
applegaa
Connoisseur
applegaa has learned how to buy an e-book online
 
applegaa's Avatar
 
Posts: 70
Karma: 76
Join Date: Apr 2019
Device: none
Quote:
Originally Posted by JimmXinu View Post
I got the PM--I think I see what you're talking about.

But I'm not sure what you want me to do about it. Honestly, I think it's on the site (or the authors?) to fix that.

You can fix it yourself for your downloads with:
Code:
[literotica.com]
add_to_replace_metadata:
 title=> (Ch|Pt)$=>
I hesitate to put that in defaults.ini because if you have a add_to_replace_metadata setting under [literotica.com] in personal.ini, the defaults.ini version will be ignored.
I apologize. I did a lot of digging into the actual adapter code, including uncommenting a bunch of logger.debug lines, only to finally understand what you said before...

I misunderstood how it was getting the title, thinking it was pulling it from the first chapter rather than the series heading on the submissions page. So, I was correct on what the bug is, but was wrong about where the bug is. It's too consistent to be author error, so it must be a bug in Literotica's code.

Thanks for the suggestion on how to work around it. I'll give that a try!

- Andrew
applegaa is offline   Reply With Quote
Old 07-26-2023, 10:23 AM   #8734
Emerald_Lilies
Junior Member
Emerald_Lilies began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Jan 2022
Device: none
Quote:
Originally Posted by JimmXinu View Post
New Test Version Posted

2023-07-25
- Add title replace_metadata(commented) for literotica Ch/Pt titles
- AO3: Add subscribed, markedforlater

I found it. This AO3 FAQ implies (but doesn't outright state) that 'Mark for Later' is a 'History' feature that doesn't appear if you have 'Turn on History' unchecked in your Preferences.
Thank you so much for adding those, they work great!!
Emerald_Lilies is offline   Reply With Quote
Old 07-26-2023, 11:40 AM   #8735
ownedbycats
Custom User Title
ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.
 
ownedbycats's Avatar
 
Posts: 11,000
Karma: 75337983
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
I actually suggested Subscribed earlier. So that's cool.
ownedbycats is offline   Reply With Quote
Advert
Old 07-26-2023, 12:22 PM   #8736
culytera
Zealot
culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.
 
Posts: 125
Karma: 295674
Join Date: Jul 2021
Device: iPhone
Quote:
Originally Posted by JimmXinu View Post
New Test Version Posted
- AO3: Add subscribed, markedforlater
This intrigued me, so I thought "why not add that little bit of info in my title page?" Turns out it wasn't as simple as I thought but it was a fun experiment!

I was having trouble trying to understand the logic for my replace_metadata, and it turns out when a fic isn't subscribed the value is null, but if it's not bookmarked, the value is false. Also I tried to do these tests with the test stories, but it didn't work on them so I must have done something wrong, worked with actual stories at least.

My test results with actual stories. They look pretty nice on MapleRead too.

The code:
Spoiler:
Code:
add_to_extra_valid_entries:,icon_bookmarked,icon_subscribed,icons
include_in_icon_bookmarked:bookmarked
include_in_icon_subscribed:subscribed
include_in_icons:icon_bookmarked,icon_subscribed
keep_in_order_icons:true

 icon_bookmarked=>True=>Bookmarked
 icon_subscribed=>True=>Subscribed
 icon_bookmarked=>False=>Not Bookmarked
 icon_subscribed=>False=>Not Subscribed
 icons_LIST=>^(Bookmarked\,\s?Subscribed)$=>🔖 ⨯ 🔔
 icons_LIST=>^(Not Bookmarked)$=>⨯
 icons_LIST=>^(Not Bookmarked\,\s?Subscribed)$=>🔔
 icons_LIST=>^(Bookmarked)$=>🔖

add_to_output_css:
 .hr-sect {
  display: flex;
  flex-basis: 100%%;
  align-items: center;
  text-align: center;
  margin: 5px 0px;
 }
 .hr-sect:before,
 .hr-sect:after {
   content: "";
   flex-grow: 1;
   height: 1px;
   border: 0; border-top: 1px solid;
   font-size: 0px;
   line-height: 0px;
   margin: 0px 8px;
 }

titlepage_start:<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <title>${title} by ${author}</title>
 <link href="stylesheet.css" type="text/css" charset="UTF-8" rel="stylesheet"/>
 <meta name="calibre-html-render-data" content='{"size": "A2", "margins": [0, 0, 0, 0]}'/>
 </head>
 <body class="fff_titlepage" style="font-size: 2.5vmax;">
 <div class="title">
 <h1><a href="${storyUrl}">${title}</a> by ${authorHTML}</h1>
 </div>
 <div class="hr-sect">${icons}</div>
 <dl class="tags">
culytera is offline   Reply With Quote
Old 07-26-2023, 12:33 PM   #8737
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,980
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Most metadata entries are either present or not, it's unusual for them to be False. bookmarkrec and bookmarkprivate are set True/False instead.

I don't remember for sure, but I suspect that's for the benefit of tri-state boolean columns.

subscribed and markedforlater should probably be True/False also for consistency.
JimmXinu is offline   Reply With Quote
Old 07-26-2023, 12:49 PM   #8738
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,980
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New Test Version Posted

2023-07-26
- AO3: Make subscribed, markedforlater True/False to match bookmarked/bookmarkprivate/bookmarkrec
JimmXinu is offline   Reply With Quote
Old 07-26-2023, 01:25 PM   #8739
ownedbycats
Custom User Title
ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.
 
ownedbycats's Avatar
 
Posts: 11,000
Karma: 75337983
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
How does it work for people who aren't logged in? Always false?
ownedbycats is offline   Reply With Quote
Old 07-26-2023, 01:34 PM   #8740
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,980
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Not populated at all. All of those are only set with always_login:true
JimmXinu is offline   Reply With Quote
Old 07-27-2023, 12:28 AM   #8741
culytera
Zealot
culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.
 
Posts: 125
Karma: 295674
Join Date: Jul 2021
Device: iPhone
Quote:
Originally Posted by JimmXinu View Post
New Test Version Posted

2023-07-26
- AO3: Make subscribed, markedforlater True/False to match bookmarked/bookmarkprivate/bookmarkrec
Thanks again! It's more consistent now.

I have another question, I was trying to test the bookmark/subscribed checks with test stories but I don't know which part I did wrong when trying to fill up the metadata. Back when I even tried with boolean values the plugin would return an error ("unexpected class 'bool'" IIRC). Now it just doesn't show any values.

Test result

Test code:
Spoiler:
Code:
[test1.com]
# URL: http://test1.com?sid=12345

add_to_extra_valid_entries:,prefix_category,prefix_ships,first_category,first_ship,icons

include_in_icons:icon_bookmarked,icon_subscribed
include_in_prefix_ships:ships
include_in_prefix_category:category
include_in_first_ship:ships
include_in_first_category:category

keep_in_order_icons:true
keep_in_order_ships:true
keep_in_order_characters:true
keep_in_order_category:true
keep_in_order_prefix_ships:true
keep_in_order_prefix_category:true
keep_in_order_first_ship:true
keep_in_order_first_category:true


prefix_ships_label:Prefix Ships
prefix_category_label:Prefix Category
first_ship_label:First Ship
first_category_label:First Category
icon_bookmarked_label:Bookmarked
icon_subscribed_label:Subscribed

exclude_metadata_pre:
 prefix_ships=~(.*) &amp; (.*)
replace_metadata:
 category,first_category=> (- All Media Types|- Fandom|\(Movies\)|\(Movie [0-9]+\)|\(Comics\)|\(TV\)|\(Video Games?\))$=>
 prefix_category=>^(.*)=>[c] \1
 prefix_ships=>^(.*)=>[p] \1
 first_category=>^(.*?)$=>[c] \1
 first_ship=>^(.*?\/.*?)$=>[p] \1
 first_ship_LIST=>^(\[p\].*?\/.*?)(\,.*)=>\1
 first_category_LIST=>(\[c\] Dragon Age\,\s?)\[c\] Dragon Age(:? (Inquisition|II|Origins))=>[c] Dragon Age\2
 first_category_LIST=>(\[c\] Mass Effect\,\s?)\[c\] Mass Effect(:? (Trilogy|Andromeda))=>[c] Mass Effect\2
 first_category_LIST=>^(\[c\].*?)(\,.*)=>\1
 icons_LIST=>^(Bookmarked\,\s?Subscribed)$=>🔖 🞨 🔔
 icons_LIST=>^(Not Bookmarked\,\s?Not Subscribed)$=>🞨
 icons_LIST=>^(Not Bookmarked\,\s?Subscribed)$=>🔔
 icons_LIST=>^(Bookmarked\,\s?Not Subscribed)$=>🔖

include_subject_tags:first_ship_LIST,first_category_LIST

titlepage_entries:<div class="inline">,seriesHTML,category,rating,warnings,</div>,ships,characters,prefix_ships,prefix_category,<div class="inline">,first_ship,first_category,icon_bookmarked,icon_subscribed,</div>


titlepage_start:<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <title>${title} by ${author}</title>
 <link href="stylesheet.css" type="text/css" charset="UTF-8" rel="stylesheet"/>
 <meta name="calibre-html-render-data" content='{"size": "A2", "margins": [0, 0, 0, 0]}'/>
 </head>
 <body class="fff_titlepage" style="font-size: 2.5vmax;">
 <div class="title">
 <h1><a href="${storyUrl}">${title}</a> by ${authorHTML}</h1>
 </div>
 <div class="hr-sect">${icons}</div>
 <dl class="tags">


titlepage_entry:
 <dt><b>${label}:</b></dt> <dd>${value}</dd>
titlepage_wide_entry:
wide_titlepage_entries:
titlepage_no_title_entry:
titlepage_end:
 <dl class="stats">
 </dl>
 </dl>
 <div class="hr-sect">Summary</div>
 <div class="tag-summary-content">${description}</div>
 </body>
 </html>


[teststory:defaults]
add_to_valid_entries:,icon_bookmarked,icon_subscribed

category_list:Category 1,Category 2,Category 3
characters_list:Char A,Char B,Char C,Char D
ships_list:Char A/Char B,Char B & Char C,Char A & Char B,Char C/Char D,Char B/CharC
description:Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus faucibus massa vitae interdum maximus. Vestibulum dictum odio sed vestibulum vulputate. Proin placerat posuere ex, sit amet egestas ex tristique in. Quisque porta nisl et dui dignissim, sit amet rhoncus justo rhoncus. Proin sit amet leo a enim mollis molestie nec eget enim. Cras sit amet odio lorem. Ut ac fringilla nibh. Morbi faucibus sapien sit amet turpis venenatis, nec tincidunt risus cursus.
icon_bookmarked:Bookmarked
icon_subscribed:Subscribed

[teststory:10001]
title:{{storyId}} Dragon Age - All Media Types
category_list:Dragon Age - All Media Types
icon_bookmarked:Bookmarked
icon_subscribed:Not Subscribed

[teststory:10002]
title:{{storyId}} Dragon Age II,Dragon Age: Inquisition
category_list:Dragon Age II,Dragon Age: Inquisition
icon_bookmarked:Not Bookmarked
icon_subscribed:Subscribed

[teststory:10003]
title:{{storyId}} Dragon Age (Video Games),Dragon Age: Inquisition
category_list:Dragon Age (Video Games),Dragon Age: Inquisition
icon_bookmarked:Not Bookmarked
icon_subscribed:Not Subscribed


add_to_output_css:
Spoiler:
Code:
add_to_output_css:
 body {
  font-family: 'Netflix Sans', sans-serif;
  text-align: left;
 }
 body.fff_titlepage {
  background-color: #980101;
  color: white;
 }
 hr {
  display: block;
  border: 0; border-top: 1px solid;
  padding: 0;
 }
 .hr-sect {
  display: flex;
  flex-basis: 100%%;
  align-items: center;
  text-align: center;
  margin: 5px 0px;
 }
 .hr-sect:before,
 .hr-sect:after {
   content: "";
   flex-grow: 1;
   height: 1px;
   border: 0; border-top: 1px solid;
   font-size: 0px;
   line-height: 0px;
   margin: 0px 8px;
 }
 .fff_titlepage .title h1,
 .fff_titlepage .title h2 {
  font-size: 3vmax;
  margin: 0;
 }
 .fff_titlepage .title h1 { font-weight: normal; }
 .fff_titlepage .title h1 a { font-weight: bold; } 
 .fff_titlepage .title a,
 .fff_titlepage .tags a,
 .fff_titlepage .tag-summary-content a {
  text-decoration: none;
  color: unset;
 }
 .fff_titlepage .tag-summary-content a {
  font-style: italic;
 }
 .fff_titlepage .tag-summary-content p {
  margin-top: 0;
 }
 .fff_titlepage .tags {
  display: block;
  padding: 0;
 }
 .fff_titlepage dl .inline dd {
   display: inline;
   margin: 0;
 }
 .fff_titlepage dl .inline dd:after {
   display: block;
   content: '';
 }
 .fff_titlepage dl .inline dt{
   display: inline-block;
 }
 .fff_titlepage dd { margin-left: 0.75em; }
 .fff_titlepage dl, .fff_titlepage dt { margin: 0; }
culytera is offline   Reply With Quote
Old 07-27-2023, 05:28 AM   #8742
chicleeblair
Connoisseur
chicleeblair began at the beginning.
 
Posts: 97
Karma: 10
Join Date: Sep 2018
Device: iPad mini
Culytera, nice to see someone else here reading Grey’s/Station 19
chicleeblair is offline   Reply With Quote
Old 07-27-2023, 09:24 AM   #8743
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,980
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by culytera View Post
...
You need to add ,icon_bookmarked,icon_subscribed to add_to_extra_valid_entries

Code:
[test1.com]
# URL: http://test1.com?sid=12345

add_to_extra_valid_entries:,prefix_category,prefix_ships,first_category,first_ship,icons,icon_bookmarked,icon_subscribed

include_in_icons:icon_bookmarked,icon_subscribed
JimmXinu is offline   Reply With Quote
Old 07-27-2023, 09:32 AM   #8744
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,980
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New Test Version Posted

2023-07-27
- Fix fanfiktionde status parsing #980 - thanks, burny2!
JimmXinu is offline   Reply With Quote
Old 07-27-2023, 10:42 AM   #8745
culytera
Zealot
culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.
 
Posts: 125
Karma: 295674
Join Date: Jul 2021
Device: iPhone
Quote:
Originally Posted by JimmXinu View Post
You need to add ,icon_bookmarked,icon_subscribed to add_to_extra_valid_entries
Oh I see, I needed to add them to valid entries AND extra valid entries. Works now

Last edited by culytera; 07-27-2023 at 10:44 AM.
culytera is offline   Reply With Quote
Reply

Tags
fanfiction


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[GUI Plugin] KindleUnpack - The Plugin DiapDealer Plugins 523 07-15-2025 06:45 PM
[GUI Plugin] Open With kiwidude Plugins 404 02-21-2025 05:42 AM
[GUI Plugin] Marvin XD Philantrop Plugins 126 01-29-2017 12:48 PM
[GUI Plugin] KiNotes -axel- Plugins 0 07-14-2013 06:39 PM
[GUI Plugin] Plugin Updater **Deprecated** kiwidude Plugins 159 06-19-2011 12:27 PM


All times are GMT -4. The time now is 06:28 PM.


MobileRead.com is a privately owned, operated and funded community.