ext_25680 ([identity profile] photoash.livejournal.com) wrote in [community profile] fanfic_ebooks2012-01-27 02:12 pm

LJ multichapter fanfic onto your ereader easily?

I have a kindle touch and I am trying to figure out an easy way to get LJ Multichapter fics into one epub/mobi file. I already use the epub conversion website so that I can easily get all the chapters into epub - but I can't find a way to actually combine them into one epub file.

I have tried Sigil and I can't figure out how to make it do this even reading the FAQ it just keeps saving one chapter at a time, even when I try to copy and paste multiple chapters from the files.

Does anyone have a good way to do this or am I stuck either doing large amounts of c&p or just naming a ton of epubs as Series: # - Title/Chapter... or using Instapaper to capture them all if they are unlocked and not age protected and get them that way which is messy but does work too.

Also while I'm asking - does anyone know if they managed to figure out how to create collections on the Kindle Touch since it's programmed different than the older Kindles?? I had been following that on the mobile reads forum but it's pretty technical discussion :/

Thanks in advance! :)
chibifukurou: (Default)

[personal profile] chibifukurou 2012-01-27 07:48 pm (UTC)(link)
squeebook[dot]net is a good way to get multi-part LJ stories into a single into a single ebook.
chibifukurou: (Default)

[personal profile] chibifukurou 2012-01-27 08:14 pm (UTC)(link)
As far as I know it only works on un-locked posts. But I've never had a problem with age restrictions and as you log in with your livejournal ID you should be able to have it make an ebook from any locked posts you have access to with your account.

[identity profile] derryderrydown.livejournal.com 2012-01-27 08:37 pm (UTC)(link)
As long as you put in your username and password, it works fine on locked posts. (It doesn't store your password anywhere, so you don't need to worry about that.)

[identity profile] derryderrydown.livejournal.com 2012-01-27 10:38 pm (UTC)(link)
Yep, that's right. And it shows each URL as it loads it, so you can check it hasn't missed anything.
amalthia: (Default)

[personal profile] amalthia 2012-01-28 05:22 am (UTC)(link)
there is a firefox plugin that will allow you to copy multiple links at once. I think it's called "copy links." I use that when I use squee book. :)

[identity profile] whitestar.livejournal.com 2012-01-28 12:14 am (UTC)(link)
Exactly how does it work?
chibifukurou: (Default)

[personal profile] chibifukurou 2012-01-28 12:47 am (UTC)(link)
On the first page you add the story title and authors name.

Then navigate to the second page by clicking on Add Story Chapter(s) the text is in blue near the top of the screen.

Once you're on the second screen you need to click on the Copy Story from URL(s) text. Also in blue, but a little further down the screen. This will bring up a text box and instructions for how to input the URL for each chapter in the story you want to capture.
Once you've input all of the links, hit the load button. This will pull the text into the text box at the bottom of the screen.

Once everything is loaded properly go to the Build eBook and just pick whatever file type you want your book to be in. Then click the *Grabby Hands* button. You're ebook should download within a minute or two. (The limits on length seem to be around 100,000 words. So if the story your downloading is bigger than that you might want to use a different program.

[identity profile] whitestar.livejournal.com 2012-01-28 01:09 am (UTC)(link)
OMG, that's amazing! :DDD Thanks so much! I can see I'm going to be converting A LOT of fics, lol ^_^

[identity profile] em615.livejournal.com 2012-03-01 07:35 pm (UTC)(link)
Brilliant! Thank you!

[identity profile] brytewolf.livejournal.com 2012-01-29 11:43 pm (UTC)(link)
Second this so hard.

[identity profile] chosenfire28.livejournal.com 2012-01-27 09:51 pm (UTC)(link)
I usually copy/paste each page into a word document and save it as a PDF. Then I use calibre to convert it to a mobi a file. It's taking the long way around but I really like how it turns out :D

[identity profile] xcziel.livejournal.com 2012-01-28 01:27 pm (UTC)(link)
This is how I work, too, only I'm converting to epub for my Nook ( I like to try to keep the art and dividers within the fic, if it's at all feasible).

I don't know if anyone else does this, but for single file fics I like the Safari Reader, which gives you just the text, cuts off comments, etc. and lets you save fic as a pdf directly to the desktop (or wherever) - convert in calibre and voila. It's especially nice for Dreamwidth, since it eliminates the LJ character limit problem. : )
Edited 2012-01-28 13:27 (UTC)
amalthia: (Default)

[personal profile] amalthia 2012-01-28 05:23 am (UTC)(link)
I also most of the time merge the stories by copying and pasting one chapter at a time into a new Word document. The results are generally more consistent in my experience.

[identity profile] the-darkglow.livejournal.com 2012-01-28 06:29 am (UTC)(link)
I cobbled my own system together from separate components found online and code I wrote. I've been meaning to make it presentable and post it somewhere but it hasn't happened yet (and I wouldn't hold my breath).

First, I use a GreaseMonkey script I wrote in Firefox. It turns most LJ links into the "light" format and "reply" mode to make conversion easier and avoid a long stream of comments in my ebooks. Basically, it appends "?format=light&mode=reply" to LJ links (try copy/pasting at the end of an LJ URL to see what it does)... with some exceptions for the non-fic LJs I read and a bit of smarts so links that already have a "?" don't break.

Then I use the FlashGot Firefox extension to download all the chapters (using the Firefox built-in downloader so it can see everything I can without having to re-enter my password). This works especially well if the story has a masterpost: just select all the chapter links, tell it where to download them and they're all there. Otherwise, I have to go to each chapter, hit the "next" link and save the file.

Then I wrote a Python script that chews on the HTML to remove a bunch of things my reader didn't like, things I didn't like, things that were useless on an ereader (like forms and javascript), etc. Oh, I also remove all images (keeping them made things way more complicated so I went the simple route); so if a story relies heavily on included images, this isn't the best way to go. That script is the most complex part of my "system" (and the first one I wrote, actually). If the story is a single chapter, I stop here since my reader does fine with HTML.

If I have a multi-chapter story, I have a bash script (that's a linux/unix command line scripting language) that creates a table of content file and gives it to Calibre's ebook-convert utility to bring it all together into an ePub with the given title and author info. I used to do the last step with MobiPerl back when I had a reader that read .mobi files but swiched reader so I had to create something else.

The only thing that "breaks" this workflow is when an author doesn't post chapters in the order they should be read because the system relies on the number of the post (the number before the .html in the URL) to know in what order the chapters go. Other than that, this works pretty well.

I've been evolving this for almost 4 years in starts and spurts, that's why it's all in different languages and using different tools.

It's creaky, but it works. :)

[identity profile] kalidris.livejournal.com 2012-06-03 05:53 pm (UTC)(link)
omg, I've been looking for something like that for ages. thaaaaaaaank you :)

[identity profile] bettybaby63.livejournal.com 2012-11-15 11:25 pm (UTC)(link)
OMF this is the answer to my prayers :) thank you!

[identity profile] lazorsaurus.livejournal.com 2013-05-04 03:29 am (UTC)(link)
Squeebook probably works well for everyone, but another option is Calibre. It's a program that you can use to read ebooks on your actual computer which is pretty handy. You can also install the plug-in EpubMerge.

IF you already have a one-click webpage/ebook converter, it can be a bit easier than Squeebooks because you can just highlight the already downloaded chapters and it'll merge for you. Just another option!

[identity profile] lucifrix.livejournal.com 2013-05-17 11:18 pm (UTC)(link)
Have you figured out a way to get fics from LJ into it easily? The Fanfic Downloader plugin can't handle LJ, so right now I'm stuck copy/pasting the fic into a Word doc, saving as RTF, and then having Calibre convert it (to MOBI format).

[identity profile] lazorsaurus.livejournal.com 2013-05-18 04:07 pm (UTC)(link)
Unfortunately, nothing easier than this. But I found using squee books to be a bit time-consuming and, on top of that, I had some bizarre margin erase things happening on a few fics.

I've found I prefer using the Chrome plug-in dotEpub (https://chrome.google.com/webstore/detail/dotepub/okpfiebkkmjcnodegbbbiellepfhoglm) . It saves you from having to copy/paste all the links into Squee. Then when I have those converted and in Calibre, I just highlight and use ePubMerge.

It's not a perfect solution, but I've found it simpler in some ways than Squeebook. SORRY!

[identity profile] lucifrix.livejournal.com 2013-05-21 07:47 pm (UTC)(link)
Hey, ANY info is great. I really wish I had done more research before buying the Kindle Fire -- it's SHIT for downloading fic -- but now I'll try anything to make it a little easier. Thanks!

[identity profile] lazorsaurus.livejournal.com 2013-05-21 09:32 pm (UTC)(link)
Glad it's helpful then! Information is always good. I haven't ever used the Kindle, but that's definitely good to know as well. :)

[identity profile] needtakehave.livejournal.com 2013-07-18 01:01 am (UTC)(link)
I found your comments very helpful, ty!

[identity profile] dakaqua.livejournal.com 2014-03-03 02:41 am (UTC)(link)
this is very helpful. A+