<?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>New Linux User &#187; podcasts</title>
	<atom:link href="http://www.everyjoe.com/newlinuxuser/tag/podcasts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.everyjoe.com/newlinuxuser</link>
	<description>Linux Tips - Information for Using Linux</description>
	<lastBuildDate>Thu, 17 Dec 2009 15:49:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Configuring Newsbeuter</title>
		<link>http://www.everyjoe.com/newlinuxuser/configuring-newsbeuter/</link>
		<comments>http://www.everyjoe.com/newlinuxuser/configuring-newsbeuter/#comments</comments>
		<pubDate>Sun, 03 May 2009 17:13:05 +0000</pubDate>
		<dc:creator>Clair Ching</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[feeds]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[newsbeuter]]></category>
		<category><![CDATA[podcasts]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.everyjoe.com/newlinuxuser/?p=1119</guid>
		<description><![CDATA[I&#8217;ve recently talked about using Newsbeuter and it has been interesting for me because of how focused I am on reading whatever content I get online through it.  However, knowing that I need to somehow fix some things so I could work better with it, I decided to make a config file that does that.
My needs are mainly for saving articles in one spot, indicating which browser to use and indicating where podcasts must be saved.  I am still happy with the keyboard shortcuts that are available by default and the colors look good in my eyes.  [...]<p>Post from: <a href="http://www.everyjoe.com/newlinuxuser">New Linux User</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently talked about using <a href="http://www.newsbeuter.org/">Newsbeuter</a> and it has been interesting for me because of how focused I am on reading whatever content I get online through it.  However, knowing that I need to somehow fix some things so I could work better with it, I decided to make a config file that does that.</p>
<p>My needs are mainly for saving articles in one spot, indicating which browser to use and indicating where podcasts must be saved.  I am still happy with the keyboard shortcuts that are available by default and the colors look good in my eyes.  But it&#8217;s faster if I could configure the other settings</p>
<p><div id="attachment_1121" class="wp-caption alignleft" style="width: 310px"><img class="size-medium wp-image-1121" src="http://www.everyjoe.com/newlinuxuser/files/2009/05/newsbeuter-pakbet-300x175.png" alt="one could enqueue a podcast so it could be downloaded" width="300" height="175" /><p class="wp-caption-text">one could enqueue a podcast so it could be downloaded</p></div>For Newsbeuter, you just need to make a config file in ~/.newsbeuter called &#8220;config&#8221; <img src='http://www.everyjoe.com/newlinuxuser/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />   Yes, it&#8217;s as simple as that so you could easily remember where it is the next time you want to tweak it.</p>
<p>We could take a look at the <a href="http://synflood.at/newsbeuter/newsbeuter.html#id2505535">sample config file on the Newsbeuter help</a>:<br />
<code><br />
# a comment<br />
max-items        100 # such comments are possible, too<br />
browser          links<br />
show-read-feeds  no<br />
unbind-key       R<br />
bind-key         ^R    reload-all<br />
</code></p>
<p>The ones on the left side are the things to be customized and the ones on the right, or after a tab, are the settings of your choice.  For my needs, it&#8217;s actually simple:</p>
<p><code><br />
browser		firefox<br />
download-path 	~/Podcasts<br />
player		mplayer<br />
save-path 	~/Documents/FeedArticles<br />
</code></p>
<p>You need to look at the table of <a href="http://www.newsbeuter.org/doc/newsbeuter.html#_first_steps">configuration commands</a> that you could tweak.</p>
<p>One more thing I like about Newsbeuter is that it does have a counterpart for managing your podcasts.  For example, I have a list of podcast feeds in Newsbeuter and I have selected to &#8216;enqueue&#8217; some of the episodes (done by pressing &#8216;e&#8217;) then I could run &#8220;podbeuter&#8221; on another terminal and view the list of enqueued files.  I could toggle the download of all these files on Podbeuter.  <a href="http://www.newsbeuter.org/doc/newsbeuter.html#_podcast_support">Podbeuter</a> is included when you install Newsbeuter and it really is meant for managing your podcasts.  It will also use the same config file as Newsbeuter&#8217;s so there&#8217;s no need to worry about that.</p>
<p>Post from: <a href="http://www.everyjoe.com/newlinuxuser">New Linux User</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/newlinuxuser/configuring-newsbeuter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>