|
|
Thread Tools | Search this Thread |
05-17-2010, 05:13 PM | #1 |
Junior Member
Posts: 3
Karma: 10
Join Date: May 2010
Device: Aldiko
|
Txt files - Convert to Epub - Multiple files into one book - noob help
Greetings,
I'm a noob with all the ebook stuff. I'm looking at the latest readers, but I haven't decided on one at this time. The Alex and Skiff both look really great. In the meantime currently using Aldiko on my HTC Hero. I find it perfect for most of my needs. Now to the part where I need some guidance. Aldiko only reads the epub format. A friend sent me a book in txt format. The files came in one folder. There is an xml file along with 12 txt files, one for each chapter. I found Calibre when searching online, and I didn't see anything in FAQ to help with this particular question. I know where to move the files on my SD card for Aldiko, but I'm a little lost with the rest. I tried importing all the text files into calibre, but it treated them as 12 individual books instead of one. I'm assuming the xml file probably has some chapter/formating options in it. Any help or guidance would be much appreciated. Thank you |
05-17-2010, 05:15 PM | #2 |
Bookaholic
Posts: 14,391
Karma: 54969924
Join Date: Oct 2007
Location: Minnesota
Device: iPad Mini 4, AuraHD, iPhone XR +
|
Try opening it with Sigil and then saving as an ePub. Without seeing the file it's hard to say, but that might get you the results you want.
|
Advert | |
|
05-17-2010, 05:41 PM | #3 |
Junior Member
Posts: 3
Karma: 10
Join Date: May 2010
Device: Aldiko
|
Thanks for the quick reply. Sigil looks like it should work. I may have to play around with it some. There doesn't seem to be any documentation, and I didn't see any option to import multiple txt files at once.
I found a round about way to do it for now. I have the full version of Adobe on my work computer. It has an option to combine text files. I used that and it imported all the files. I then saved it as html and used Calibre to convert to epub for Aldiko. It mostly works. There is no title page and the table of contents looks like html script or something form adobe. However, all the chapters are readable. Perhaps there is an easier or better way to do it. I just didn't know how to manually take 12 chapter files setup as text and combine them for a single book. Nothing seems to read that xml file for table of contents. I'll continue to play around. Thanks again. |
05-17-2010, 05:51 PM | #4 |
Junior Member
Posts: 3
Karma: 10
Join Date: May 2010
Device: Aldiko
|
This is what is in the xml file. Didn't realize I could just do an edit and read it. Looks simple. Just pointing to the 12 different txt files. Now to figure out the rest.
"<?xml version="1.0" encoding="utf-8"?> <chapter>CHAPTER 1</chapter> <chapterfile>chap001.txt</chapterfile> <chapter>CHAPTER 2</chapter> <chapterfile>chap002.txt</chapterfile> <chapter>CHAPTER 3</chapter> <chapterfile>chap003.txt</chapterfile> <chapter>CHAPTER 4</chapter> <chapterfile>chap004.txt</chapterfile> <chapter>CHAPTER 5</chapter> <chapterfile>chap005.txt</chapterfile> <chapter>CHAPTER 6</chapter> <chapterfile>chap006.txt</chapterfile> <chapter>CHAPTER 7</chapter> <chapterfile>chap007.txt</chapterfile> <chapter>CHAPTER 8</chapter> <chapterfile>chap008.txt</chapterfile> <chapter>CHAPTER 9</chapter> <chapterfile>chap009.txt</chapterfile> <chapter>CHAPTER 10</chapter> <chapterfile>chap010.txt</chapterfile> <chapter>CHAPTER 11</chapter> <chapterfile>chap011.txt</chapterfile> <chapter>CHAPTER 12</chapter> <chapterfile>chap012.txt</chapterfile> " |
05-17-2010, 11:28 PM | #5 | |
US Navy, Retired
Posts: 9,867
Karma: 13806776
Join Date: Feb 2009
Location: North Carolina
Device: Icarus Illumina XL HD, Kindle PaperWhite SE 11th Gen
|
Quote:
Once in Calibre you should be able to convert it to ePub. |
|
Advert | |
|
05-18-2010, 10:41 AM | #6 |
creator of calibre
Posts: 44,559
Karma: 24495948
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
combining txt files is trivial. Just open the first file in any txt editor /notepad/wordpad/what have you.. Then open all the thers one by one and copy paste them into the first. calibre wont combine txt files for you automatically.
|
05-18-2010, 11:12 AM | #7 |
Wizard
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
|
If your files are in the correct order, in Windows you can combine all the txt files with a simple "copy *.txt All_files.txt" If they aren't in the correct order, you could use a for "FOR /L" loop.
FOR /L %%parameter IN (start,step,end) DO command or a simpler: copy file1+file2+file3 All_files.txt and keep appending the files to the end. |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Empty calibre_bookmarks.txt in viewed Epub files | Alhireth-Hotep | Calibre | 7 | 06-04-2010 06:48 PM |
Multiple databases using the same book files | JanuaryF | Calibre | 5 | 03-28-2010 12:40 PM |
Convert zip with multiple text files to MOBI | mindfire | Calibre | 1 | 03-27-2010 11:19 AM |