<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Booksprung &#187; movies</title>
	<atom:link href="http://booksprung.com/category/movies/feed" rel="self" type="application/rss+xml" />
	<link>http://booksprung.com</link>
	<description>ebook news and tips</description>
	<lastBuildDate>Mon, 21 May 2012 17:10:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to format a screenplay or drama for the Kindle</title>
		<link>http://booksprung.com/how-to-format-a-screenplay-or-drama-for-the-kindle</link>
		<comments>http://booksprung.com/how-to-format-a-screenplay-or-drama-for-the-kindle#comments</comments>
		<pubDate>Sun, 21 Jun 2009 20:48:23 +0000</pubDate>
		<dc:creator>Chris Walters</dc:creator>
				<category><![CDATA[how to]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[formatting]]></category>
		<category><![CDATA[instructions]]></category>
		<category><![CDATA[kindle]]></category>
		<category><![CDATA[screenplays]]></category>

		<guid isPermaLink="false">http://kindlerama.com/?p=502</guid>
		<description><![CDATA[By using the free script writing app Celtx and ebook app Calibre, you can format screenplays for your Kindle. <a href="http://booksprung.com/how-to-format-a-screenplay-or-drama-for-the-kindle">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://booksprung.com/wp-content/uploads/2009/06/k-screenplay-helpme.png" alt="k-screenplay-helpme" title="k-screenplay-helpme" width="480" height="270" class="left" /><br />
When I posted a link to the <a href="http://kindlerama.com/free-download-nurse-jackie-from-showtime">Nurse Jackie screenplay</a> earlier this month, someone left a comment asking for help with formatting screenplays for the Kindle.</p>
<p>I am always up for a challenge, at least until I grow bored or frustrated, so today I tried to figure out a solution. What I finally came up with is a bit convoluted, but hopefully it lays the groundwork for others to figure out more elegant solutions in the future.<br />
<span id="more-502"></span></p>
<p>First, I just played around with sending pdf, html, and txt files to Amazon to let them convert it to see what happened. The results were not good. I did a search online for advice on conversions and saw someone mention using FinalDraft&#8211;something about how you can set up the style guide with that program and export a correctly formatted document that can then be used by the Kindle.</p>
<p>Well I&#8217;m not paying $$$ for FinalDraft obviously. Instead, I remembered an open-source and free-as-in-beer alternative, <a href="http://celtx.com/">Celtx</a>. I figured I&#8217;d try that. It&#8217;s available for Windows, Apple, and Linux platforms.</p>
<p>Next, I went to a website that has html versions of screenplays and downloaded a sample script. (Note that I didn&#8217;t try any pdf documents&#8211;someone else will have to try that, as I&#8217;ve exhausted my curiosity for this problem today.)</p>
<p>Finally, I relied on <a href="http://calibre.kovidgoyal.net/">Calibre</a>, another free software, that manages ebooks for a variety of devices. It also handles conversions.</p>
<p>Once I had all the raw materials&#8211;html version of screenplay, Celtx screenplay formatting software, and Calibre ebook software&#8211;I started experimenting.</p>
<p><strong>My Solution</strong></p>
<div style="margin: 10px 40px 15px 40px; padding: 5px; border: 1px dashed gray; size: 0.9em;">
<strong>Update November 2010:</strong> I left out a critical step below, which is that you have to convert your HTML script to a .txt file before Celtx will let you import it. The tricky thing is, if you try cutting and pasting directly into Celtx, you&#8217;re likely to lose all the nice line spacing that Celtx uses to mark up the script. The quickest way I found to get the type of conversion you want is to drag the html script into a blank browser window so that it renders all the formatting, then select all the text and copy-paste it into a blank word processing document in Word, OpenOffice, NeoOffice, etc. Now save that document as a text only .txt file (if you have the option of whether or not to preserve spacing, say yes). Now <em>that</em> .txt file should work when you import it into Celtx. </div>
<blockquote><p><i>Summary for the technically inclined:</i> Import in Celtx, export as html, replace CSS code in exported doc with <a href="http://booksprung.com/wp-content/uploads/2009/06/code-4-kindle-screenplays.txt">this code</a> (modify as per your tastes), import into Calibre, convert to MOBI, send to device.</p></blockquote>
<ol>
<li>In Celtx</p>
<ol>
<li>import <strike>html</strike> .txt version of a screenplay (see the special note in the dashed box above)</li>
<li>export it as html</li>
</ol>
<p>Why? Because by doing this, you get Celtx to replace whatever formatting the original document used with a consistent set of CSS mark-up tags, which is important to have in order to get the Kindle to display the formatting properly.</li>
<li>Open the newly exported html file in a simple text editor, e.g. WordPad on Windows XP, or in a real HTML editing application (note that fancier editors like Microsoft Word may hide the html code from you, and really really simple editors like Notepad may do the same)
<ol>
<li>delete ALL the current CSS style code &#8212; everything <i>between</i> &lt;style type=&#8221;text/css&#8221;&gt; and &lt;/style&gt; &#8212; from the top of the document (make sure you don&#8217;t actually delete the &#8220;style&#8221; tags as well)</li>
<li>paste <a href="http://booksprung.com/wp-content/uploads/2009/06/code-4-kindle-screenplays.txt">this CSS code instead</a></li>
<li>save the file</li>
</ol>
</li>
<li>In Calibre
<ol>
<li>Import this new html file (or drag and drop it into your list of documents and it will be copied over automatically</li>
<li>Highlight the file in the Calibre list by clicking on it once</li>
<li>Click the big &#8220;Convert E-books&#8221; button at top of screen</li>
<li>Click &#8220;Page Setup&#8221; and change Destination profile to Kindle</li>
<li>Hit Okay</li>
<li>Wait for hourglass in the bottom right corner to stop spinning</li>
<li>Right click the file name in the Calibre list</li>
<li>Select &#8220;Send to device&#8221;</li>
</ol>
</li>
</ol>
<p><br clear="all" /></p>
<hr />
<br clear="all" /></p>
<ul></ul>
<p>That&#8217;s it! It probably looks more complicated than it is, because I&#8217;m trying to include enough detail here for beginners to use these instructions.</p>
<p>I experimented with the CSS style code for a while until I got something that worked for me, but I noticed a couple of weird issues with it:</p>
<ul>
<li>The Kindle seems to ignore right-side margins</li>
<li>Although I used percentages in the CSS style code, hoping it would scale appropriately when different text sizes are used, it doesn&#8217;t seem to work that way. The CSS I settled on looks good when the text display size on the Kindle is at one of the smallest two settings, but on the bigger settings the left-side margins start to get really obnoxious. It&#8217;s a puzzle to me.</li>
</ul>
<p>And finally, here are two things I noticed that you should be aware of:</p>
<ul>
<li>The final version will only be as good as the original screenplay you export from Celtx. If the formatting isn&#8217;t correct there, clean it up there and make sure everything&#8217;s standardized before exporting it. Otherwise, the CSS markup tags won&#8217;t be used correctly throughout the document.</li>
<li><u>You can change that CSS code to whatever you want.</u> If you don&#8217;t like the margins I chose, simply play around with the CSS code before you import the file into Calibre for conversion. The primary three areas you&#8217;ll want to play with are marked p.character, p.parenthetical, and p.dialog. Also, I stripped out a lot of other CSS code to make this simpler; it&#8217;s possible you can customize the code to include far more elaborate mark-up rules, so long as you always reference the tags that Celtx uses.</li>
</ul>
<p>(Photo: <a href="http://www.flickr.com/photos/casanovapacifista/2234614445/">Vikki Heartbreak</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://booksprung.com/how-to-format-a-screenplay-or-drama-for-the-kindle/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Movie poster screens for your Kindle</title>
		<link>http://booksprung.com/movie-poster-screens-for-your-kindle</link>
		<comments>http://booksprung.com/movie-poster-screens-for-your-kindle#comments</comments>
		<pubDate>Thu, 17 Jul 2008 03:25:24 +0000</pubDate>
		<dc:creator>Chris Walters</dc:creator>
				<category><![CDATA[movies]]></category>
		<category><![CDATA[300]]></category>
		<category><![CDATA[Aeon Flux]]></category>
		<category><![CDATA[Big Trouble in Little China]]></category>
		<category><![CDATA[Captain Blood]]></category>
		<category><![CDATA[Episode IV]]></category>
		<category><![CDATA[Fantastic Four]]></category>
		<category><![CDATA[Firefly]]></category>
		<category><![CDATA[free screen]]></category>
		<category><![CDATA[free screensavers]]></category>
		<category><![CDATA[George C. Scott]]></category>
		<category><![CDATA[Indiana Jones]]></category>
		<category><![CDATA[Johnny Depp]]></category>
		<category><![CDATA[Kate Beckinsale]]></category>
		<category><![CDATA[kindle]]></category>
		<category><![CDATA[kindle screen]]></category>
		<category><![CDATA[Maginificent Seven]]></category>
		<category><![CDATA[movie posters]]></category>
		<category><![CDATA[Patton]]></category>
		<category><![CDATA[Pirates of the Caribbean]]></category>
		<category><![CDATA[Raiders of the Lost Ark]]></category>
		<category><![CDATA[screensavers]]></category>
		<category><![CDATA[Spiderman]]></category>
		<category><![CDATA[Star Wars]]></category>
		<category><![CDATA[T2]]></category>
		<category><![CDATA[Terminator]]></category>
		<category><![CDATA[Underworld]]></category>

		<guid isPermaLink="false">http://kindlerama.com/?p=78</guid>
		<description><![CDATA[Thanks to reader and fellow Kindle enthusiast Pete G., here are 14 movie posters to use as screen savers for your Kindle. Now you can use your Kindle to remind yourself of the movies you&#8217;re not seeing because you&#8217;re reading &#8230; <a href="http://booksprung.com/movie-poster-screens-for-your-kindle">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Thanks to reader and fellow Kindle enthusiast Pete G., here are 14 movie posters to use as screen savers for your Kindle. Now you can use your Kindle to remind yourself of the movies you&#8217;re not seeing because you&#8217;re reading all the damned time. Thanks, Pete!</p>
<p><a style="margin-right: 5px" href="http://kindlerama.com/wp-content/uploads/2008/07/300.jpg"><img title="Movie: 300" src="http://kindlerama.com/wp-content/uploads/2008/07/300.jpg" alt="" width="96" height="128" /></a><a style="margin-right: 5px" href="http://kindlerama.com/wp-content/uploads/2008/07/aeon-flux.jpg"><img title="Movie: Aeon Flux" src="http://kindlerama.com/wp-content/uploads/2008/07/aeon-flux.jpg" alt="" width="96" height="128" /></a><a style="margin-right: 5px" href="http://kindlerama.com/wp-content/uploads/2008/07/big-trouble.jpg"><img title="Movie: Big Trouble in Little China" src="http://kindlerama.com/wp-content/uploads/2008/07/big-trouble.jpg" alt="" width="96" height="128" /></a><a style="margin-right: 5px" href="http://kindlerama.com/wp-content/uploads/2008/07/captain-blood.jpg"><img title="Movie: Captain Blood" src="http://kindlerama.com/wp-content/uploads/2008/07/captain-blood.jpg" alt="" width="96" height="128" /></a><a style="margin-right: 5px" href="http://kindlerama.com/wp-content/uploads/2008/07/fantastic-four.jpg"><img title="Movie: Fantastic Four" src="http://kindlerama.com/wp-content/uploads/2008/07/fantastic-four.jpg" alt="" width="96" height="128" /></a><a style="margin-right: 5px" href="http://kindlerama.com/wp-content/uploads/2008/07/firefly.jpg"><img title="Movie: Firefly" src="http://kindlerama.com/wp-content/uploads/2008/07/firefly.jpg" alt="" width="96" height="128" /></a><a style="margin-right: 5px" href="http://kindlerama.com/wp-content/uploads/2008/07/indy.jpg"><img title="Movie: Raiders of the Lost Ark" src="http://kindlerama.com/wp-content/uploads/2008/07/indy.jpg" alt="" width="96" height="128" /></a><a style="margin-right: 5px" href="http://kindlerama.com/wp-content/uploads/2008/07/mag-seven.jpg"><img title="Movie: The Magnificent Seven" src="http://kindlerama.com/wp-content/uploads/2008/07/mag-seven.jpg" alt="" width="96" height="128" /></a><a style="margin-right: 5px" href="http://kindlerama.com/wp-content/uploads/2008/07/patton.jpg"><img title="Movie: Patton" src="http://kindlerama.com/wp-content/uploads/2008/07/patton.jpg" alt="" width="96" height="128" /></a><a style="margin-right: 5px" href="http://kindlerama.com/wp-content/uploads/2008/07/pirates.jpg"><img title="Movie: Pirates of the Caribbean" src="http://kindlerama.com/wp-content/uploads/2008/07/pirates.jpg" alt="" width="96" height="128" /></a><a style="margin-right: 5px" href="http://kindlerama.com/wp-content/uploads/2008/07/spiderman.jpg"><img title="Movie: Spiderman" src="http://kindlerama.com/wp-content/uploads/2008/07/spiderman.jpg" alt="" width="96" height="128" /></a><a style="margin-right: 5px" href="http://kindlerama.com/wp-content/uploads/2008/07/star-wars.jpg"><img title="Movie: Star Wars" src="http://kindlerama.com/wp-content/uploads/2008/07/star-wars.jpg" alt="" width="96" height="128" /></a><a style="margin-right: 5px" href="http://kindlerama.com/wp-content/uploads/2008/07/terminator.jpg"><img title="Movie: Terminator" src="http://kindlerama.com/wp-content/uploads/2008/07/terminator.jpg" alt="" width="96" height="128" /></a><a style="margin-right: 5px" href="http://kindlerama.com/wp-content/uploads/2008/07/underworld.jpg"><img title="Movie: Underworld" src="http://kindlerama.com/wp-content/uploads/2008/07/underworld.jpg" alt="" width="96" height="128" /></a><a style="margin-right: 5px" href="http://kindlerama.com/wp-content/uploads/2008/07/young-frankenstein.jpg"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://booksprung.com/movie-poster-screens-for-your-kindle/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Free Kindle Screensaver: &quot;I Drink Your Bookshelf&quot;</title>
		<link>http://booksprung.com/screen-i-drink-your-bookshelf</link>
		<comments>http://booksprung.com/screen-i-drink-your-bookshelf#comments</comments>
		<pubDate>Mon, 28 Apr 2008 02:25:07 +0000</pubDate>
		<dc:creator>Chris Walters</dc:creator>
				<category><![CDATA[free]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[Kindle]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[quotes]]></category>
		<category><![CDATA[screensavers]]></category>
		<category><![CDATA[i drink your]]></category>
		<category><![CDATA[kindle]]></category>
		<category><![CDATA[milkshake]]></category>
		<category><![CDATA[parodies]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[screensaver]]></category>
		<category><![CDATA[there wil be blood]]></category>

		<guid isPermaLink="false">http://kindlerama.com/?p=39</guid>
		<description><![CDATA[I drink it right up! Update:This image and others are now collected on the Free Screens page of the site.]]></description>
			<content:encoded><![CDATA[<p>I drink it right up!</p>
<div style="border: 1px dashed gray; background: #efefef; margin: 35px 100px 45px 100px; padding: 15px;">
<span style="text-transform: uppercase; font-weight: bold;">Update:</span><br />This image and others are now collected on the <a href="http://booksprung.com/free-screens">Free Screens</a> page of the site.</div>
]]></content:encoded>
			<wfw:commentRss>http://booksprung.com/screen-i-drink-your-bookshelf/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

