<?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>BetoBates.com &#187; Software</title>
	<atom:link href="http://betobates.com/wordpress/category/computing/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://betobates.com/wordpress</link>
	<description>Interesting things I find on the Interweb. Printed on 100% recycled electrons.</description>
	<lastBuildDate>Wed, 26 May 2010 03:06:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Songbird and Rainmeter Working Together</title>
		<link>http://betobates.com/wordpress/2009/07/23/songbird-and-rainmeter-working-together/</link>
		<comments>http://betobates.com/wordpress/2009/07/23/songbird-and-rainmeter-working-together/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 20:43:25 +0000</pubDate>
		<dc:creator>BetoBates</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[livetweeter]]></category>
		<category><![CDATA[MGMT]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[notepad]]></category>
		<category><![CDATA[rainmeter]]></category>
		<category><![CDATA[songbird]]></category>
		<category><![CDATA[winamp]]></category>

		<guid isPermaLink="false">http://betobates.com/wordpress/?p=180</guid>
		<description><![CDATA[Phew&#8230;

&#8230;getting Rainmeter to display the currently playing track from Songbird was a trip!

I just installed Rainmeter, which is great! It doesn&#8217;t support Songbird though&#8230; So I tried to get it to, but getting Rainmeter to display the currently playing track from Songbird was a trip! You see, Rainmeter only supports Winamp natively. So, I had [...]]]></description>
			<content:encoded><![CDATA[<p><em><strong>Phew&#8230;</strong></em></p>
<blockquote>
<h2 style="padding-left: 60px;"><em>&#8230;getting Rainmeter to display the currently playing track from Songbird was a trip!</em></h2>
</blockquote>
<p>I just installed <a href="http://lifehacker.com/tag/rainmeter/" target="_blank">Rainmeter</a>, which is great! It doesn&#8217;t support <a href="http://getsongbird.com/" target="_blank">Songbird</a> though&#8230; So I tried to get it to, but getting Rainmeter to display the currently playing track from Songbird was a trip! You see, Rainmeter only supports Winamp natively. So, I had to do some detective work and some modifying to get it to work. Here is how I did it&#8230;</p>
<p><span id="more-180"></span></p>
<p><em><strong>First</strong></em>, I assume most of you have tried to figure this out yourself, or not! Anyway, you should have <a href="http://lifehacker.com/tag/rainmeter/" target="_blank">Rainmeter</a>, <a href="http://getsongbird.com/" target="_blank">Songbird</a>, and the Songbird add-on <a href="http://addons.songbirdnest.com/addon/1204" target="_blank">LiveTweeter</a> installed already. If not, do so. The Songbird add-on LiveTweeter can output a text file with the current track&#8217;s info, among other things. Exactly what we need!</p>
<p><em><strong>Now</strong></em>, you have everything you need. Maybe, you jumped ahead or have already tried to write a Rainmeter .ini to display the text that LiveTweeter puts out. If you have or have not, here is what happens. Rainmeter will read the data from the text file just fine as long as something is playing in Songbird. Rainmeter crashes, though, whenever playback is paused or stopped in Songbird. This is because the LiveTweeter add-on empties the text file whenever playback is paused or stopped. Thus, Rainmeter tries to read an empty text file, which crashes it! So, I figured out how to prevent the file from being empty when playback is paused or stopped. I simply modified LiveTweeter&#8217;s output&#8230; its easy when you know how to do it! Let me show you how!</p>
<p><span style="text-decoration: underline;"><strong>What you have to do is:</strong></span></p>
<ol>
<li>Close Songbird and Rainmeter</li>
<li>Open <strong>LiveTweeter.js</strong> in notepad (Its easiest to just search for the file because of the many different places it could be on different Operating Systems)</li>
<li>Search in the text for &#8220;<strong>var data = &#8220;&#8221;;</strong>&#8221; and change to &#8220;<strong>var data = &#8221; &#8220;;</strong>&#8221; (Notice, I added a space.)</li>
<li>Save <strong>LiveTweeter.js</strong></li>
<li>Write your own .ini or use <a href="http://betobates.com/wordpress/wp-content/uploads/2009/07/BetoBates-Rainmeter_SongbirdCurrentTrackInfo_ini.zip">my Rainmeter .ini file</a> below.</li>
<li>Start up Rainmeter and Songbird</li>
<li>Try it out! No more crashes when a Songbird stops playing! (It&#8217;s that simple people!)</li>
</ol>
<p><strong><span style="text-decoration: underline;">Explanation:</span></strong> By adding the space to the text file , it will always have data inside it. So, Rainmeter wont be reading an empty file and will no longer crash!</p>
<p style="text-align: center;"><a title="Rainmeter with Songbird in Action" rel="lightbox" href="http://betobates.com/wordpress/wp-content/uploads/2009/07/Rainmeter-with-Songbird1.jpg"><img class="attachment wp-att-186 centered" src="http://betobates.com/wordpress/wp-content/uploads/2009/07/Rainmeter-with-Songbird1.thumbnail.jpg" alt="Rainmeter-with-Songbird" width="200" height="125" /></a></p>
<p><em><strong>Enjoy!</strong></em></p>
<p><em><strong><br />
</strong></em></p>
<ul> <strong><em>Extras:</em></strong></p>
<li>Here is <a href="http://betobates.com/wordpress/wp-content/uploads/2009/07/BetoBates-Rainmeter_SongbirdCurrentTrackInfo_ini.zip">my Rainmeter .ini file</a> for you. Use it and extend upon it.</li>
<li>To install:
<ol>
<li>Extract the .zip to your Rainmeter Skins folder</li>
<li>Modify the text file path of SongbirdCurrentTrackInfo.ini to match your LiveTweeter output file</li>
<li>remember to restart Rainmeter.</li>
</ol>
</li>
</ul>
<p><em><strong>P.S. -</strong></em> This is a <a href="http://code.google.com/p/songbird-livetweeter/issues/detail?id=48">current issue</a> with LiveTweeter, and will hopefully be changed in a future release. After all, it is just a simple change.</p>
]]></content:encoded>
			<wfw:commentRss>http://betobates.com/wordpress/2009/07/23/songbird-and-rainmeter-working-together/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Songbird &#8211; Firefox&#8217;s and iTunes&#8217; Love-Child</title>
		<link>http://betobates.com/wordpress/2009/01/20/songbird-firefoxs-and-itunes-love-child/</link>
		<comments>http://betobates.com/wordpress/2009/01/20/songbird-firefoxs-and-itunes-love-child/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 00:31:44 +0000</pubDate>
		<dc:creator>BetoBates</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[add-on]]></category>
		<category><![CDATA[artist]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[bio]]></category>
		<category><![CDATA[concert]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[lyric master]]></category>
		<category><![CDATA[lyricmaster]]></category>
		<category><![CDATA[media flow]]></category>
		<category><![CDATA[media player]]></category>
		<category><![CDATA[mediaflow]]></category>
		<category><![CDATA[morning peeps]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[radio]]></category>
		<category><![CDATA[SHOUTcast]]></category>
		<category><![CDATA[songbird]]></category>

		<guid isPermaLink="false">http://betobates.com/wordpress/?p=90</guid>
		<description><![CDATA[Imagine… A web browser like Firefox inside of a media player like iTunes. Really… think about it… Pretty great idea right?  Songbird, finally out of beta, lets you play music and surf the web in the same application.

I am always listening to music while I surf, and I am willing to bet you do too.

Maybe [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><em>Imagine…</em> <strong>A web browser like Firefox inside of a media player like iTunes.</strong> Really… think about it… Pretty great idea right?  Songbird, finally out of beta, lets you play music and surf the web in the same application.</p>
<blockquote>
<h2 style="padding-left: 60px;"><em>I am always listening to music while I surf, and I am willing to bet you do too.</em></h2>
</blockquote>
<p><span id="more-90"></span>Maybe your skeptical about marrying these two application together? You may think that iTunes is good for you, and it does just what you want, Firefox too. This maybe so. In fact, that’s what I thought as well. <strong>But, don’t knock it until you try it!</strong> Just take a look.</p>
<blockquote>
<h2 style="padding-left: 60px;"><em>When you see the life that Songbird brings to your music, you will quickly abandon iTunes.</em></h2>
</blockquote>
<p><strong>What Songbird can do for YOU, straight out of the box:</strong></p>
<ul>
<li>Browse the web with Firefox</li>
<li><a rel="lightbox[songbird-ootb]" href="http://www.getsongbird.com/images/screenshots/100/mashtape.jpg">Fetch artist info</a>
<ul>
<li>Bios</li>
<li>Official and fan website links</li>
<li>News articles</li>
<li>Photos</li>
</ul>
</li>
<li><a rel="lightbox[songbird-ootb]" href="http://www.getsongbird.com/images/screenshots/100/lastfm-scrobbling.jpg">Scrobble your songs to Last.fm</a></li>
<li><a rel="lightbox[songbird-ootb]" href="http://www.getsongbird.com/images/screenshots/100/concert-tickets.jpg">Concert Alerts</a></li>
<li><a rel="lightbox[songbird-ootb]" href="http://www.getsongbird.com/images/screenshots/100/shoutcast.jpg">Listen to SHOUTcast Radio</a></li>
</ul>
<p>So far so good? <a href="http://www.copyblogger.com/one-butt-cheek-blogging/" target="_blank">On the edge of one butt cheek</a> now? You know, we haven’t even got to the juicy goodness center yet, Firefox! <strong>Yea, it is really Firefox in there!</strong> And, since its Firefox, you can use <a href="http://betobates.com/wordpress/2008/08/25/my-favorite-firefox-30-add-ons/">your favorite Firefox add-ons</a>. The feature list only grows further when you find <a href="http://addons.songbirdnest.com/" target="_blank">Songbird add-ons</a> and enhance your experience even more!</p>
<p><strong>Here are a few Songbird add-ons that I love:</strong></p>
<ul>
<li><a href="http://addons.songbirdnest.com/addon/1230">LyricMaster</a> &#8211; Automatically fetch and save song lyrics ( <a rel="lightbox[songbird-ao]" href="http://addons.songbirdnest.com/addon-images/1741/lm_screen01_large.png">Preview</a> )</li>
<li><a href="http://addons.songbirdnest.com/addon/238" target="_blank">MediaFlow</a> &#8211; Cover Flow look-a-like ( <a rel="lightbox[songbird-ao]" href="http://addons.songbirdnest.com/addon-images/2449/mediaflow_medium.jpg?1225828066">Preview</a> )</li>
<li><a href="http://addons.songbirdnest.com/addon/12" target="_blank">iPod Device Support</a> – Sync Songbird and you iPod (<strong>You don’t need iTunes!</strong>)</li>
<li><a href="http://addons.songbirdnest.com/addon/1264" target="_blank">MorningPeeps</a> &#8211; Wake to you music library ( <a rel="lightbox[songbird-ao]" href="http://addons.songbirdnest.com/addon-images/2633/Picture_1_medium.png?1228050387">Preview</a> )</li>
</ul>
<p>Check out <a href="http://betobates.com/wordpress/2008/08/25/my-favorite-firefox-30-add-ons/" target="_self">my other post</a> about Firefox add-ons for an in-depth look at my favorite recommendations.</p>
<p>So, are you convinced that Songbird might be worth a try? <strong>I use it full time now to web browsing and to listen to music.</strong> Head over to their site, <a href="http://www.getsongbird.com/" target="_blank">getSongbird.com</a>, and <strong>grab you free copy for your Windows, Mac, or Linux OS.</strong> If you are still skeptical or you didn’t see a feature you can’t do without, check out their features page for a detailed list of <a href="http://www.getsongbird.com/features/" target="_blank">current features</a>, along with a list of <a href="http://wiki.songbirdnest.com/Roadmap" target="_blank">features in the works</a>.</p>
<p><strong>Try Songbird</strong> and tell me and the <a href="http://getsatisfaction.com/songbird" target="_blank">Songbird team</a> what you think.</p>
<p style="text-align: left;"><a rel="lightbox[songbird-logo]" href="http://www.tuxwatch.com/wp-content/uploads/2006/12/songbird.png"><img src="http://www.tuxwatch.com/wp-content/uploads/2006/12/songbird.png" alt="Songbird-Logo" /></a></p>
<p><em> </em></p>
<p>Happy listening / browsing everyone!</p>
]]></content:encoded>
			<wfw:commentRss>http://betobates.com/wordpress/2009/01/20/songbird-firefoxs-and-itunes-love-child/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatic Lyrics in Winamp and Media Player</title>
		<link>http://betobates.com/wordpress/2008/07/13/automatic-lyrics-in-winamp-and-media-player/</link>
		<comments>http://betobates.com/wordpress/2008/07/13/automatic-lyrics-in-winamp-and-media-player/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 00:26:26 +0000</pubDate>
		<dc:creator>BetoBates</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[lyric]]></category>
		<category><![CDATA[lyrics]]></category>
		<category><![CDATA[plug in]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[song]]></category>
		<category><![CDATA[songs]]></category>
		<category><![CDATA[winamp]]></category>
		<category><![CDATA[windows media player]]></category>

		<guid isPermaLink="false">http://betobates.com/wordpress/?p=35</guid>
		<description><![CDATA[Lyrics Plugin is a piece of software tailored for music fans. To put it simply &#8211; it is an add-on to view lyrics in WinAmp or Windows Media Player. No more searching for lyrics. Just start listening to your favourite songs and lyrics will be displayed automatically.


]]></description>
			<content:encoded><![CDATA[<blockquote><p><a href="http://www.lyricsplugin.com/">Lyrics Plugin</a> is a piece of software tailored for music fans. To put it simply &#8211; it is an add-on to view lyrics in WinAmp or Windows Media Player. No more searching for lyrics. Just start listening to your favourite songs and lyrics will be displayed automatically.</p></blockquote>
<p><span id="more-35"></span><br />
<a href="http://www.lyricsplugin.com/img/winamp.gif" rel="lightbox[groupname]" title="Winamp with Lyrics Plugin"><img src="http://www.lyricsplugin.com/img/winamp.gif" width="435" height="249" alt="Winamp with Lyrics Plugin" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://betobates.com/wordpress/2008/07/13/automatic-lyrics-in-winamp-and-media-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digsby &#8211; IM, Email, Social Networking All-In-One</title>
		<link>http://betobates.com/wordpress/2008/04/29/digsby-im-email-social-networking-all-in-one/</link>
		<comments>http://betobates.com/wordpress/2008/04/29/digsby-im-email-social-networking-all-in-one/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 00:45:13 +0000</pubDate>
		<dc:creator>BetoBates</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[instant message]]></category>
		<category><![CDATA[myspace]]></category>

		<guid isPermaLink="false">http://betobates.com/wordpress/?p=31</guid>
		<description><![CDATA[Check out Digsby. This multi-function application may allow me to check-in on my digital life without ever opening a browser.


Instant Messaging
digsby is a multiprotocol IM client that lets you chat with all your friends on AIM, MSN, Yahoo, ICQ, Google Talk, and Jabber with one simple to manage buddy list.

Email Notifications
digsby is an email notification [...]]]></description>
			<content:encoded><![CDATA[<p>Check out <a href="http://www.digsby.com">Digsby</a>. This multi-function application may allow me to check-in on my digital life without ever opening a browser.</p>
<p><span id="more-31"></span></p>
<p><a href="http://www.digsby.com"><img src="http://img.digsby.com/logos/digsby_with_text_350x100.png" alt="Digsby" /></a></p>
<blockquote><p>Instant Messaging<br />
digsby is a multiprotocol IM client that lets you chat with all your friends on AIM, MSN, Yahoo, ICQ, Google Talk, and Jabber with one simple to manage buddy list.
</p></blockquote>
<blockquote><p>Email Notifications<br />
digsby is an email notification tool that alerts you of new email and lets you perform actions such as &#8216;Delete&#8217; or &#8216;Report Spam&#8217; with just one click.</p></blockquote>
<blockquote><p>Social Networking<br />
digsby is a social networking tool that alerts you of events like new messages and gives you a live Newsfeed of what your friends are up to.</p></blockquote>
<p>Personally, I have been using the multi-purpose application for a day now. It has really simplified my daily life. I use to use <a href="http://terraim.sourceforge.net/">TerraIM</a> for AIM and a <a href="http://www.longfocus.com/firefox/gmanager/">Gmail plugin</a> for firefox to automate my email and of course manually login to facebook and myspace. Now, with <a href="http://www.digsby.com">Digsby</a>, I no longer have to keep my browser open to see if I have new mail or login to myspace or facebook to check for new comments. <a href="http://www.digsby.com">Digsby </a>does it all! </p>
<p>What is even better is that the whole thing is portable. I can use it on another computer. All my preferences are stored server side. So, when I login, its all there just like on my other computer! The only con is that <a href="http://www.digsby.com">Digsby</a> doesn&#8217;t have random instant message colors, which everyone knows I love. I suppose you cannot have it all. Hats off to you over at <a href="http://www.digsby.com">Digsby</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://betobates.com/wordpress/2008/04/29/digsby-im-email-social-networking-all-in-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
