|
|
#6556 |
|
Enthusiast
![]() Posts: 27
Karma: 10
Join Date: Jul 2021
Device: Kindle Paperwhite
|
Thank you! That's very helpful to know!
|
|
|
|
|
|
#6557 |
|
Junior Member
![]() Posts: 5
Karma: 10
Join Date: Oct 2021
Device: kindle
|
I asked this earlier, but I'm still a bit lost on how exactly to do a custom column with bookmarker tags in AO3.
When I bookmark a fic it's either tagged with 'private' or not. I don't have any other personalised bookmarker tag. How and where do I create a custom column that when I download a fic it checks if it has the private tag from my bookmarker tags and will organise it into a column just for the fics tagged with private? Really I just need to know what piece of code am I putting into the personal.ini, where do I put it, and then where do I access in the GUI or calibre preferences this sorting option. I apologise if this is a big ask, I'm not great with code, so this is my first time playing with it. |
|
|
|
|
|
#6558 | |
|
Junior Member
![]() Posts: 5
Karma: 10
Join Date: Oct 2021
Device: kindle
|
Quote:
Managed to figure it out! |
|
|
|
|
|
|
#6559 | |
|
Member
![]() ![]() Posts: 22
Karma: 110
Join Date: Oct 2018
Device: Kindle
|
Quote:
Much obliged! |
|
|
|
|
|
|
#6560 |
|
Member
![]() Posts: 18
Karma: 10
Join Date: Jun 2012
Device: Samsung Note20 Ultra, Kindle Fire HD10
|
I've been a Calibre user for my Kindle Books for quite a while, but even before that I was using FFDL (FanFictionDownLoader). Normally, I was almost exclusively FFDL, but lately (since July?) I've been thinking I'd like to get my FanFiction in a more organized state. There was a time about a year ago when I started trying out Calibre with FanFicFare and I thought it worked out pretty well. Although I didn't like the covers it brought in (too small) and the title page with info about the story was not as helpful. So, I didn't get too much into it.
Admittedly, I haven't read a story on FanFiction.net through my web browser since I first discovered FFDL in 2010, (and I really don't want to have to go back). But now, with my desire to get more organized, I was trying FanFicFare again, and as I'm sure you're all aware, the Cloudflare Captcha error is biting me big time. If I understand the workaround correctly, I need to first tell Calibre and FanFicFare where my browser cache is. Then I need to bring up my browser and view each page (chapter) of each story that I intend to download first before I can attempt to download it via FanFicFare/Calibre? Is this a correct assumption on my part? Sadly, if this is the case, I'll probably still stick with FFDL because I can avoid all the extra time it takes to view each story from first to the latest chapter in order to be able to download it in FanFicFare. Please tell me I'm wrong? (For me, I'm lucky because I don't read stories on any other website then FanFiction.net) I'm sorry if I'm ranting and raving, it's just seems so frustrating. By the way, I saw the posting about the "FlareSolverr" workaround. Unfortunately, it only uses a single line to describe how to use it with Windows, and it didn't succeed. Last edited by fdwojo; 10-17-2021 at 04:25 PM. |
|
|
|
|
|
#6561 |
|
Junior Member
![]() Posts: 5
Karma: 10
Join Date: Oct 2021
Device: kindle
|
Is there anyway to merge fandom tags/metadata in calibre. I'm getting 2-3 fandom tags for what is essentially one fandom
|
|
|
|
|
|
#6562 | |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,306
Karma: 13781972
Join Date: Oct 2018
Device: Kobo Aura HD
|
Quote:
Code:
replace_metadata: category=>(^Elder Scroll series$|^Elder Scrolls$|Elder Scrolls Online|An Elder Scrolls Legend: Battlespire|Elder Scrolls III: Morrowind|Elder Scrolls IV: Oblivion|Elder Scrolls V: Skyrim)=>The Elder Scrolls Last edited by ownedbycats; 10-17-2021 at 05:33 PM. |
|
|
|
|
|
|
#6563 |
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 5,097
Karma: 876216
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Voyage
|
fanfiction.net and Cloudflare Solutions
You are far from the only one frustrated with the problem. We've been dealing with since January.
It's been a while, prior conversation about it is back many pages by now, and there have been developments; so I will explain again. fanfiction.net (ffnet) is blocking FFF using Cloudflare(CF). Whether it's deliberate or incidental isn't known or important. Back in January we were able to get around it for a few months using a library called cloudscraper. Newer versions of cloudscraper, if there are any, are not public--for good reasons. Please do not bother the cloudscraper developer. Now, the only way I know to get through CF is using a real browser, whether driven by a user or programmatically. FFDL (from fanfictiondownloader.net) and several other tools now package and run an entire browser instance to get around Cloudflare. FFF doesn't because doing that in Calibre on multiple platforms (win/mac/linux) that would be a nightmare that I don't want to deal with. Instead, FFF offers several options for using cached pages from outside browsers and a couple options for using a proxy browser instance. For browser caching, you can:
There are two proxies available:
I personally offer very limited user support for the proxies because it's outside my project and my comfort zone. I've been hoping, in the spirit of open source, that users would step up to help document things. Writing user docs has never been my strong suit. Since you, personally (fdwojo), are already using FFDL, use ffnet exclusively, and don't sound very pleased with FFF's output anyway, I don't see why you wouldn't just stay with FFDL. |
|
|
|
|
|
#6564 | |
|
Junior Member
![]() Posts: 5
Karma: 10
Join Date: Oct 2021
Device: kindle
|
Quote:
Code:
replace_metadata: category=>(The Witcher \(TV\)|Wiedźmin | The Witcher - All Media Types|Wiedźmin | The Witcher \(Video Game\)|Wiedźmin | The Witcher Series - Andrzej Sapkowski)=>The Witcher |
|
|
|
|
|
|
#6565 |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,306
Karma: 13781972
Join Date: Oct 2018
Device: Kobo Aura HD
|
Jim - maybe it would be a good idea to link that post in the OP? I've noticed a lot of questions about the Cloudflare problems - presumably they didn't check the FAQ. Having it upfront might help.
|
|
|
|
|
|
#6566 | |
|
Zealot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 111
Karma: 3804
Join Date: May 2016
Device: Kindle Oasis 2
|
Quote:
I do have some others, but the majority of my stuff is between those two fandoms, and I have a pretty extensive library. |
|
|
|
|
|
|
#6567 | |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,306
Karma: 13781972
Join Date: Oct 2018
Device: Kobo Aura HD
|
Quote:
Code:
category=>(Pocket Monsters \|\ Pokemon - All Media Types)=>Pokémon If you've done it right, the text ought to change colour - on dark mode, [defaults] and replace_metadata is purple, category=> is green, and the rest is white. I assume it uses black text in light mode. For testing - what I do is use Calibre's Add Books > Add Empty Book and create a duplicate of a fic with those fandoms. (I've had some hilarious regex disasters, so I prefer not to run it on my main copy.) Then I run FFF's "update metadata" to make sure they merged correctly. But this won't work if Config -> Custom Columns -> Category is set to "new only." Last edited by ownedbycats; 10-18-2021 at 04:14 PM. |
|
|
|
|
|
|
#6568 |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,306
Karma: 13781972
Join Date: Oct 2018
Device: Kobo Aura HD
|
FanFicFare users who read with a Kobo: This may be of interest.
|
|
|
|
|
|
#6569 |
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 5,097
Karma: 876216
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Voyage
|
New Test Version
2021-10-20 - Fix for more arbitrary py3 incompatibility(MutableSet). Closes #748 |
|
|
|
|
|
#6570 |
|
Junior Member
![]() Posts: 9
Karma: 10
Join Date: May 2018
Device: none
|
I'm not sure if this is the right way to request this, but I'd like to be able to download from http://www.blackraptor.net/.
On a related note, is there a way for me to look at this ENORMOUS thread to see if there are questions already answered about my issue? ![]() Thanks for any help. Tiggy626
|
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [GUI Plugin] KindleUnpack - The Plugin | DiapDealer | Plugins | 471 | Today 05:56 PM |
| [GUI Plugin] Open With | kiwidude | Plugins | 386 | 11-24-2021 01:38 AM |
| [GUI Plugin] Marvin XD | Philantrop | Plugins | 126 | 01-29-2017 01:48 PM |
| [GUI Plugin] KiNotes | -axel- | Plugins | 0 | 07-14-2013 07:39 PM |
| [GUI Plugin] Plugin Updater **Deprecated** | kiwidude | Plugins | 159 | 06-19-2011 01:27 PM |