<?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>WinSoft.se &#187; WinAmpJukebox</title>
	<atom:link href="http://www.winsoft.se/tag/winampjukebox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.winsoft.se</link>
	<description>Development with focus on Visual Basic .NET</description>
	<lastBuildDate>Thu, 26 Jan 2012 19:28:40 +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>Filename is the sorce in the jukebox</title>
		<link>http://www.winsoft.se/2009/05/filename-is-the-sorce-in-the-jukebox/</link>
		<comments>http://www.winsoft.se/2009/05/filename-is-the-sorce-in-the-jukebox/#comments</comments>
		<pubDate>Sat, 23 May 2009 14:10:26 +0000</pubDate>
		<dc:creator>Anders Hesselbom</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[WinAmpJukebox]]></category>

		<guid isPermaLink="false">http://www.winsoft.se/?p=321</guid>
		<description><![CDATA[There is one oddity in the WinAmpJukebox that I am planning on leaving in. That is the code for determining the artist name and the song name. For this, I do not use the meta data in the MP3/WMA-file, I use the filename, consequently. I use a program called Mp3tag to manage my songs, and [...]]]></description>
			<content:encoded><![CDATA[<p>There is one oddity in the WinAmpJukebox that I am planning on leaving in. That is the code for determining the artist name and the song name. For this, I do not use the meta data in the MP3/WMA-file, I use the filename, consequently. I use a program called <a href="http://www.mp3tag.de/en/" target="_blank">Mp3tag</a> to manage my songs, and I am actually quite indulgent on managing the meta data, but very picky on managing the file name. So this oddity works for me, wild protests might make reconsider.</p>
<p>I use <a href="http://cdexos.sourceforge.net/" target="_blank">CDEx</a> to copy my CD:s to to the hard drive, and it lets me specify how I want the file to be named. I prefer this setup: %1\%2\%7. %1 &#8211; %4</p>
<p>Meaning: A folder with the name of the artist (as registered in <a href="http://www.cddb.com/" target="_blank">CDDB</a>), a subfolder with the name of the album, and the song is named after the tracknumber, the artist name and the song name. For example:</p>
<p>..\My Music\MP3\Queen\A Night at the Opera\01. Queen &#8211; Death on two legs.wma</p>
<p>This is how it is I currently extract the information from the full path to display it in the jukebox:</p>
<p>1. Remove the file ending.<br />
2. Remove any starting number. I use a Regex to detect these two variants:</p>
<p>&#8220;07-In the Neighborhood&#8221;<br />
&#8220;07. In the Neighborhood&#8221;</p>
<p>3. If the filename contains a minus separated by two spaces, assume that the artist name and the song name is found, otherwise I assume that the containing folder has the same name as the performing artist.</p>
<p>This rimes quite well with what you would expect from a jukebox. A disk with a bunch of artist directories, with a few songs in each of them, or possible some genre directories at the root level. But again, protests might make me change this, but for now, I like it a lot.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.winsoft.se/2009/05/filename-is-the-sorce-in-the-jukebox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The one and only jukebox</title>
		<link>http://www.winsoft.se/2009/05/the-one-and-only-jukebox/</link>
		<comments>http://www.winsoft.se/2009/05/the-one-and-only-jukebox/#comments</comments>
		<pubDate>Thu, 14 May 2009 16:08:20 +0000</pubDate>
		<dc:creator>Anders Hesselbom</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[WinAmpJukebox]]></category>

		<guid isPermaLink="false">http://www.winsoft.se/?p=307</guid>
		<description><![CDATA[I am very exited about my new jukebox. For perfect playback, it is implemented as an addon to WinAmp. WinAmp is free, and I can take care about the playback later (if ever). It is intended for use on parties, and it prevents that one person picks all the music. Of all players that I [...]]]></description>
			<content:encoded><![CDATA[<p>I am very exited about my new jukebox. For perfect playback, it is implemented as an addon to WinAmp. WinAmp is free, and I can take care about the playback later (if ever). It is intended for use on parties, and it prevents that one person picks all the music.</p>
<p>Of all players that I could have chosen for making an addon to, why WinAmp? Because of the output plugin called SqrSoft Advanced Crossfading! A superb and very intelligent crossfader! If you haven&#8217;t got it, get it!</p>
<p>So, why crossfading?</p>
<p>If you allow a blank space between songs, people that attends to the party will do one (or both) of the following:</p>
<ul>
<li>Fiddle with the stereo.</li>
<li>Go home.</li>
</ul>
<p>Crossfading prevents this. Check out for the download, it will be posted soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.winsoft.se/2009/05/the-one-and-only-jukebox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

