<?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; mac</title>
	<atom:link href="http://www.karaokecrime.com/tag/mac/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>How to make karaoke songbooks</title>
		<link>http://www.karaokecrime.com/2009/01/how-to-make-karaoke-songbooks/</link>
		<comments>http://www.karaokecrime.com/2009/01/how-to-make-karaoke-songbooks/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 01:23:50 +0000</pubDate>
		<dc:creator>djkj</dc:creator>
				<category><![CDATA[Karaoke Setup]]></category>
		<category><![CDATA[Karaoke Software]]></category>
		<category><![CDATA[karaokenight]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[songbooks]]></category>
		<category><![CDATA[Untitled]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.karaokecrime.com/2009/01/how-to-make-karaoke-songbooks/</guid>
		<description><![CDATA[A 
Sometimes you&#8217;ll get a big karaoke collection with a pre-made songbook. This is definitely the easiest way to get started.
But once you start downloading more songs, you&#8217;ll need a way to make your own books. Here are two quick guides to making songbooks.
On Windows, your book will be somewhat ugly and wasteful of paper [...]]]></description>
			<content:encoded><![CDATA[<p>A<br /> <img title="200901101830.jpg" src="http://www.karaokecrime.com/wp-content/uploads/2009/01/200901101830.jpg" alt="200901101830.jpg" width="500" height="735" /></p>
<p>Sometimes you&#8217;ll get a big karaoke collection with a pre-made songbook. This is definitely the easiest way to get started.</p>
<p>But once you start downloading more songs, you&#8217;ll need a way to make your own books. Here are two quick guides to making songbooks.</p>
<p>On Windows, your book will be somewhat ugly and wasteful of paper without further fiddling. But this is definitely the best way to start.</p>
<p><a href="x-blogpost://26657d5ff9020d2abefe558796b99584@fea63941e54e4beadf336e4bfab6a8c1">The quick and dirty way to make a karaoke song book on Windows or Linux</a> <a href="x-blogpost://812b4ba287f5ee0bc9d43bbf5bbe87fb@fea63941e54e4beadf336e4bfab6a8c1"></a></p>
<p><a href="x-blogpost://812b4ba287f5ee0bc9d43bbf5bbe87fb@fea63941e54e4beadf336e4bfab6a8c1">The easiest way to make a karaoke song book on a Mac</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.karaokecrime.com/2009/01/how-to-make-karaoke-songbooks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The easiest way to make a karaoke song book on a Mac</title>
		<link>http://www.karaokecrime.com/2009/01/the-easiest-way-to-make-a-karaoke-song-book-on-a-mac/</link>
		<comments>http://www.karaokecrime.com/2009/01/the-easiest-way-to-make-a-karaoke-song-book-on-a-mac/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 01:08:56 +0000</pubDate>
		<dc:creator>djkj</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[karaoke]]></category>
		<category><![CDATA[kjams]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[printing]]></category>
		<category><![CDATA[quickanddirty]]></category>
		<category><![CDATA[songbooks]]></category>

		<guid isPermaLink="false">http://www.karaokecrime.com/2009/01/the-easiest-way-to-make-a-karaoke-song-book-on-a-mac/</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 a Mac using kJams:
Cnce you&#8217;re music&#8217;s in kJams, hide all columns except the ones you want, select all your songs, copy/paste them into TextEdit, and use find and replace to turn [...]]]></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 a Mac using <a href="http://karaoke.kjams.com">kJams:</a></p>
<p>Cnce you&#8217;re music&#8217;s in kJams, hide all columns except the ones you want, select all your songs, copy/paste them into TextEdit, and use find and replace to turn the tabs into hyphens. &nbsp;&nbsp;</p>
<p>If that sounds like a mouthful, read more for step by step instructions&#8230;</p>
<p>For Windows, see this post: <a href="http://www.karaokecrime.com/2009/01/the-quick-and-dirty-way-to-make-a-karaoke-song-book-on-windows-or-linux/">The easiest way to make a karaoke song book on Windows (or Linux)</a>.</p>
<p><span id="more-95"></span>
<ol>
<li>Get <a href="http://karaoke.kjams.com">kJams</a> and import your music</li>
<li>Ctrl-click on the &#8220;Song Name&#8221; column heading and a dropdown will appear.</li>
<li>Uncheck everything except &#8220;Artist&#8221; and &#8220;Song Name&#8221; to make all other columns disappear.</li>
<li>If the artist info is mixed in with the song name, uncheck Artist as well.</li>
<li>Click column titles to search by Artist or Song Name</li>
<li>Hit Cmd-A (Select All) and Cmd-C (Copy)</li>
<li>Open TextEdit (it&#8217;s in your Applications folder) and hit Cmd-V (Paste). Your song list should appear.</li>
<li>If the Artist info was mixed in with the song name, you&#8217;re done! Print it!</li>
<li>If not, you&#8217;ll want to turn those white spaces (tabs) between artist and song name into hyphens</li>
<li>Double click on the blank space between the artist and the song name. The blank space should highlight blue.</li>
<li>Hit Cmd-C (Copy) and Cmd-F (Find) and Cmd-V (Paste). That should paste a similar blank space into the &#8220;Find&#8221; field.</li>
<li>Click in the &#8220;Replace&#8221; field, hit spacebar, type a hyphen, and hit space bar (&#8221; &#8211; &#8220;)</li>
<li>Click &#8220;Replace All&#8221;.</li>
</ol>
<p>Voila. You now have something that looks like a song list. Just paste <em>that</em> into Word or <a href="http://openoffice.org">OpenOffice</a> and add columns, adjust the margins, the font-size etc.</p>
<p>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.karaokecrime.com/2009/01/the-easiest-way-to-make-a-karaoke-song-book-on-a-mac/feed/</wfw:commentRss>
		<slash:comments>5</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>
	</channel>
</rss>

