<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[MusicBrainz Forums — General Discussion]]></title>
		<link>http://forums.musicbrainz.org/index.php</link>
		<atom:link href="http://forums.musicbrainz.org/extern.php?action=feed&amp;fid=4&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent topics at MusicBrainz Forums.]]></description>
		<lastBuildDate>Fri, 17 May 2013 03:18:06 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[MusicBrainz Server Virtual Machine - Updated?]]></title>
			<link>http://forums.musicbrainz.org/viewtopic.php?id=4278&amp;action=new</link>
			<description><![CDATA[<p>Just wondering, are there any plans to update the MusicBrainz Server Virtual Machine? Or does that take alot of time to do?</p><p>I did try to get this server thing going on centos but I got to the point where I would be better off getting MusicBrainz Server Virtual Machine that was already created.</p><p>All I&#039;m looking at doing is setting up an Musicbrainz server that is offline (not conected to the net) and just the database in it.</p><p>Will the current database dump work with the MusicBrainz Server Virtual Machine image provided?</p><p>Thankyou :)</p>]]></description>
			<author><![CDATA[null@example.com (Danielx64)]]></author>
			<pubDate>Fri, 17 May 2013 03:18:06 +0000</pubDate>
			<guid>http://forums.musicbrainz.org/viewtopic.php?id=4278&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Get album from artist/track]]></title>
			<link>http://forums.musicbrainz.org/viewtopic.php?id=4258&amp;action=new</link>
			<description><![CDATA[<p>I looked over and played with the web service api.&nbsp; All I want to do is provide an artist and song title and get back an album. Which api/query should I be using?</p>]]></description>
			<author><![CDATA[null@example.com (michaeljc70)]]></author>
			<pubDate>Sun, 05 May 2013 04:22:36 +0000</pubDate>
			<guid>http://forums.musicbrainz.org/viewtopic.php?id=4258&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Exception when accessing VM]]></title>
			<link>http://forums.musicbrainz.org/viewtopic.php?id=4253&amp;action=new</link>
			<description><![CDATA[<p>Hi All.</p><p>I have been trying to setup the server using the provided VM. When I tried to access the server after starting it getting the following exception.</p><p>Caught exception in MusicBrainz::Server::Controller::Root-&gt;index &quot;mismatched tag &#039;BODY&#039;&quot;</p><p>Any help is really appreciated. I have included part of the stack trace below.</p><p>Thanks,<br />Regards,<br />Sumith</p><p>Stack Trace</p><p>Package&nbsp; &nbsp; Line&nbsp; &nbsp; File<br />MusicBrainz::Server::Data::Blog&nbsp; &nbsp; 26&nbsp; &nbsp; lib/MusicBrainz/Server/Data/Blog.pm<br />&nbsp; &nbsp;23:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;return undef unless $xml &amp;&amp; $xml-&gt;is_success;<br />&nbsp; &nbsp;24: <br />&nbsp; &nbsp;25:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$entry_parser = XML::RSS::Parser::Lite-&gt;new;<br />&nbsp; &nbsp;26:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$entry_parser-&gt;parse($xml-&gt;content);<br />&nbsp; &nbsp;27:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$cache-&gt;set($key =&gt; $entry_parser);<br />&nbsp; &nbsp;28:&nbsp; &nbsp; &nbsp;}<br />&nbsp; &nbsp;29: </p><p>MusicBrainz::Server::Controller::Root&nbsp; &nbsp; 44&nbsp; &nbsp; lib/MusicBrainz/Server/Controller/Root.pm<br />&nbsp; &nbsp;41: sub index : Path Args(0)<br />&nbsp; &nbsp;42: {<br />&nbsp; &nbsp;43:&nbsp; &nbsp; &nbsp;my ($self, $c) = @_;<br />&nbsp; &nbsp;44:&nbsp; &nbsp; &nbsp;$c-&gt;stash(<br />&nbsp; &nbsp;45:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;blog =&gt; $c-&gt;model(&#039;Blog&#039;)-&gt;get_latest_entries,<br />&nbsp; &nbsp;46:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;template =&gt; &#039;main/index.tt&#039;<br />&nbsp; &nbsp;47:&nbsp; &nbsp; &nbsp;);</p><p>MusicBrainz::Server&nbsp; &nbsp; 322&nbsp; &nbsp; lib/MusicBrainz/Server.pm<br />&nbsp; 319:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;chomp $warning;<br />&nbsp; 320:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$c-&gt;log-&gt;warn($c-&gt;req-&gt;method . &quot; &quot; . $c-&gt;req-&gt;uri . &quot; caused a warning: &quot; . $warning);<br />&nbsp; 321:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;};<br />&nbsp; 322:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$c-&gt;next::method(@_);<br />&nbsp; 323:&nbsp; &nbsp; &nbsp;};<br />&nbsp; 324: }<br />&nbsp; 325: </p><p>MusicBrainz::Server&nbsp; &nbsp; 322&nbsp; &nbsp; lib/MusicBrainz/Server.pm<br />&nbsp; 319:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;chomp $warning;<br />&nbsp; 320:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$c-&gt;log-&gt;warn($c-&gt;req-&gt;method . &quot; &quot; . $c-&gt;req-&gt;uri . &quot; caused a warning: &quot; . $warning);<br />&nbsp; 321:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;};<br />&nbsp; 322:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$c-&gt;next::method(@_);<br />&nbsp; 323:&nbsp; &nbsp; &nbsp;};<br />&nbsp; 324: }<br />&nbsp; 325: </p><p>MusicBrainz::Server&nbsp; &nbsp; 322&nbsp; &nbsp; lib/MusicBrainz/Server.pm<br />&nbsp; 319:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;chomp $warning;<br />&nbsp; 320:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$c-&gt;log-&gt;warn($c-&gt;req-&gt;method . &quot; &quot; . $c-&gt;req-&gt;uri . &quot; caused a warning: &quot; . $warning);<br />&nbsp; 321:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;};<br />&nbsp; 322:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$c-&gt;next::method(@_);<br />&nbsp; 323:&nbsp; &nbsp; &nbsp;};<br />&nbsp; 324: }<br />&nbsp; 325: </p><p>MusicBrainz::Server&nbsp; &nbsp; 291&nbsp; &nbsp; lib/MusicBrainz/Server.pm<br />&nbsp; 288:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;alarm(0);</p>]]></description>
			<author><![CDATA[null@example.com (sumith.matharage)]]></author>
			<pubDate>Fri, 03 May 2013 06:49:29 +0000</pubDate>
			<guid>http://forums.musicbrainz.org/viewtopic.php?id=4253&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Is the freedb portal down or otherwise changed?]]></title>
			<link>http://forums.musicbrainz.org/viewtopic.php?id=4247&amp;action=new</link>
			<description><![CDATA[<p>Been getting Error - can&#039;t connect host (using EAC V1.0 beta 3) to <a href="http://freedb.musicbrainz.org:80/~cddb/cddb.cgi">http://freedb.musicbrainz.org:80/~cddb/cddb.cgi</a> for several days now</p>]]></description>
			<author><![CDATA[null@example.com (crappy)]]></author>
			<pubDate>Wed, 01 May 2013 03:19:09 +0000</pubDate>
			<guid>http://forums.musicbrainz.org/viewtopic.php?id=4247&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[CUETools verification and HDCDs]]></title>
			<link>http://forums.musicbrainz.org/viewtopic.php?id=4245&amp;action=new</link>
			<description><![CDATA[<p>Hi there,</p><p>Yesterday I started submiting a few CDs I have at home, when I found that one of the options under the media type is to label releases as HDCD, and I have a couple of questions/suggestions before doing things in the wrong way.</p><p>Personally, I do not own an HDCD player, so the method I use to find those in my CD collection is by ripping all them to WAV with EAC and then scan them with <a href="http://www.cuetools.net/wiki/CUETools">CUETools</a> which, among other things, detects when HDCD encoding was used.</p><p>A quick example: </p><div class="codebox"><pre><code>[CUETools log; Date: 30/04/2013 11:19:23; Version: 2.1.4]
HDCD: peak extend: none, transient filter: some, gain: none
[...]   </code></pre></div><p>The log shows more info, but the relevant part is this line at the beginning, which only appears when an HDCD is detected along with the enhacements employed. Quite useful since some (a lot of?) HDCDs do not actually have any info on the inserts, back cover, etc at all pointing to be one of them, including the example above (Acidman - and world, TOCT-25866).</p><p>So my question is, would a CUETools log like that be considered good enough proof to submit edits to the database? and if it wasn&#039;t, what would be the proper way to add HDCDs? </p><p>Sorry if these questions have been answer before, but the search didn&#039;t throw any relevant result.</p><p>Regards.</p>]]></description>
			<author><![CDATA[null@example.com (Ghostwalk)]]></author>
			<pubDate>Tue, 30 Apr 2013 10:51:11 +0000</pubDate>
			<guid>http://forums.musicbrainz.org/viewtopic.php?id=4245&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[SQL / DB schema questions]]></title>
			<link>http://forums.musicbrainz.org/viewtopic.php?id=4243&amp;action=new</link>
			<description><![CDATA[<p>Hi</p><p>I&#039;m pretty new to MB so forgive me if this post is in the wrong place or if there&#039;s a resource I have missed. I&#039;m looking to do lookups directly against the Postgres db. I want to hit the DB direct mainly for speed but also because it&#039;ll be much easier to add a Postgres DB rather than a VM or the full MB web service.</p><p>The first query I&#039;m trying to do is: with a given recording UUID (ie recording.gid is known), I want to get the name of the recording, the album (ie release group) and artist info. I think the below is an appropriate query to achieve this but I&#039;m a little wary about the sub-queries and am also wondering if it&#039;s the best way to get the Artist Name (see below). </p><div class="codebox"><pre><code>// Query to 
SELECT DISTINCT ON (relg.id)
    rec.gid AS Recording_UUID, 
    trn.name AS Recording_Name,
    rec.length AS length_MS, rec.comment,
    relg.gid AS Album_UUID,
    reln.name AS Album,
    array(
        SELECT name 
        FROM release_group_primary_type rgpt
        WHERE rgpt.id = relg.type
        ORDER BY name ASC
    ) album_primary_types,
    array(
        SELECT name 
        FROM release_group_secondary_type rgst
        JOIN release_group_secondary_type_join rgstj
        ON rgstj.secondary_type = rgst.id
        WHERE rgstj.release_group = relg.id
        ORDER BY name ASC
    ) album_secondary_types,
    array (
        SELECT artn.name
        FROM artist_name artn
            JOIN artist_credit artc ON artn.id = artc.name
            JOIN artist_credit_name artcn ON artc.id = artcn.artist_credit
        WHERE artc.id = rec.artist_credit
        ORDER BY artcn.position ASC 
    ) Artist_Names,
    array (
        SELECT art.gid
        FROM artist art
            JOIN artist_credit_name artcn ON art.id = artcn.artist
            JOIN artist_credit artc ON artcn.artist_credit = artc.id
        WHERE artc.id = rec.artist_credit
        ORDER BY artcn.position ASC 
    ) Artist_UUIDs
FROM recording rec
    JOIN track trk ON rec.id = trk.recording
    JOIN track_name trn ON rec.name = trn.id
    JOIN tracklist trl ON trk.tracklist = trl.id
    JOIN medium med ON trl.id = med.tracklist
    JOIN release rel ON med.release = rel.id
    JOIN release_group relg ON rel.release_group = relg.id
    JOIN release_name reln ON relg.name = reln.id
WHERE 
    rec.gid = &#039;1e402422-64cf-4be7-9f95-d6398585bf48&#039; 
    OR rec.gid = &#039;25794d9c-216c-42a1-a5db-18d391a6d142&#039;
    OR rec.gid = &#039;1b42b6fa-2c22-472d-901e-095b7100e9fc&#039;
    OR rec.gid = &#039;61e5c7b9-3317-4b9a-b4e2-8db3cc1c92b9&#039;

// Sample recording UUIDs: Happiest Days of Our Lives; Welcome to the Machine; Intervention; Thrift Shop.

// Above executes in 25-40ms on my laptop so I&#039;m pretty happy with the speed.</code></pre></div><br /><p>Regarding the artist names, with the above query, the artist names are returned as a single string with each artist then having a unique UUID/gid/id in the artist table. Is that the best way to get them or should I construct them individually by joining from the main artist table -&gt; artist_name and then building the full string myself (in non-SQL code afterwards)?</p><p>If I am doing things right and I want to associate each artist in the returned artist name with their UUID/gid, what are the separators? From what I can tell, the artist_name table uses separators: &amp;, feat., and vs.&nbsp; - are there others? Is there a canonical list somewhere?</p><p>Similarly, is there a full list of suffixes (I see &quot;, The&quot; and &quot;, A&quot; but wonder if there are others).</p>]]></description>
			<author><![CDATA[null@example.com (Cynod)]]></author>
			<pubDate>Mon, 29 Apr 2013 23:24:45 +0000</pubDate>
			<guid>http://forums.musicbrainz.org/viewtopic.php?id=4243&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[How to force Date tag to Original Release Date]]></title>
			<link>http://forums.musicbrainz.org/viewtopic.php?id=4239&amp;action=new</link>
			<description><![CDATA[<p>I know that someone here will argue about forcing this as uncorrect, however as the majority of music players, particularly on portable devices will NOT use the Original Release Date (ORD) to sort music by time, I&#039;m looking for a way to &quot;sacrifice&quot; Date tag to contain ORD.</p><p>Any ideas?</p>]]></description>
			<author><![CDATA[null@example.com (Blutarsky)]]></author>
			<pubDate>Sun, 28 Apr 2013 11:40:17 +0000</pubDate>
			<guid>http://forums.musicbrainz.org/viewtopic.php?id=4239&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[HOW-TO: Make musicbrainz tags play nicely with lastfm (via foobar2000)]]></title>
			<link>http://forums.musicbrainz.org/viewtopic.php?id=4235&amp;action=new</link>
			<description><![CDATA[<p>Hey guys, I thought I&#039;d post this since it took a bit of work and may be helpful to a lot of people.</p><p>The foo_audioscrobbler component allows field remapping for last.fm submissions. Since lastfm handles featured artists differently than musicbrainz, it&#039;s helpful to use this feature (found at Prefs/Tools/Audioscrobbler).</p><p>Here are the entries you should use to handle the issue: <a href="http://pastebin.com/BgrPNc70">http://pastebin.com/BgrPNc70</a></p><p>This will cause foobar to prefer the album artist over the track artist, and will move the &quot;feat.&quot; part of the track artist field to the track title.</p><br /><p>As an example, the properly tagged song as defined by Musicbrainz</p><p>Rihanna feat. Jay-Z - &quot;Umbrella&quot;</p><p>becomes</p><p>Rihanna - &quot;Umbrella feat. Jay-Z&quot;</p><br /><p>For most of us, this isn&#039;t the way we want our ID3 tags but it&#039;s the way that they have to look on lastfm. This should help to clean up scrobbles. If you have any suggestions for other issues that could be handled with this feature, please let me know and I&#039;ll update the post.</p>]]></description>
			<author><![CDATA[null@example.com (wampastompa)]]></author>
			<pubDate>Fri, 26 Apr 2013 22:10:50 +0000</pubDate>
			<guid>http://forums.musicbrainz.org/viewtopic.php?id=4235&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[DVD Tagging Tools]]></title>
			<link>http://forums.musicbrainz.org/viewtopic.php?id=4229&amp;action=new</link>
			<description><![CDATA[<p>Hi Everyone,</p><p>I would like to know... Do DVD&#039;s contain meta info? Much like how Audio CD&#039;s contain metadata. I&#039;m currently ripping my audio collection and tagging them using musicbrainz... however i&#039;m stumped when it comes to my movies...</p><p>does anything like this exist!?</p><p>Thank you.</p>]]></description>
			<author><![CDATA[null@example.com (craigwayne01)]]></author>
			<pubDate>Thu, 25 Apr 2013 18:34:23 +0000</pubDate>
			<guid>http://forums.musicbrainz.org/viewtopic.php?id=4229&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Yet another ISRC extraction tool]]></title>
			<link>http://forums.musicbrainz.org/viewtopic.php?id=4227&amp;action=new</link>
			<description><![CDATA[<p>All,</p><p>Having come across various CDs that were problematic to extract ISRCs from reliably, I&#039;ve put together a crude tool to assist.</p><p>It&#039;s incredibly simple: it scans the CD (starting at sector 0 and continuing until it hits a read error), extracts the q subchannel, and depending on the command line options, reports the decoded contents to the console.</p><br /><p>To use:</p><p>isrcscan.exe [options] [drive]</p><p>where options is some combination of:</p><p>-r&nbsp; &nbsp;dump raw q subchannel contents<br />-p&nbsp; &nbsp;dump parsed contents<br />-t&nbsp; &nbsp;output timing information<br />-c&nbsp; &nbsp;output catalog number<br />-i&nbsp; &nbsp;output isrc<br />-e&nbsp; &nbsp;log q subchannel errors (e.g. crc errors)</p><p>e.g.</p><p>&gt; isrcscan.exe -t -c -i k:</p><br /><p>The tool is currently Win64 only, but it should be pretty easy to stitch on other backends.&nbsp; I&#039;ll get round to packaging up the source sometime soon if anyone&#039;s interested.&nbsp; I&#039;m not planning on doing much further development work, as it looks like libdiscid will gain such functionality soon, but would be very intested to hear about bugs.</p><p>Finally, a URL would be useful:</p><p><a href="http://www.cjkey.org.uk/isrcscan/isrcscan.exe">http://www.cjkey.org.uk/isrcscan/isrcscan.exe</a></p><br /><p>Regards,</p><p>Christopher Key</p>]]></description>
			<author><![CDATA[null@example.com (cjk32)]]></author>
			<pubDate>Tue, 23 Apr 2013 22:29:58 +0000</pubDate>
			<guid>http://forums.musicbrainz.org/viewtopic.php?id=4227&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Incremental Feed - Best Option]]></title>
			<link>http://forums.musicbrainz.org/viewtopic.php?id=4222&amp;action=new</link>
			<description><![CDATA[<p>Hi,</p><p>I&#039;m building a ASP.NET site that I want to populate with recent releases from various artists.&nbsp; I&#039;ve only got access to SQL Server and ASP.NET shared hosting so getting the weekly drops won&#039;t work for me (i think!)</p><p>What&#039;s my best option to get the new additions to the database every week or so?&nbsp; Does the XML feed allow querying using date added as a filter?&nbsp; This way I could get a baseline bulk load, then on a weekly basis run a query against the XML feed (or something similar) to get the last week&#039;s new records.</p><p>Is this possible?&nbsp; </p><p>Thanks in advance,<br />Nic</p>]]></description>
			<author><![CDATA[null@example.com (nic)]]></author>
			<pubDate>Mon, 22 Apr 2013 22:46:53 +0000</pubDate>
			<guid>http://forums.musicbrainz.org/viewtopic.php?id=4222&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[phpBrainz - newbie question]]></title>
			<link>http://forums.musicbrainz.org/viewtopic.php?id=4221&amp;action=new</link>
			<description><![CDATA[<p>Hi guys</p><p>Just wondering if I need a key to use phpBrainz?</p><p>I&#039;ve installed the class files, and can use the examples, but they give me info like:</p><p>phpBrainz_Track Object ( [id:phpBrainz_Track:private] =&gt; d615590b-1546-441d-9703-b3cf88487cbd [artist:phpBrainz_Track:private] =&gt; phpBrainz_Artist Object ( [id:phpBrainz_Artist:private] =&gt; 6fe07aa5-fec0-4eca-a456-f29bff451b04 [name:phpBrainz_Artist:private] =&gt; Weezer [sortName:phpBrainz_Artist:private] =&gt; Weezer [beginDate:phpBrainz_Artist:private] =&gt; [endDate:phpBrainz_Artist:private] =&gt; [type:phpBrainz_Artist:private] =&gt; [disambiguation:phpBrainz_Artist:private]</p><p>How do I see what&#039;s in all the private properties?</p><p>I need to get the year and genre of songs.</p><p>Thanks for your time and help.</p>]]></description>
			<author><![CDATA[null@example.com (billygoat)]]></author>
			<pubDate>Mon, 22 Apr 2013 10:50:39 +0000</pubDate>
			<guid>http://forums.musicbrainz.org/viewtopic.php?id=4221&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[web service 2 rate limiting]]></title>
			<link>http://forums.musicbrainz.org/viewtopic.php?id=4192&amp;action=new</link>
			<description><![CDATA[<p>Hi all,</p><p>I have a couple of quick questions on the rate limiting operations on ws2.<br />I have my own instance of MusicBrainz running on my server, and would like to tweak it’s operation for a project.</p><p>Firstly, are there any terms/conditions regarding changing the rate limiting ON YOUR OWN SERVER, not musicbrainz.org?<br />Secondly, I found the &quot;ratelimit-server&quot; pearl file that looks like it determines how the rate limiting works, but I can make neither head nor tails of it. Is there any documentation on it?</p><p>Thanks in advance for the advice,</p><p>Regards,</p><p>Caboose</p>]]></description>
			<author><![CDATA[null@example.com (caboose89)]]></author>
			<pubDate>Tue, 09 Apr 2013 09:42:24 +0000</pubDate>
			<guid>http://forums.musicbrainz.org/viewtopic.php?id=4192&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[An author is removing his releases from MusicBrainz]]></title>
			<link>http://forums.musicbrainz.org/viewtopic.php?id=4189&amp;action=new</link>
			<description><![CDATA[<p>What do you think about destructive edits like these?<br /><a href="http://musicbrainz.org/search/edits?auto_edit_filter=&amp;order=desc&amp;negation=0&amp;combinator=and&amp;conditions.0.field=editor&amp;conditions.0.operator=%3D&amp;conditions.0.name=bady-baumaxa&amp;conditions.0.args.0=732772&amp;conditions.1.field=type&amp;conditions.1.operator=%3D&amp;conditions.1.args=78&amp;conditions.1.args=410&amp;conditions.1.args=113&amp;conditions.1.args=3&amp;conditions.1.args=7&amp;conditions.1.args=315&amp;conditions.1.args=220%2C54&amp;conditions.1.args=13&amp;conditions.1.args=17%2C262&amp;conditions.1.args=53&amp;conditions.1.args=73&amp;conditions.1.args=92&amp;conditions.1.args=235&amp;conditions.1.args=94&amp;conditions.1.args=93&amp;conditions.1.args=310%2C212&amp;conditions.1.args=251&amp;conditions.1.args=23&amp;conditions.1.args=36&amp;conditions.1.args=224&amp;conditions.1.args=211&amp;conditions.1.args=43&amp;conditions.1.args=47&amp;field=Please+choose+a+condition">http://musicbrainz.org/search/edits?aut … +condition</a></p><p>The comment on the removal edits is: &quot;I don&#039;t want to have any information about me here. Thanks Xavier Baumaxa.&quot;<br />Should we vote against such edits?</p><p>Is there any prepared text explaining that the author does not need to worry about his copyright etc?</p><p>What if someone asks to remove his personal information like the date of birth or the real name?</p>]]></description>
			<author><![CDATA[null@example.com (pabouk)]]></author>
			<pubDate>Mon, 08 Apr 2013 14:10:19 +0000</pubDate>
			<guid>http://forums.musicbrainz.org/viewtopic.php?id=4189&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Lot's of open edits with 0 votes about to expire]]></title>
			<link>http://forums.musicbrainz.org/viewtopic.php?id=4178&amp;action=new</link>
			<description><![CDATA[<p>I&#039;m about half way through digitalizing my music collection.<br />So far around 15% of my albums have not been in the musicbrainz db so I&#039;ve added them or improved albums already added.<br />But now quite a few of my open edits have 0 votes, and some of them expires in only 2 days.</p><p>Could someone please check my submissions so that they don&#039;t go to waste...</p><p>My musicbrainz username is &#039;jjabba&#039;.</p><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (jjabba)]]></author>
			<pubDate>Fri, 05 Apr 2013 16:00:51 +0000</pubDate>
			<guid>http://forums.musicbrainz.org/viewtopic.php?id=4178&amp;action=new</guid>
		</item>
	</channel>
</rss>
