<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>wincue blog</title>
	<atom:link href="http://blog.wincue.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wincue.org</link>
	<description>wincue - the fast and easy media library for winamp</description>
	<lastBuildDate>Tue, 07 Jul 2009 19:52:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.wincue.org' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/b18b05f6890957abf3fa98931d6ae6a5?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>wincue blog</title>
		<link>http://blog.wincue.org</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.wincue.org/osd.xml" title="wincue blog" />
	<atom:link rel='hub' href='http://blog.wincue.org/?pushpress=hub'/>
		<item>
		<title>A New Search Syntax</title>
		<link>http://blog.wincue.org/2009/07/07/a-new-search-syntax/</link>
		<comments>http://blog.wincue.org/2009/07/07/a-new-search-syntax/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 19:41:06 +0000</pubDate>
		<dc:creator>Anders Sandvig</dc:creator>
				<category><![CDATA[wincue]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[spotify]]></category>

		<guid isPermaLink="false">http://blog.wincue.org/?p=27</guid>
		<description><![CDATA[This article describes the new search syntax introduced in WinCue 2.0. Note: Since WinCue 2.0 hasn&#8217;t been released yet (and by the looks of things, it&#8217;s going to take a little while longer until it&#8217;s stable enough for a public release), this post may seem completely pointless at this time. However, I thought it might [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.wincue.org&blog=7414540&post=27&subd=wincue&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>This article describes the new search syntax introduced in WinCue 2.0. </p>
<p><em>Note: Since WinCue 2.0 hasn&#8217;t been released yet (and by the looks of things, it&#8217;s going to take a little while longer until it&#8217;s stable enough for a public release), this post may seem completely pointless at this time. However, I thought it might be a good idea to write down how this stuff is supposed to work before I forget it. Also, it may turn out to be useful documentation in the future. Who knows&#8230;</p>
<p>Oh, yeah, and if you have any suggestions or complaints about the syntax, please let me know.</em></p>
<h4>Basic Searches</h4>
<p>As before, the simplest way to search is just to type in in whatever you&#8217;re looking for:</p>
<blockquote><p><em>madonna</em></p></blockquote>
<p>This will match all items where any of the default fields (<em>filename</em> (with or without path, depending on configuration), <em>artist</em>, <em>title</em> and <em>album</em>) contains the text &#8220;madonna&#8221;, ignoring case (i.e. it will match both &#8220;Madonna&#8221; and &#8220;madonna&#8221;).</p>
<p>If you want to be more specific, you can include multiple search terms:</p>
<blockquote><p><em>michael jackson</em></p></blockquote>
<p>This will match all songs where one or more of the default fields contain the text &#8220;michael&#8221; and one or more of them contain the text &#8220;jackson&#8221; (implied logical AND).</p>
<p>This is pretty much how search has been working in WinCue since the very beginning, so nothing new there, really. </p>
<p>However, a new feature is the support for exact phrase matches using double quotes:</p>
<blockquote><p><em>&#8220;lene marlin&#8221;</em></p></blockquote>
<p>This will match any items where any of the default fields contain the full phrase &#8220;lene marlin&#8221;. </p>
<h4>Boolean Searches</h4>
<p>In addition, it&#8217;s now also possible to use &#8216;+&#8217; and &#8216;-&#8217; to include and exclude search terms:</p>
<blockquote><p><em>+michael -bolton</em></p></blockquote>
<p>This will match anything where the default fields contain the text &#8220;michael&#8221; but not the text &#8220;bolton&#8221;. Note that the &#8216;+&#8217; is optional as it is assumed when no prefix is given. </p>
<p>To indicate that you are looking for either of a set of words or phrases (logical OR), you can separate them with &#8216;,&#8217;:</p>
<blockquote><p><em>ozzy,&#8221;black sabbath&#8221;,metallica</em></p></blockquote>
<p>This will match all items where any of the default fields contain the text &#8220;ozzy&#8221;, &#8220;black sabbath&#8221; or &#8220;metallica&#8221;. Note that there must be no spaces before or after the commas. For people who are familiar with <a href="http://www.spotify.com/blog/archives/2008/01/22/searching-spotify/">Spotify&#8217;s search syntax</a>, it&#8217;s also possible to use &#8216;/&#8217; instead of &#8216;,&#8217; to separate words and phrases.</p>
<h4>Field-Specific Searches</h4>
<p>To make more detailed searches, you can specify which fields to match:</p>
<blockquote><p><em>artist:madonna title:remix</em></p></blockquote>
<p>This will match all items where the <em>artist</em> field contains the text &#8220;madonna&#8221; and the <em>title</em> field contains the text &#8220;remix&#8221;. Note that there must be no spaces between before or after the &#8216;:&#8217; that separates the field name and the search words.</p>
<p>Since the <em>track</em> and <em>year</em> fields are numbers, they also allow specifying ranges:</p>
<blockquote><p><em>genre:pop year:1980-2000</em></p></blockquote>
<p>This will search for songs categorized as &#8220;pop&#8221; from the time period between 1980 and 2000. </p>
<p>It&#8217;s also possible to search for multiple tracks, years and ranges in a compact way:</p>
<blockquote><p><em>artist:&#8221;rolling stones&#8221; year:1965-1975,1983 -year:1969</em></p></blockquote>
<p>This will find songs by Rolling Stones released between 1965 and 1975, or in 1983, but not those released in 1969.</p>
<h4>Fields and Values</h4>
<p>The metadata fields supported by WinCue 2.0 (so far) are <em>filename</em> (including path), <em>pathname</em> (excluding filename), <em>basename</em> (filename excluding path), <em>artist</em>, <em>album</em>, <em>title</em>, <em>comment</em>, <em>genre</em>, <em>track</em> and <em>year</em>.</p>
<p>Note that <em>genre</em> is a free text field in ID3v2 and APE tags (and, I&#8217;m guessing, also Ogg Vorbis comments) and thus does not have any standard values. Fortunately, the ID3v1 genres are <a href="http://www.multimediasoft.com/amp3dj/help/amp3dj_00003e.htm#ss13.3">somewhat standardized and documented</A>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wincue.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wincue.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wincue.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wincue.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wincue.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wincue.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wincue.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wincue.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wincue.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wincue.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.wincue.org&blog=7414540&post=27&subd=wincue&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.wincue.org/2009/07/07/a-new-search-syntax/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d6223c8e4cf28dd5a28b6b8c24c9c6b5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">asandvig</media:title>
		</media:content>
	</item>
		<item>
		<title>Cleaning Up the Mess</title>
		<link>http://blog.wincue.org/2009/04/30/cleaning-up-the-mess/</link>
		<comments>http://blog.wincue.org/2009/04/30/cleaning-up-the-mess/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 19:09:05 +0000</pubDate>
		<dc:creator>Anders Sandvig</dc:creator>
				<category><![CDATA[wincue]]></category>
		<category><![CDATA[winamp]]></category>

		<guid isPermaLink="false">http://blog.wincue.org/?p=16</guid>
		<description><![CDATA[After nearly a year of procrastination and avoiding to make up my mind, I finally decided what to do about WinCue. As of last week I&#8217;ve picked up the project from the trash and started working on it again. I&#8217;m not going to make any promises, but for now I&#8217;m focusing on making it (more) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.wincue.org&blog=7414540&post=16&subd=wincue&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>After nearly <a href="http://blog.looplabel.net/2008/05/09/on-the-future-of-wincue/">a year of procrastination and avoiding to make up my mind</a>, I finally decided what to do about WinCue. As of last week I&#8217;ve picked up the project from the trash and started working on it again. I&#8217;m not going to make any promises, but for now I&#8217;m focusing on making it (more) compatible with Winamp 5&mdash;including support for new skins. I&#8217;m also removing old features that are no longer relevant and doing some general code cleanup to make maintenance easier.</p>
<p>As some of you may have noticed, <a href="http://www.wincue.org/">www.wincue.org</a> was down for a very, very long time. The reason being that my previous web host basically abandoned me, and I neglected to do anything about it. The site is back up on SourceForge.net hosting now, which should be more reliable (although still quite buggy and often very slow). Maybe, one day, if I&#8217;m bored and in a good mood, I will make a new site.</p>
<p>If anyone is interested in following the development progress, I set up <a href="https://sourceforge.net/tracker/?group_id=82929&amp;atid=1127403">a backlog on SourceForge.net</a> to keep track of the stuff I&#8217;m currently working on. I also did some cleaning up in the bug tracker and feature request tracker. Feel free to add feature requests, but I&#8217;m not going to care about bug reports from 1.x for now.</p>
<p>If you are reading this you probably also figured out that I now have a separate blog for WinCue. The idea is to keep it (somewhat) up-to date with what&#8217;s happening. Anyway, that&#8217;s enough rambling for now. Let&#8217;s get back to coding&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wincue.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wincue.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wincue.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wincue.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wincue.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wincue.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wincue.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wincue.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wincue.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wincue.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.wincue.org&blog=7414540&post=16&subd=wincue&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.wincue.org/2009/04/30/cleaning-up-the-mess/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d6223c8e4cf28dd5a28b6b8c24c9c6b5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">asandvig</media:title>
		</media:content>
	</item>
		<item>
		<title>On the Future of WinCue</title>
		<link>http://blog.wincue.org/2008/05/09/on-the-future-of-wincue/</link>
		<comments>http://blog.wincue.org/2008/05/09/on-the-future-of-wincue/#comments</comments>
		<pubDate>Fri, 09 May 2008 01:01:23 +0000</pubDate>
		<dc:creator>Anders Sandvig</dc:creator>
				<category><![CDATA[wincue]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[winamp]]></category>

		<guid isPermaLink="false">http://wincue.wordpress.com/?p=3</guid>
		<description><![CDATA[For historical and technical reasons, this blog post is located elsewhere: http://blog.looplabel.net/2008/05/09/on-the-future-of-wincue/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.wincue.org&blog=7414540&post=3&subd=wincue&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>For historical and technical reasons, this blog post is located elsewhere:</p>
<p><a href="http://blog.looplabel.net/2008/05/09/on-the-future-of-wincue/">http://blog.looplabel.net/2008/05/09/on-the-future-of-wincue/</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/wincue.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/wincue.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wincue.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wincue.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wincue.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wincue.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wincue.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wincue.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wincue.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wincue.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wincue.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wincue.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.wincue.org&blog=7414540&post=3&subd=wincue&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.wincue.org/2008/05/09/on-the-future-of-wincue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d6223c8e4cf28dd5a28b6b8c24c9c6b5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">asandvig</media:title>
		</media:content>
	</item>
	</channel>
</rss>