<?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>KaraokeCrime &#187; winamp</title>
	<atom:link href="http://www.karaokecrime.com/tag/winamp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.karaokecrime.com</link>
	<description>Thinking big about karaoke.  Democratizing tools, breaking rules.</description>
	<lastBuildDate>Wed, 08 Jun 2011 13:20:28 +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>How to unzip a ton of karaoke tracks (Mac / Linux)</title>
		<link>http://www.karaokecrime.com/2009/01/how-to-unzip-a-ton-of-karaoke-tracks-mac-linux/</link>
		<comments>http://www.karaokecrime.com/2009/01/how-to-unzip-a-ton-of-karaoke-tracks-mac-linux/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 16:53:13 +0000</pubDate>
		<dc:creator>djkj</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[commandline]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[vlc]]></category>
		<category><![CDATA[winamp]]></category>

		<guid isPermaLink="false">http://www.karaokecrime.com/2009/01/how-to-unzip-a-ton-of-karaoke-tracks-mac-linux/</guid>
		<description><![CDATA[

Karaoke players (like Winamp or VLC) can&#8217;t read inside .zip files, so you need to unzip all your karaoke to use them. Turns out, if you have a big library there are just too many files to use the unix wildcard *.
And you get an error like: -bash: /bin/ls: Argument list too long
Here&#8217;s how to [...]]]></description>
			<content:encoded><![CDATA[<p>
<img src="http://www.karaokecrime.com/wp-content/uploads/2009/01/200901131151.jpg" width="500" height="409" alt="200901131151.jpg" title="200901131151.jpg" /></p>
<p>Karaoke players (like <a href="http://www.karaokecrime.com/2009/01/best-karaoke-software-for-windows/">Winamp</a> or <a href="http://videolan.org/vlc">VLC</a>) can&#8217;t read inside .zip files, so you need to unzip all your karaoke to use them. Turns out, if you have a big library there are just too many files to use the <a href="http://unix.t-a-y-l-o-r.com/USwild.html">unix wildcard *.</a></p>
<p>And you get an error like: <em>-bash: /bin/ls: Argument list too long</em></p>
<p>Here&#8217;s how to move your huge library of karaoke songs to one folder, and unzip them. It&#8217;s well worth the trouble to be able to use Winamp (which is super-simple and solid for karaoke nights).</p>
<p><span id="more-153"></span>
<p>Open up Terminal. Type &#8220;cd Music/Karaoke/CDG&#8221; or whatever to get into your karaoke folder.</p>
<p><strong>To copy to one folder:</strong></p>
<blockquote>
<p>mkdir ../onefolder/</p>
<p>find . -exec cp &#8220;{}&#8221; ../onefolder \; -print</p>
</blockquote>
<p><strong>To unzip all:</strong></p>
<blockquote><p>
  cd ../onefolder/
</p></blockquote>
<blockquote><p>
  find . -exec unzip -o &#8220;{}&#8221; \; -print
</p></blockquote>
<p><strong>To delete all (careful with this! If you&#8217;re not careful you could delete your entire hard drive!)</strong></p>
<blockquote><p>
  find ../onefolder/ -name &#8220;*.zip&#8221; -exec rm &#8220;{}&#8221; \; -print
</p></blockquote>
<p>If you don&#8217;t understand how terminal commands work, just use Finder and Spotlight to do the last step.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.karaokecrime.com/2009/01/how-to-unzip-a-ton-of-karaoke-tracks-mac-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The quick and dirty way to make a karaoke song book on Windows or Linux</title>
		<link>http://www.karaokecrime.com/2009/01/the-quick-and-dirty-way-to-make-a-karaoke-song-book-on-windows-or-linux/</link>
		<comments>http://www.karaokecrime.com/2009/01/the-quick-and-dirty-way-to-make-a-karaoke-song-book-on-windows-or-linux/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 01:10:16 +0000</pubDate>
		<dc:creator>djkj</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[printing]]></category>
		<category><![CDATA[pykaraoke]]></category>
		<category><![CDATA[quickanddirty]]></category>
		<category><![CDATA[songbooks]]></category>
		<category><![CDATA[winamp]]></category>

		<guid isPermaLink="false">http://www.karaokecrime.com/2009/01/the-quick-and-dirty-way-to-make-a-karaoke-song-book-on-windows-or-linux/</guid>
		<description><![CDATA[Song books are important, but making them can be a pain in the neck. Here&#8217;s the simplest way to make a karaoke songbook on Windows, using either PyKaraoke or Winamp.
If you&#8217;re starting from scratch, PyKaraoke will be the simplest: just add your music, and go to File -&#62; Print Song List.
If you&#8217;re using Winamp, just [...]]]></description>
			<content:encoded><![CDATA[<p>Song books are important, but making them can be a pain in the neck. Here&#8217;s the simplest way to make a karaoke songbook on Windows, using <a href="http://www.kibosh.org/pykaraoke/"></a>either <a href="http://www.kibosh.org/pykaraoke/">PyKaraoke</a> or <a href="http://winamp.com/player">Winamp</a>.</p>
<p>If you&#8217;re starting from scratch, PyKaraoke will be the simplest: just add your music, and go to File -&gt; Print Song List.</p>
<p>If you&#8217;re using Winamp, just import your music (unzip all .zip files first), sort by Artist or Title, drag into a playlist, select all, and hit Ctrl-Alt-G. This will open up a browser window with your playlist rendered as HTML. Print it.</p>
<p>If that was hard to follow, keep reading for step by step instructions&#8230;</p>
<p>If you&#8217;re using a Mac, see this post: <a href="http://www.karaokecrime.com/2009/01/the-easiest-way-to-make-a-karaoke-song-book-on-a-mac/">The easiest way to make a karaoke song book on a Mac</a></p>
<p><span id="more-96"></span>
<p><strong>Printing a songlist in Pykaraoke&#8230;</strong></p>
<ol>
<li>Download <a href="http://www.kibosh.org/pykaraoke/downloads.php">PyKaraoke</a> for Windows, install, and run.</li>
<li>Go to File -&gt; Add New Songs to Database</li>
<li>Click on &#8220;Add Folder&#8221; (top right) and choose a folder.</li>
<li>Click on &#8220;Save and Close&#8221; (at the bottom)</li>
<li>Go to File &#8211; &gt; Print Song List</li>
</ol>
<p><strong>Printing a songlist in Winamp&#8230;</strong></p>
<ol>
<li><a href="http://www.karaokecrime.com/2009/01/best-karaoke-software-for-windows/">Follow these instructions to install Winamp and import your songs</a> (if you haven&#8217;t yet)</li>
<li>In your media library, sort by Artist or Title.</li>
<li>Select all (Ctrl-A) and drag to your playlist</li>
<li>Click a song in the playlist, and select all (Ctrl-A)</li>
<li>Hit Ctrl-Alt-G.</li>
<li>A browser window will open with your playlist rendered as HTML.</li>
<li>Print it, or copy the contents into a word processor and add columns, etc.</li>
</ol>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.karaokecrime.com/2009/01/the-quick-and-dirty-way-to-make-a-karaoke-song-book-on-windows-or-linux/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>The best free karaoke software for Mac, Windows, and Linux.</title>
		<link>http://www.karaokecrime.com/2009/01/the-best-free-karaoke-software-for-mac-windows-and-linux/</link>
		<comments>http://www.karaokecrime.com/2009/01/the-best-free-karaoke-software-for-mac-windows-and-linux/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 02:27:14 +0000</pubDate>
		<dc:creator>djkj</dc:creator>
				<category><![CDATA[Karaoke Setup]]></category>
		<category><![CDATA[Karaoke Software]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[cdg players]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[karaokenight]]></category>
		<category><![CDATA[kj]]></category>
		<category><![CDATA[kjams]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[pykaraoke]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[winamp]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.karaokecrime.com/?p=22</guid>
		<description><![CDATA[I&#8217;ve got three posts on the subject. But the winners are kJams (Mac), Winamp + CDG plugin (Windows), and PyKaraoke (Linux).
If you use both Mac and Windows, t&#8217;s a tough call between kJams and Winamp. If you&#8217;re going to be actively updating your library and your song books, kJams is it.
If you want to set [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve got three posts on the subject. But the winners are <a href="http://karaoke.kjams.com">kJams</a> (Mac), <a href="http://www.winamp.com/">Winamp</a> + <a href="http://www.winamp.com/plugins/details/100775">CDG plugin</a> (Windows), and <a href="http://www.kibosh.org/pykaraoke/">PyKaraoke</a> (Linux).</p>
<p>If you use both Mac and Windows, t&#8217;s a tough call between kJams and Winamp. If you&#8217;re going to be actively updating your library and your song books, kJams is it.</p>
<p>If you want to set things up once, never think about it again, and spend your karaoke night hitting on people, use Winamp.</p>
<p>Now, without further ado, the verdicts:</p>
<p><a href="x-blogpost://1f0e3dad99908345f7439f8ffabdffc4@fea63941e54e4beadf336e4bfab6a8c1">The best karaoke software for Mac OS X: kJams</a><a href="x-blogpost://98f13708210194c475687be6106a3b84@fea63941e54e4beadf336e4bfab6a8c1"></a></p>
<p><a href="x-blogpost://98f13708210194c475687be6106a3b84@fea63941e54e4beadf336e4bfab6a8c1">The best karaoke software for Windows: Winamp</a> <a href="x-blogpost://c20ad4d76fe97759aa27a0c99bff6710@fea63941e54e4beadf336e4bfab6a8c1"></a></p>
<p><a href="x-blogpost://c20ad4d76fe97759aa27a0c99bff6710@fea63941e54e4beadf336e4bfab6a8c1">The best karaoke software for Linux: PyKaraoke</a></p>
<p><strong><br /></strong></p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.karaokecrime.com/2009/01/the-best-free-karaoke-software-for-mac-windows-and-linux/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Best karaoke software for Windows</title>
		<link>http://www.karaokecrime.com/2009/01/best-karaoke-software-for-windows/</link>
		<comments>http://www.karaokecrime.com/2009/01/best-karaoke-software-for-windows/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 01:48:06 +0000</pubDate>
		<dc:creator>djkj</dc:creator>
				<category><![CDATA[Karaoke Software]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[cdg players]]></category>
		<category><![CDATA[karaokenight]]></category>
		<category><![CDATA[kj]]></category>
		<category><![CDATA[pykaraoke]]></category>
		<category><![CDATA[winamp]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.karaokecrime.com/?p=20</guid>
		<description><![CDATA[Winamp isn&#8217;t even karaoke software. That&#8217;s probably what makes it so awesome.
Battle tested in the dormitories of our youth, on the Pentiums of yesteryear, Winamp + CDG plugin is lightning fast and un-fuckwithable. Also, everybody knows how it works, making it easy to enlist helpers (or let singers browse on their own). Here&#8217;s how to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://winamp.com/">Winamp</a> isn&#8217;t even karaoke software. That&#8217;s probably what makes it so awesome.</p>
<p>Battle tested in the dormitories of our youth, on the Pentiums of yesteryear, <a href="http://www.winamp.com/player">Winamp</a> + <a href="http://www.winamp.com/plugins/details/100775">CDG plugin</a> is lightning fast and un-fuckwithable. Also, everybody knows how it works, making it easy to enlist helpers (or let singers browse on their own). Here&#8217;s how to get it running&#8230;</p>
<p><span id="more-20"></span><br />
<strong>Setting up Winamp:</strong></p>
<ol>
<li><a href="http://winamp.com/player">Download Winamp</a>&nbsp;&nbsp;</li>
<li>Do a full install, but uncheck everything on the &#8220;Get the Most out of Winamp&#8221; screen. Choose &#8220;Winamp Classic&#8221; skin.</li>
<li>Close the EQ, click the menu button in the top left corner and click &#8220;Media Library&#8221;</li>
<li>Close the various media library panes until you just have a search field and a list, and attach it to the side of the player (see below)</li>
<li>Unzip your music to .cdg &amp; .mp3 (winamp)</li>
<li>Drag your karaoke music folder into your library.</li>
</ol>
<p>
<img src="http://www.karaokecrime.com/wp-content/uploads/2009/01/200901041929.png" width="480" height="308" alt="200901041929.jpg" title="200901041929.jpg" /></p>
<p><strong>Install the CDG plugin:</strong></p>
<ol>
<li>Quit Winamp</li>
<li>Download the <a href="http://www.winamp.com/plugins/details/100775">CDG plugin</a></li>
<li>Run the installer</li>
</ol>
<p>When you restart Winamp and play a karaoke track, a window should show up, like this:</p>
<p>
<img src="http://www.karaokecrime.com/wp-content/uploads/2009/01/200901042018.jpg" width="480" height="360" alt="200901042018.jpg" title="200901042018.jpg" /></p>
<p>If you right-click on the video window, you can make it bigger, or make it full screen.</p>
<p>Now, go to Menu -&gt; Options -&gt; Media Library and change the dropdown from &#8220;Plays Selected Item(s)&#8221; to &#8220;Enqueues Selected Item(s)&#8221;. Now you can add songs to the playlist by double-clicking or hitting enter, and it&#8217;s harder to interrupt the song that&#8217;s playing.</p>
<p><strong>Bonus Trippiness:</strong> Go to Menu -&gt; Options -&gt; Plugins -&gt; Visualization and under &#8220;Fullscreen Settings&#8221; choose your second monitor as the display adapter and in the bottom left check &#8220;Desktop Mode&#8221;. Then if you set the lyrics window to partially occupy the screen, Winamp trippiness will display around the borders. Eat it, Karafun!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.karaokecrime.com/2009/01/best-karaoke-software-for-windows/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

