<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-2885</id>
	<title>Nabble - MusicBrainz</title>
	<updated>2008-10-15T20:01:33Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/MusicBrainz-f2885.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/MusicBrainz-f2885.html" />
	<subtitle type="html">MusicBrainz is a community music metadatabase that attempts to create a comprehensive music information site. Musicbrainz home is &lt;a href=&quot;http://musicbrainz.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-20006248</id>
	<title>Re: new rev</title>
	<published>2008-10-15T20:01:33Z</published>
	<updated>2008-10-15T20:01:33Z</updated>
	<author>
		<name>Sebastian Pipping-3</name>
	</author>
	<content type="html">Let me just dump a few thoughts about the status quo
&lt;br&gt;of XSPF here. &amp;nbsp;Feedback is appreciated.
&lt;br&gt;&lt;br&gt;&lt;br&gt;== In this mail ==
&lt;br&gt;1. Location ranking
&lt;br&gt;2. Location mime type
&lt;br&gt;3. Tag spelling fixes
&lt;br&gt;4. Broken attribution concept
&lt;br&gt;&lt;br&gt;&lt;br&gt;== 1. Location ranking ==
&lt;br&gt;For a track with several locations it's currently not
&lt;br&gt;possible for an XSPF processor (e.g. audio player)
&lt;br&gt;to tell which location will likely result in the
&lt;br&gt;best human experience. &amp;nbsp;It's not possible because
&lt;br&gt;(native) XSPF does not allow specifying a quality
&lt;br&gt;ranking of a location explicitly and because there
&lt;br&gt;is not defined implicit ranking.
&lt;br&gt;&lt;br&gt;How about defining an implicit ranking like this:
&lt;br&gt;&lt;br&gt;&amp;nbsp; Where several locations are given the quaility
&lt;br&gt;&amp;nbsp; should decrease from first to last, so the highest
&lt;br&gt;&amp;nbsp; quality version always comes first. &amp;nbsp;This way
&lt;br&gt;&amp;nbsp; software only working with the first entry will
&lt;br&gt;&amp;nbsp; not result in a reduced user experience.
&lt;br&gt;&lt;br&gt;&amp;nbsp; For multimedia files (e.g. combined video and
&lt;br&gt;&amp;nbsp; audio) quality should be ranked with respect
&lt;br&gt;&amp;nbsp; to the dominant component of that file.
&lt;br&gt;&amp;nbsp; For instance for a clip of somebody reading
&lt;br&gt;&amp;nbsp; the news, audio might be the dominant component
&lt;br&gt;&amp;nbsp; while video might be the dominant component
&lt;br&gt;&amp;nbsp; for a dancing competition recording.
&lt;br&gt;&lt;br&gt;&lt;br&gt;== 2. Location mime type ==
&lt;br&gt;Let's say you run a Linux distribution which for legal
&lt;br&gt;reasons comes without support for MP3 decoding. &amp;nbsp;Some do,
&lt;br&gt;I think Fedora is one of them, not sure.
&lt;br&gt;If a track's location would carry mime type information
&lt;br&gt;with it, an audio player taking care could ignore a
&lt;br&gt;location pointing to an MP3 file as it cannot play it
&lt;br&gt;anyway.
&lt;br&gt;&lt;br&gt;&lt;br&gt;== 3. Tag spelling fixes ==
&lt;br&gt;Today I noticed again how bad &amp;lt;trackNum&amp;gt; and &amp;lt;trackList&amp;gt;
&lt;br&gt;fit into an otherwise consistently lowercase naming.
&lt;br&gt;Especially &amp;lt;trackList&amp;gt; and &amp;lt;playlist&amp;gt; together bite hard.
&lt;br&gt;If there ever is a successor to XSPF-1 I personally
&lt;br&gt;want (backwards-compatible) support for &amp;lt;tracknum&amp;gt;
&lt;br&gt;and &amp;lt;tracklist&amp;gt; tags.
&lt;br&gt;&lt;br&gt;&lt;br&gt;== 4. Broken attribution concept ==
&lt;br&gt;With the current concept of attribution support
&lt;br&gt;a derivative playlist is created by moving
&lt;br&gt;either the playlist's &amp;lt;identifier&amp;gt; or &amp;lt;location&amp;gt;
&lt;br&gt;into &amp;lt;aatribution&amp;gt;, e.g.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;playlist ...&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;...
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;creator&amp;gt;Leonardo&amp;lt;/creator&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;...
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;identifier&amp;gt;v1_identifier&amp;lt;/identifier&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;...
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/playlist&amp;gt;
&lt;br&gt;&lt;br&gt;is extended to
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;playlist ...&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;...
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;creator&amp;gt;Mona Lisa&amp;lt;/creator&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;...
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;identifier&amp;gt;v2_identifier&amp;lt;/identifier&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;...
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;attribution&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;identifier&amp;gt;v1_identifier&amp;lt;/identifier&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/attribution&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;...
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/playlist&amp;gt;
&lt;br&gt;&lt;br&gt;Notice that &amp;lt;creator&amp;gt; is holding the name of the author
&lt;br&gt;of the latest version of the playlist file, same applies
&lt;br&gt;to &amp;lt;license&amp;gt;. &amp;nbsp;To find out the creator or license of
&lt;br&gt;any earlier version one has to find an original copy
&lt;br&gt;of this very version's file and look it up from the inside.
&lt;br&gt;In some or even many cases this might work, but what
&lt;br&gt;if this original version has been moved or even deleted?
&lt;br&gt;In that case neither license nor author can be determined.
&lt;br&gt;&lt;br&gt;That's not cool. &amp;nbsp;I'm aware attribution probably is one
&lt;br&gt;of the least-used features of XSPF but as it seems
&lt;br&gt;inherently broken I feel like we have to fix it on the
&lt;br&gt;next occasion. &amp;nbsp;How do you feel about this?
&lt;br&gt;Is there a way to fix this backwards-compatibly?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Sebastian
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Playlist mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20006248&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Playlist@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.musicbrainz.org/mailman/listinfo/playlist&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.musicbrainz.org/mailman/listinfo/playlist&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/MusicBrainz---Playlist-f10925.html&quot; embed=&quot;fixTarget[10925]&quot; target=&quot;_top&quot; &gt;MusicBrainz - Playlist&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/new-rev-tp19262651s2885p20006248.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20006127</id>
	<title>Re: explicit vs. clean content</title>
	<published>2008-10-15T19:45:34Z</published>
	<updated>2008-10-15T19:45:34Z</updated>
	<author>
		<name>Johannes Dewender</name>
	</author>
	<content type="html">Am Freitag, 10. Oktober 2008 schrieb Dustin B:
&lt;br&gt;&amp;gt; Unfortunately, the content is often *not* different enough to
&lt;br&gt;&amp;gt; generate different PUIDs, at least with what I have.
&lt;br&gt;&lt;br&gt;Thank you. This is the experience I was asking for. Since I don't know 
&lt;br&gt;if the content is actually different enough (a PUID is a good 
&lt;br&gt;criterion), I don't duplicate this one.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;JonnyJD
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;MusicBrainz-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20006127&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MusicBrainz-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-users&lt;/a&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://www.nabble.com/attachment/20006127/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Musicbrainz---Users-f514.html&quot; embed=&quot;fixTarget[514]&quot; target=&quot;_top&quot; &gt;Musicbrainz - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/explicit-vs.-clean-content-tp19918701s2885p20006127.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20005622</id>
	<title>Re: First XSPF-related security issue? -- was: Re:	[oss-security] CVE id request: vlc</title>
	<published>2008-10-15T18:49:33Z</published>
	<updated>2008-10-15T18:49:33Z</updated>
	<author>
		<name>Sebastian Pipping-3</name>
	</author>
	<content type="html">Lucas Gonze wrote:
&lt;br&gt;&amp;gt; Seems like their use of &amp;quot;identifier&amp;quot; is really to do what the xml:id
&lt;br&gt;&amp;gt; attribute does already, and not what an XSPF identifier does. &amp;nbsp;So
&lt;br&gt;&amp;gt; here's what I'm wondering: given that xml:id is a freebie with XML and
&lt;br&gt;&amp;gt; doesn't need to be defined by XML-based data formats like XSPF, what
&lt;br&gt;&amp;gt; could VLC be using instead of their extension to refer to those IDs?
&lt;br&gt;&lt;br&gt;In 0.9.4 it seems they move from using &amp;lt;identifier&amp;gt; to &amp;lt;vlc:id&amp;gt;
&lt;br&gt;wrapped by an &amp;lt;extension&amp;gt; like this:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;playlist ...&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;...
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;trackList&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;track&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;...
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;extension ...&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;vlc:id&amp;gt;0&amp;lt;/vlc:id&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/extension&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/track&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;track&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;...
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;extension ...&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;vlc:id&amp;gt;1&amp;lt;/vlc:id&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/extension&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/track&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/trackList&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;extension ...&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;vlc:node title=&amp;quot;title of my playlist&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;vlc:item tid=&amp;quot;0&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;vlc:item tid=&amp;quot;1&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;...
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/vlc:node&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/extension&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/playlist&amp;gt;
&lt;br&gt;&lt;br&gt;A minimal conversion using xml:id could result in something like
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;playlist ...&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;...
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;trackList&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;track xml:id=&amp;quot;0&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;...
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/track&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;track xml:id=&amp;quot;1&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;...
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/track&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/trackList&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;extension ...&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;vlc:node title=&amp;quot;title of my playlist&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;vlc:item tid=&amp;quot;0&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;vlc:item tid=&amp;quot;1&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;...
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/vlc:node&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/extension&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/playlist&amp;gt;
&lt;br&gt;&lt;br&gt;I'll have to fix libSpiff to support this but that should not keep
&lt;br&gt;them from doing it right.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Sebastian
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Playlist mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20005622&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Playlist@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.musicbrainz.org/mailman/listinfo/playlist&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.musicbrainz.org/mailman/listinfo/playlist&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/MusicBrainz---Playlist-f10925.html&quot; embed=&quot;fixTarget[10925]&quot; target=&quot;_top&quot; &gt;MusicBrainz - Playlist&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/First-XSPF-related-security-issue-----was%3A-Re%3A--oss-security--CVE-id-request%3A-vlc-tp19984631s2885p20005622.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20005507</id>
	<title>Re: First XSPF-related security issue? -- was: Re: [oss-security] CVE id request: vlc</title>
	<published>2008-10-15T18:31:44Z</published>
	<updated>2008-10-15T18:31:44Z</updated>
	<author>
		<name>Sebastian Pipping-3</name>
	</author>
	<content type="html">Robert Buchholz wrote:
&lt;br&gt;&amp;gt; This is VLC #1244 [ &lt;a href=&quot;https://trac.videolan.org/vlc/ticket/1244&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://trac.videolan.org/vlc/ticket/1244&lt;/a&gt;&amp;nbsp;], which 
&lt;br&gt;&amp;gt; is closed.
&lt;br&gt;&lt;br&gt;I think you're mixing up relative path support with a privacy
&lt;br&gt;issue here.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Sebastian
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Playlist mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20005507&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Playlist@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.musicbrainz.org/mailman/listinfo/playlist&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.musicbrainz.org/mailman/listinfo/playlist&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/MusicBrainz---Playlist-f10925.html&quot; embed=&quot;fixTarget[10925]&quot; target=&quot;_top&quot; &gt;MusicBrainz - Playlist&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/First-XSPF-related-security-issue-----was%3A-Re%3A--oss-security--CVE-id-request%3A-vlc-tp19984631s2885p20005507.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20005504</id>
	<title>Re: First XSPF-related security issue? -- was: Re:	[oss-security] CVE id request: vlc</title>
	<published>2008-10-15T18:31:19Z</published>
	<updated>2008-10-15T18:31:19Z</updated>
	<author>
		<name>Sebastian Pipping-3</name>
	</author>
	<content type="html">Just opened...
&lt;br&gt;&lt;br&gt;&lt;br&gt;[0.9.4] XSPF output hurts privacy
&lt;br&gt;&lt;a href=&quot;https://trac.videolan.org/vlc/ticket/2217&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://trac.videolan.org/vlc/ticket/2217&lt;/a&gt;&lt;br&gt;&lt;br&gt;[0.9.4] XSPF output carries invalid URIs
&lt;br&gt;&lt;a href=&quot;https://trac.videolan.org/vlc/ticket/2218&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://trac.videolan.org/vlc/ticket/2218&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Sebastian
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Playlist mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20005504&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Playlist@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.musicbrainz.org/mailman/listinfo/playlist&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.musicbrainz.org/mailman/listinfo/playlist&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/MusicBrainz---Playlist-f10925.html&quot; embed=&quot;fixTarget[10925]&quot; target=&quot;_top&quot; &gt;MusicBrainz - Playlist&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/First-XSPF-related-security-issue-----was%3A-Re%3A--oss-security--CVE-id-request%3A-vlc-tp19984631s2885p20005504.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20005461</id>
	<title>Re: First XSPF-related security issue? -- was: Re:	[oss-security] CVE id request: vlc</title>
	<published>2008-10-15T18:25:11Z</published>
	<updated>2008-10-15T18:25:11Z</updated>
	<author>
		<name>rbu</name>
	</author>
	<content type="html">On Thursday 16 October 2008, Sebastian Pipping wrote:
&lt;br&gt;&amp;gt; Also the written file contains the absolute path to the
&lt;br&gt;&amp;gt; file itself in //playlist.location. &amp;nbsp;For file on a website
&lt;br&gt;&amp;gt; this might be a good idea but for local files its much
&lt;br&gt;&amp;gt; more a privacy issue. &amp;nbsp;I've seen this with Inkscape before.
&lt;br&gt;&lt;br&gt;This is VLC #1244 [ &lt;a href=&quot;https://trac.videolan.org/vlc/ticket/1244&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://trac.videolan.org/vlc/ticket/1244&lt;/a&gt;&amp;nbsp;], which 
&lt;br&gt;is closed.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Robert
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Playlist mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20005461&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Playlist@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.musicbrainz.org/mailman/listinfo/playlist&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.musicbrainz.org/mailman/listinfo/playlist&lt;/a&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (852 bytes) &lt;a href=&quot;http://www.nabble.com/attachment/20005461/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/MusicBrainz---Playlist-f10925.html&quot; embed=&quot;fixTarget[10925]&quot; target=&quot;_top&quot; &gt;MusicBrainz - Playlist&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/First-XSPF-related-security-issue-----was%3A-Re%3A--oss-security--CVE-id-request%3A-vlc-tp19984631s2885p20005461.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20005430</id>
	<title>Re: First XSPF-related security issue? -- was: Re:	[oss-security] CVE id request: vlc</title>
	<published>2008-10-15T18:20:14Z</published>
	<updated>2008-10-15T18:20:14Z</updated>
	<author>
		<name>rbu</name>
	</author>
	<content type="html">On Wednesday 15 October 2008, Lucas Gonze wrote:
&lt;br&gt;&amp;gt; Though it's worth pointing out that there is an error in the
&lt;br&gt;&amp;gt; understanding of XSPF: &amp;quot;The identifier attribute is a numeric value
&lt;br&gt;&amp;gt; that indicates the position of the track in the tracklist. &amp;quot; &amp;nbsp;They're
&lt;br&gt;&amp;gt; thinking of the trackNum element, which indicates the position of a
&lt;br&gt;&amp;gt; recording from an album in the original album sequence.
&lt;br&gt;&lt;br&gt;This is VLC #1421 [ &lt;a href=&quot;https://trac.videolan.org/vlc/ticket/1421&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://trac.videolan.org/vlc/ticket/1421&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;&lt;br&gt;Robert
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Playlist mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20005430&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Playlist@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.musicbrainz.org/mailman/listinfo/playlist&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.musicbrainz.org/mailman/listinfo/playlist&lt;/a&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (852 bytes) &lt;a href=&quot;http://www.nabble.com/attachment/20005430/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/MusicBrainz---Playlist-f10925.html&quot; embed=&quot;fixTarget[10925]&quot; target=&quot;_top&quot; &gt;MusicBrainz - Playlist&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/First-XSPF-related-security-issue-----was%3A-Re%3A--oss-security--CVE-id-request%3A-vlc-tp19984631s2885p20005430.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20005363</id>
	<title>Re: Should we change automod elections to require a two-thirds	majority?</title>
	<published>2008-10-15T18:12:07Z</published>
	<updated>2008-10-15T18:12:07Z</updated>
	<author>
		<name>Chad Wilson-2</name>
	</author>
	<content type="html">Crazee_Canuck wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; * Gioele &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20005363&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gioeleb@...&lt;/a&gt;&amp;gt; [2008-16-10 01:21 EEST]:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; On Wed, Oct 15, 2008 at 11:39 PM, symphonick &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20005363&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;symphonick@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Perhaps we could try setting some thresholds you have to pass before
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; you can be nominated? Say at least 1000 edits &amp; 1000 votes? &amp; possibly
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; a time limit too, active for at least 3 months or something?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Maybe what we really need is new discussion about the Autoeditor
&lt;br&gt;&amp;gt;&amp;gt; status: what should be done to get it? What makes you worth of that
&lt;br&gt;&amp;gt;&amp;gt; status? Is there a way to become unsuitable for the autoeditor status?
&lt;br&gt;&amp;gt;&amp;gt; What should we do when you're not suitable anymore?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; And bit more in depth:
&lt;br&gt;&amp;gt;&amp;gt; Is the edits count important?
&lt;br&gt;&amp;gt;&amp;gt; Is the votes count important?
&lt;br&gt;&amp;gt;&amp;gt; How do we evaluate the quality of the edits and of the votes?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Yes, maybe these questions are more important than what threshold should we set.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; +1
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------
&lt;/div&gt;This has all been discussed in detail before, around the time earlier 
&lt;br&gt;this year of the reasonably heavily criticised (on some sides) 
&lt;br&gt;autoeditor nomination spree - there's no one size fits all set of 
&lt;br&gt;metrics that can indicate if someone will make a good AutoEditor.
&lt;br&gt;&lt;br&gt;Edits can be full of trivial add rels; add PUIDs etc. An autoeditor 
&lt;br&gt;should understand nearly all the edit types and have a variety of them 
&lt;br&gt;which is more difficult for the average autoeditor to judge. Votes are 
&lt;br&gt;important, but not critical. Most important (IMO), is how that editor 
&lt;br&gt;interacts with others. Will they correct mistakes, have they shown a 
&lt;br&gt;keenness to learn MB's real purpose, take part in other forums etc? Do 
&lt;br&gt;they help others on edits, do they interact with other editors in a 
&lt;br&gt;net-positive manner? Metrics can't assess all this, and if it were 
&lt;br&gt;possible to assess all these things objectively there'd be no point in 
&lt;br&gt;having a voting system in the first place, would there?
&lt;br&gt;&lt;br&gt;However, guidelines for things that may indicate a good AutoEditor 
&lt;br&gt;nomination is a /separate/ issue to this, I believe. All of the 
&lt;br&gt;candidates that may have failed a 66% election probably looked good on 
&lt;br&gt;paper, had lots of edits, some votes etc. It takes that extra digging, 
&lt;br&gt;and judgement from AutoEditor's encounters with that person on edits 
&lt;br&gt;that creates a place for the human judgement aspect of the voting 
&lt;br&gt;process. Otherwise we wouldn't have it, would we?
&lt;br&gt;&lt;br&gt;I'm still yet to see anyone discuss concrete or theoretical downsides to 
&lt;br&gt;this proposal other than Rob's concerns that it may set the bar too 
&lt;br&gt;high. My response to this was that failure doesn't remove the ability 
&lt;br&gt;for the candidate to be re-nominated at a later point, (as has happened 
&lt;br&gt;before, and possibly should have happened with several elections of the 
&lt;br&gt;past year). Anyone committed to MB should still be around 3-6 months 
&lt;br&gt;later when the time may be right.
&lt;br&gt;&lt;br&gt;Chad
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MusicBrainz-automods mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20005363&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MusicBrainz-automods@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-automods&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-automods&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/MusicBrainz---Automods-f10923.html&quot; embed=&quot;fixTarget[10923]&quot; target=&quot;_top&quot; &gt;MusicBrainz - Automods&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Automod-Election%3A-cord-tp19960419s2885p20005363.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20005257</id>
	<title>r10482 - mb_server/trunk/htdocs/show/stats</title>
	<published>2008-10-15T18:01:16Z</published>
	<updated>2008-10-15T18:01:16Z</updated>
	<author>
		<name>root-97</name>
	</author>
	<content type="html">Author: robert
&lt;br&gt;Date: 2008-10-16 01:01:16 +0000 (Thu, 16 Oct 2008)
&lt;br&gt;New Revision: 10482
&lt;br&gt;&lt;br&gt;Modified:
&lt;br&gt;&amp;nbsp; &amp;nbsp;mb_server/trunk/htdocs/show/stats/mb_history.xml
&lt;br&gt;Log:
&lt;br&gt;Fleshed out 2003, 2006 and 2008
&lt;br&gt;&lt;br&gt;&lt;br&gt;Modified: mb_server/trunk/htdocs/show/stats/mb_history.xml
&lt;br&gt;===================================================================
&lt;br&gt;--- mb_server/trunk/htdocs/show/stats/mb_history.xml	2008-10-16 00:25:19 UTC (rev 10481)
&lt;br&gt;+++ mb_server/trunk/htdocs/show/stats/mb_history.xml	2008-10-16 01:01:16 UTC (rev 10482)
&lt;br&gt;@@ -1,9 +1,39 @@
&lt;br&gt;&amp;nbsp;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;data&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp;&amp;lt;event start=&amp;quot;Oct 13 2003&amp;quot; title=&amp;quot;Edit search&amp;quot; link=&amp;quot;&lt;a href=&quot;http://blog.musicbrainz.org/?p=18&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.musicbrainz.org/?p=18&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;event start=&amp;quot;Jan 21 2003&amp;quot; title=&amp;quot;TRM collisions&amp;quot; link=&amp;quot;&lt;a href=&quot;http://blog.musicbrainz.org/?p=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.musicbrainz.org/?p=4&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;+	Added support for improved TRM collision handling in the classic tagger.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;/event&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;event start=&amp;quot;Mar 02 2003&amp;quot; title=&amp;quot;Cleanup&amp;quot; link=&amp;quot;&lt;a href=&quot;http://blog.musicbrainz.org/?p=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.musicbrainz.org/?p=4&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;+	Bug fix/cleanup release.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;/event&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;event start=&amp;quot;Mar 29 2003&amp;quot; title=&amp;quot;Dedicated database server&amp;quot; link=&amp;quot;&lt;a href=&quot;http://blog.musicbrainz.org/?p=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.musicbrainz.org/?p=5&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;+	MusicBrainz gets its first dedicated database server.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;/event&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;event start=&amp;quot;Apr 05 2003&amp;quot; title=&amp;quot;Improved search&amp;quot; link=&amp;quot;&lt;a href=&quot;http://blog.musicbrainz.org/?p=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.musicbrainz.org/?p=6&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;+	Improved search/cleanup.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;/event&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;event start=&amp;quot;Jun 07 2003&amp;quot; title=&amp;quot;Cleanup&amp;quot; link=&amp;quot;&lt;a href=&quot;http://blog.musicbrainz.org/?p=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.musicbrainz.org/?p=9&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;+	Cleanup release.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;/event&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;event start=&amp;quot;Jun 15 2003&amp;quot; title=&amp;quot;Cleanup&amp;quot; link=&amp;quot;&lt;a href=&quot;http://blog.musicbrainz.org/?p=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.musicbrainz.org/?p=10&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;+	Cleanup release.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;/event&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;event start=&amp;quot;Jun 30 2003&amp;quot; title=&amp;quot;Artist subscriptions&amp;quot; link=&amp;quot;&lt;a href=&quot;http://blog.musicbrainz.org/?p=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.musicbrainz.org/?p=11&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;+	Artist subscriptions
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;/event&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;event start=&amp;quot;Jun 30 2003&amp;quot; title=&amp;quot;Bug fixes&amp;quot; link=&amp;quot;&lt;a href=&quot;http://blog.musicbrainz.org/?p=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.musicbrainz.org/?p=13&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;+	Bug fix/cleanup release.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;/event&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;event start=&amp;quot;Jul 25 2003&amp;quot; title=&amp;quot;Bug fixes&amp;quot; link=&amp;quot;&lt;a href=&quot;http://blog.musicbrainz.org/?p=15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.musicbrainz.org/?p=15&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;+	Bug fix/cleanup release.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;/event&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;event start=&amp;quot;Sep 04 2003&amp;quot; title=&amp;quot;Bug fixes&amp;quot; link=&amp;quot;&lt;a href=&quot;http://blog.musicbrainz.org/?p=16&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.musicbrainz.org/?p=16&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;+	Bug fix/cleanup release.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;/event&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;event start=&amp;quot;Oct 13 2003&amp;quot; title=&amp;quot;Non album tracks&amp;quot; link=&amp;quot;&lt;a href=&quot;http://blog.musicbrainz.org/?p=18&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.musicbrainz.org/?p=18&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Non album tracks are released.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/event&amp;gt;
&lt;br&gt;- &amp;nbsp; &amp;nbsp;&amp;lt;event start=&amp;quot;Oct 19 2003&amp;quot; title=&amp;quot;Edit search&amp;quot; link=&amp;quot;&lt;a href=&quot;http://blog.musicbrainz.org/?p=19&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.musicbrainz.org/?p=19&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;event start=&amp;quot;Oct 19 2003&amp;quot; title=&amp;quot;Release editor&amp;quot; link=&amp;quot;&lt;a href=&quot;http://blog.musicbrainz.org/?p=19&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.musicbrainz.org/?p=19&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Release editor and Guess Case released.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/event&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;event start=&amp;quot;Nov 10 2003&amp;quot; title=&amp;quot;Edit search&amp;quot; link=&amp;quot;&lt;a href=&quot;http://blog.musicbrainz.org/?p=21&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.musicbrainz.org/?p=21&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;@@ -52,6 +82,9 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;event start=&amp;quot;Jan 08 2006&amp;quot; title=&amp;quot;SG5 Fixes&amp;quot; link=&amp;quot;&lt;a href=&quot;http://blog.musicbrainz.org/?p=142&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.musicbrainz.org/?p=142&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp;	Style Guideline 5 workaround introduced and unused TRMs pruned from the database.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/event&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;event start=&amp;quot;Jan 20 2007&amp;quot; title=&amp;quot;MetaBrainz signs first customer&amp;quot; link=&amp;quot;&lt;a href=&quot;http://blog.musicbrainz.org/?p=148&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.musicbrainz.org/?p=148&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;+	Linkara Musica becomes first commercial customer of MetaBrainz.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;/event&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;event start=&amp;quot;Feb 27 2006&amp;quot; title=&amp;quot;MusicBrainz Move&amp;quot; link=&amp;quot;&lt;a href=&quot;http://blog.musicbrainz.org/?p=155&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.musicbrainz.org/?p=155&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp;	MusicBrainz moved to Digital West Networks in San Luis Obispo.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/event&amp;gt;
&lt;br&gt;@@ -62,12 +95,39 @@
&lt;br&gt;&amp;nbsp;	MusicBrainz partners with MusicIP and starts using MusicDNS's PUID acoustic fingerprints.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/event&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;event start=&amp;quot;Jul 12 2006&amp;quot; title=&amp;quot;Release editor&amp;quot; link=&amp;quot;&lt;a href=&quot;http://blog.musicbrainz.org/?p=184&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.musicbrainz.org/?p=184&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;-	An improved release editor and a new site design are released and welcomed with a Great Debate.
&lt;br&gt;+	An improved release editor and a new site design are released.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/event&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;event start=&amp;quot;Aug 15 2006&amp;quot; title=&amp;quot;Great Dispute&amp;quot; link=&amp;quot;&lt;a href=&quot;http://wiki.musicbrainz.org/GreatDispute&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.musicbrainz.org/GreatDispute&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;+	A rift in the MusicBrainz community leads to a Great Dispute.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;/event&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;event start=&amp;quot;Dec 17 2006&amp;quot; title=&amp;quot;Search improvements&amp;quot; link=&amp;quot;&lt;a href=&quot;http://blog.musicbrainz.org/?p=229&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.musicbrainz.org/?p=229&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;+	The search features and web service improvements are released.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;/event&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;event start=&amp;quot;Apr 01 2007&amp;quot; title=&amp;quot;Labels/data quality&amp;quot; link=&amp;quot;&lt;a href=&quot;http://blog.musicbrainz.org/?p=252&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.musicbrainz.org/?p=252&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp;	Support for Labels and data quality are released.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/event&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;event start=&amp;quot;Jun 28 2007&amp;quot; title=&amp;quot;BBC partners with MetaBrainz&amp;quot; link=&amp;quot;&lt;a href=&quot;http://blog.musicbrainz.org/?p=274&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.musicbrainz.org/?p=274&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;+	The BBC becomes a MetaBrainz customer and starts using MusicBrainz data.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;/event&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;event start=&amp;quot;Oct 17 2007&amp;quot; title=&amp;quot;Tags&amp;quot; link=&amp;quot;&lt;a href=&quot;http://blog.musicbrainz.org/?p=287&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.musicbrainz.org/?p=287&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp;	Folksonomy tagging, editor subscriptions are released.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/event&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;event start=&amp;quot;Nov 07 2007&amp;quot; title=&amp;quot;Last.fm&amp;quot; link=&amp;quot;&lt;a href=&quot;http://blog.musicbrainz.org/?p=294&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.musicbrainz.org/?p=294&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;+	Last.fm signs up with MetaBrainz and starts using MusicBrainz data.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;/event&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;event start=&amp;quot;Apr 01 2008&amp;quot; title=&amp;quot;MetaWeb signed&amp;quot; link=&amp;quot;&lt;a href=&quot;http://blog.musicbrainz.org/?p=316&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.musicbrainz.org/?p=316&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;+	MetaWeb comes MusicBrainz data user.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;/event&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;event start=&amp;quot;Apr 21 2008&amp;quot; title=&amp;quot;SoC 2008&amp;quot; link=&amp;quot;&lt;a href=&quot;http://blog.musicbrainz.org/?p=317&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.musicbrainz.org/?p=317&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;+	MetaBrainz accepts three students for Google Summer of Code.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;/event&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;event start=&amp;quot;Jul 30 2008&amp;quot; title=&amp;quot;BBC dynamic artist pages&amp;quot; link=&amp;quot;&lt;a href=&quot;http://blog.musicbrainz.org/?p=337&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.musicbrainz.org/?p=337&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;+	BBC launches the dynamic artist pages based on MusicBrainz data.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;/event&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;event start=&amp;quot;Sep 01 2008&amp;quot; title=&amp;quot;Amazon betas SoundUnwound&amp;quot; link=&amp;quot;&lt;a href=&quot;http://blog.musicbrainz.org/?p=344&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.musicbrainz.org/?p=344&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;+	Amazon betas &amp;lt;a href=&amp;quot;&lt;a href=&quot;http://soundunwound.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://soundunwound.com&lt;/a&gt;&amp;quot;&amp;gt;SoundUnwound&amp;lt;/a&amp;gt; with data from MusicBrainz.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;/event&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;event start=&amp;quot;Sep 23 2008&amp;quot; title=&amp;quot;MetaBrainz hires Oliver Charles&amp;quot; link=&amp;quot;&lt;a href=&quot;http://blog.musicbrainz.org/?p=346&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.musicbrainz.org/?p=346&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;+	Oliver Charles becomes employee #1 of MetaBrainz Foundation.
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;/event&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;/data&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MusicBrainz-commits mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20005257&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MusicBrainz-commits@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-commits&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-commits&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/musicbrainz-commits-f16845.html&quot; embed=&quot;fixTarget[16845]&quot; target=&quot;_top&quot; &gt;musicbrainz-commits&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/r10482---mb_server-trunk-htdocs-show-stats-tp20005257s2885p20005257.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20004938</id>
	<title>r10481 - mb_server/trunk/htdocs/show/stats</title>
	<published>2008-10-15T17:25:19Z</published>
	<updated>2008-10-15T17:25:19Z</updated>
	<author>
		<name>root-97</name>
	</author>
	<content type="html">Author: robert
&lt;br&gt;Date: 2008-10-16 00:25:19 +0000 (Thu, 16 Oct 2008)
&lt;br&gt;New Revision: 10481
&lt;br&gt;&lt;br&gt;Modified:
&lt;br&gt;&amp;nbsp; &amp;nbsp;mb_server/trunk/htdocs/show/stats/zeitgeist-data.html
&lt;br&gt;Log:
&lt;br&gt;Add server side caching for the stats. Haven't figured out how to convince the client
&lt;br&gt;to cache data.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Modified: mb_server/trunk/htdocs/show/stats/zeitgeist-data.html
&lt;br&gt;===================================================================
&lt;br&gt;--- mb_server/trunk/htdocs/show/stats/zeitgeist-data.html	2008-10-15 23:36:43 UTC (rev 10480)
&lt;br&gt;+++ mb_server/trunk/htdocs/show/stats/zeitgeist-data.html	2008-10-16 00:25:19 UTC (rev 10481)
&lt;br&gt;@@ -31,12 +31,19 @@
&lt;br&gt;&amp;nbsp;&amp;lt;/%args&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;%perl&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;-my $mb = $m-&amp;gt;comp(&amp;quot;/comp/dblogin&amp;quot;);
&lt;br&gt;-my $stats = MusicBrainz::Server::Statistics-&amp;gt;new($mb-&amp;gt;{DBH});
&lt;br&gt;-
&lt;br&gt;&amp;nbsp;return if (!$series);
&lt;br&gt;&amp;nbsp;
&lt;br&gt;-$m-&amp;gt;out($stats-&amp;gt;GetStats($series));
&lt;br&gt;+my $data = $m-&amp;gt;cache-&amp;gt;get(&amp;quot;zeigeist-$series&amp;quot;, busy_lock=&amp;gt;'30 sec');
&lt;br&gt;+if (!defined $data)
&lt;br&gt;+{
&lt;br&gt;+	my $mb = $m-&amp;gt;comp(&amp;quot;/comp/dblogin&amp;quot;);
&lt;br&gt;+	my $stats = MusicBrainz::Server::Statistics-&amp;gt;new($mb-&amp;gt;{DBH});
&lt;br&gt;+
&lt;br&gt;+	$data = $stats-&amp;gt;GetStats($series);
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;$m-&amp;gt;cache-&amp;gt;set(&amp;quot;zeigeist-$series&amp;quot;, $data, &amp;quot;2h&amp;quot;);
&lt;br&gt;+}
&lt;br&gt;+
&lt;br&gt;+$m-&amp;gt;out($data);
&lt;br&gt;&amp;nbsp;$m-&amp;gt;out(&amp;quot;\n&amp;quot;);
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;&amp;lt;/%perl&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MusicBrainz-commits mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20004938&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MusicBrainz-commits@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-commits&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-commits&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/musicbrainz-commits-f16845.html&quot; embed=&quot;fixTarget[16845]&quot; target=&quot;_top&quot; &gt;musicbrainz-commits&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/r10481---mb_server-trunk-htdocs-show-stats-tp20004938s2885p20004938.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20004896</id>
	<title>Re: First XSPF-related security issue? -- was: Re:	[oss-security] CVE id request: vlc</title>
	<published>2008-10-15T17:18:40Z</published>
	<updated>2008-10-15T17:18:40Z</updated>
	<author>
		<name>Sebastian Pipping-3</name>
	</author>
	<content type="html">Lucas Gonze wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Sebastian Pipping wrote:
&lt;br&gt;&amp;gt;&amp;gt; I just checked. &amp;nbsp;VLC 0.9.4 gives me locations like this:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;&amp;lt;location&amp;gt;file://C%3A\foo\bar.mp3&amp;lt;/location&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Sigh, valid URIs cannot be that hard...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 	
&lt;br&gt;&amp;gt; I just got this from 0.9.4 on XP:
&lt;br&gt;&amp;gt; &amp;lt;location&amp;gt;C:\Documents%20and%20Settings\Owner\My%20Documents\test.xspf&amp;lt;/location&amp;gt;
&lt;/div&gt;&lt;br&gt;Right, the playlist location doesn't even start with &amp;quot;file://&amp;quot;.
&lt;br&gt;The track locations do. &amp;nbsp;So we have two levels of URI invalidity
&lt;br&gt;in a single file. :-)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Sebastian
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Playlist mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20004896&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Playlist@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.musicbrainz.org/mailman/listinfo/playlist&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.musicbrainz.org/mailman/listinfo/playlist&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/MusicBrainz---Playlist-f10925.html&quot; embed=&quot;fixTarget[10925]&quot; target=&quot;_top&quot; &gt;MusicBrainz - Playlist&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/First-XSPF-related-security-issue-----was%3A-Re%3A--oss-security--CVE-id-request%3A-vlc-tp19984631s2885p20004896.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20004861</id>
	<title>Re: First XSPF-related security issue? -- was: Re:	[oss-security] CVE id request: vlc</title>
	<published>2008-10-15T17:15:44Z</published>
	<updated>2008-10-15T17:15:44Z</updated>
	<author>
		<name>Lucas Gonze-3</name>
	</author>
	<content type="html">Sebastian Pipping wrote:
&lt;br&gt;&amp;gt; I just checked. &amp;nbsp;VLC 0.9.4 gives me locations like this:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;&amp;lt;location&amp;gt;file://C%3A\foo\bar.mp3&amp;lt;/location&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Sigh, valid URIs cannot be that hard...
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;I just got this from 0.9.4 on XP:
&lt;br&gt;&amp;lt;location&amp;gt;C:\Documents%20and%20Settings\Owner\My%20Documents\test.xspf&amp;lt;/location&amp;gt;
&lt;br&gt;&lt;br&gt;The problem as always is convincing people who work on media players 
&lt;br&gt;that playlists are internet media types which ought to be shareable. 
&lt;br&gt;VLC's way of doing this works fine as long as only VLC is going to open 
&lt;br&gt;the playlists it creates.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Playlist mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20004861&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Playlist@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.musicbrainz.org/mailman/listinfo/playlist&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.musicbrainz.org/mailman/listinfo/playlist&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/MusicBrainz---Playlist-f10925.html&quot; embed=&quot;fixTarget[10925]&quot; target=&quot;_top&quot; &gt;MusicBrainz - Playlist&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/First-XSPF-related-security-issue-----was%3A-Re%3A--oss-security--CVE-id-request%3A-vlc-tp19984631s2885p20004861.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20004763</id>
	<title>Re: First XSPF-related security issue? -- was: Re:	[oss-security] CVE id request: vlc</title>
	<published>2008-10-15T17:02:37Z</published>
	<updated>2008-10-15T17:02:37Z</updated>
	<author>
		<name>Sebastian Pipping-3</name>
	</author>
	<content type="html">Ivo Emanuel Gonçalves wrote:
&lt;br&gt;&amp;gt; When I tested last year it was both, but supposedly it got fixed, so
&lt;br&gt;&amp;gt; I'll say it's only while writing.
&lt;br&gt;&lt;br&gt;I just checked. &amp;nbsp;VLC 0.9.4 gives me locations like this:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;location&amp;gt;file://C%3A\foo\bar.mp3&amp;lt;/location&amp;gt;
&lt;br&gt;&lt;br&gt;Sigh, valid URIs cannot be that hard...
&lt;br&gt;&lt;br&gt;Also the written file contains the absolute path to the
&lt;br&gt;file itself in //playlist.location. &amp;nbsp;For file on a website
&lt;br&gt;this might be a good idea but for local files its much
&lt;br&gt;more a privacy issue. &amp;nbsp;I've seen this with Inkscape before.
&lt;br&gt;&lt;br&gt;So I guess that's two bugs to open.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Sebastian
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Playlist mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20004763&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Playlist@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.musicbrainz.org/mailman/listinfo/playlist&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.musicbrainz.org/mailman/listinfo/playlist&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/MusicBrainz---Playlist-f10925.html&quot; embed=&quot;fixTarget[10925]&quot; target=&quot;_top&quot; &gt;MusicBrainz - Playlist&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/First-XSPF-related-security-issue-----was%3A-Re%3A--oss-security--CVE-id-request%3A-vlc-tp19984631s2885p20004763.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20004720</id>
	<title>Re: First XSPF-related security issue? -- was: Re: [oss-security] CVE id request: vlc</title>
	<published>2008-10-15T16:57:12Z</published>
	<updated>2008-10-15T16:57:12Z</updated>
	<author>
		<name>Lucas Gonze</name>
	</author>
	<content type="html">&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;track&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;identifier&amp;gt;0&amp;lt;/identifier&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;...
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/track&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/trackList&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;extension application=&amp;quot;&lt;a href=&quot;http://www.videolan.org/vlc/playlist/0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.videolan.org/vlc/playlist/0&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;item href=&amp;quot;0&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/extension&amp;gt;
&lt;br&gt;&lt;br&gt;Seems like their use of &amp;quot;identifier&amp;quot; is really to do what the xml:id
&lt;br&gt;attribute does already, and not what an XSPF identifier does. &amp;nbsp;So
&lt;br&gt;here's what I'm wondering: given that xml:id is a freebie with XML and
&lt;br&gt;doesn't need to be defined by XML-based data formats like XSPF, what
&lt;br&gt;could VLC be using instead of their extension to refer to those IDs?
&lt;br&gt;&lt;br&gt;BTW, it is interesting to notice that their extension creates a format
&lt;br&gt;with the same shape as iTunes library XML. &amp;nbsp;Seems to be one of those
&lt;br&gt;patterns that crops up in nature on its own.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Playlist mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20004720&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Playlist@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.musicbrainz.org/mailman/listinfo/playlist&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.musicbrainz.org/mailman/listinfo/playlist&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/MusicBrainz---Playlist-f10925.html&quot; embed=&quot;fixTarget[10925]&quot; target=&quot;_top&quot; &gt;MusicBrainz - Playlist&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/First-XSPF-related-security-issue-----was%3A-Re%3A--oss-security--CVE-id-request%3A-vlc-tp19984631s2885p20004720.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20004526</id>
	<title>r10480 - in mb_server/trunk/htdocs: css show/stats</title>
	<published>2008-10-15T16:36:43Z</published>
	<updated>2008-10-15T16:36:43Z</updated>
	<author>
		<name>root-97</name>
	</author>
	<content type="html">Author: robert
&lt;br&gt;Date: 2008-10-15 23:36:43 +0000 (Wed, 15 Oct 2008)
&lt;br&gt;New Revision: 10480
&lt;br&gt;&lt;br&gt;Modified:
&lt;br&gt;&amp;nbsp; &amp;nbsp;mb_server/trunk/htdocs/css/main.css
&lt;br&gt;&amp;nbsp; &amp;nbsp;mb_server/trunk/htdocs/show/stats/zeitgeist.html
&lt;br&gt;Log:
&lt;br&gt;Added a URL addressability of the graph type and plot lines. Added a link to this page.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Modified: mb_server/trunk/htdocs/css/main.css
&lt;br&gt;===================================================================
&lt;br&gt;--- mb_server/trunk/htdocs/css/main.css	2008-10-15 20:39:51 UTC (rev 10479)
&lt;br&gt;+++ mb_server/trunk/htdocs/css/main.css	2008-10-15 23:36:43 UTC (rev 10480)
&lt;br&gt;@@ -1218,11 +1218,13 @@
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;/* Styles for the zeitgeist */
&lt;br&gt;&amp;nbsp;#stats-timeplot-title {
&lt;br&gt;-	font-weight: bold;
&lt;br&gt;+ &amp;nbsp; font-weight: bold;
&lt;br&gt;&amp;nbsp;}
&lt;br&gt;&amp;nbsp;#stats-timeplot-legend a {
&lt;br&gt;&amp;nbsp; &amp;nbsp; text-decoration: none;
&lt;br&gt;&amp;nbsp; &amp;nbsp; color: #000000;
&lt;br&gt;&amp;nbsp;}
&lt;br&gt;-
&lt;br&gt;+#stats-timeplot-link-to-this {
&lt;br&gt;+ &amp;nbsp; float: right;
&lt;br&gt;+}
&lt;br&gt;&amp;nbsp;/* vi: set ts=4 sw=4 ft=mason : */
&lt;br&gt;&lt;br&gt;Modified: mb_server/trunk/htdocs/show/stats/zeitgeist.html
&lt;br&gt;===================================================================
&lt;br&gt;--- mb_server/trunk/htdocs/show/stats/zeitgeist.html	2008-10-15 20:39:51 UTC (rev 10479)
&lt;br&gt;+++ mb_server/trunk/htdocs/show/stats/zeitgeist.html	2008-10-15 23:36:43 UTC (rev 10480)
&lt;br&gt;@@ -26,6 +26,10 @@
&lt;br&gt;&amp;nbsp;	# $Id: permlink.html 8548 2006-10-19 07:41:02Z dave $
&lt;br&gt;&amp;nbsp;	#
&lt;br&gt;&amp;nbsp;&amp;lt;/%perl&amp;gt;
&lt;br&gt;+&amp;lt;%args&amp;gt;
&lt;br&gt;+	$type =&amp;gt; 'artist'
&lt;br&gt;+	$lines =&amp;gt; '11111'
&lt;br&gt;+&amp;lt;/%args&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;%perl&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;my $head = &amp;lt;&amp;lt;'EOT';
&lt;br&gt;@@ -84,15 +88,21 @@
&lt;br&gt;&amp;nbsp;var linesVisible = [1, 1, 1, 1, 1];
&lt;br&gt;&amp;nbsp;var currentType = 0;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;-function onLoad() 
&lt;br&gt;+function loadGraph(type, showLines)
&lt;br&gt;&amp;nbsp;{
&lt;br&gt;-	loadGraph(&amp;quot;artist&amp;quot;);
&lt;br&gt;-}
&lt;br&gt;+	if (showLines == null)
&lt;br&gt;+	{
&lt;br&gt;+		for(i = 0; i &amp;lt; maxPlotLines; i++)
&lt;br&gt;+			linesVisible[i] = 1;
&lt;br&gt;+	}
&lt;br&gt;+	else
&lt;br&gt;+	{
&lt;br&gt;+		for(i = 0; i &amp;lt; maxPlotLines; i++)
&lt;br&gt;+			linesVisible[i] = (showLines[i] == '1');
&lt;br&gt;+	}
&lt;br&gt;&amp;nbsp;
&lt;br&gt;-function loadGraph(type)
&lt;br&gt;-{
&lt;br&gt;-	for(i = 0; i &amp;lt; maxPlotLines; i++)
&lt;br&gt;-	 &amp;nbsp; &amp;nbsp;linesVisible[i] = 1;
&lt;br&gt;+	if (types[type] == null)
&lt;br&gt;+		type = 'artist';
&lt;br&gt;&amp;nbsp;	currentType = type;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;	plotGraph();
&lt;br&gt;@@ -110,6 +120,7 @@
&lt;br&gt;&amp;nbsp;		series[i] = plots[i][1];
&lt;br&gt;&amp;nbsp;	}
&lt;br&gt;&amp;nbsp;
&lt;br&gt;+	// set up the plot
&lt;br&gt;&amp;nbsp;	var eventSource = new Timeplot.DefaultEventSource();
&lt;br&gt;&amp;nbsp;	var historySource = new Timeplot.DefaultEventSource();
&lt;br&gt;&amp;nbsp;
&lt;br&gt;@@ -143,6 +154,7 @@
&lt;br&gt;&amp;nbsp;			 &amp;nbsp;eventSource: historySource,
&lt;br&gt;&amp;nbsp;		 &amp;nbsp; &amp;nbsp; &amp;nbsp;lineColor: &amp;quot;#EDA5C2&amp;quot;});
&lt;br&gt;&amp;nbsp;
&lt;br&gt;+	// Now create the actual plot
&lt;br&gt;&amp;nbsp;	timeplot = Timeplot.create(document.getElementById(&amp;quot;stats-timeplot&amp;quot;), plotInfo);
&lt;br&gt;&amp;nbsp;	timeplot.loadText(&amp;quot;zeitgeist-data.html?series=&amp;quot; + series.join(&amp;quot;,&amp;quot;), &amp;quot;,&amp;quot;, eventSource);
&lt;br&gt;&amp;nbsp;	timeplot.loadXML(&amp;quot;mb_history.xml&amp;quot;, historySource);
&lt;br&gt;@@ -150,6 +162,7 @@
&lt;br&gt;&amp;nbsp;	textContent = document.getElementById('stats-timeplot-title')
&lt;br&gt;&amp;nbsp;	textContent.firstChild.data=title;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;+	// Update the legend
&lt;br&gt;&amp;nbsp;	var legend = &amp;quot;&amp;quot;;
&lt;br&gt;&amp;nbsp;	for(i = 0; i &amp;lt; plots.length; i++)
&lt;br&gt;&amp;nbsp;	{
&lt;br&gt;@@ -173,6 +186,13 @@
&lt;br&gt;&amp;nbsp;		node = document.getElementById('legend-text-' + i)
&lt;br&gt;&amp;nbsp;	 &amp;nbsp; &amp;nbsp;node.firstChild.data= &amp;quot; &amp;quot;;
&lt;br&gt;&amp;nbsp;	}
&lt;br&gt;+
&lt;br&gt;+	// Update the link to this link
&lt;br&gt;+	node = document.getElementById('stats-timeplot-link-to-this')
&lt;br&gt;+	href = &amp;quot;?type=&amp;quot; + type + &amp;quot;&amp;lines=&amp;quot;;
&lt;br&gt;+	for(i = 0; i &amp;lt; maxPlotLines; i++)
&lt;br&gt;+		href += linesVisible[i] ? '1' : '0';
&lt;br&gt;+	node.href = href
&lt;br&gt;&amp;nbsp;}
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;function toggle(plotNum)
&lt;br&gt;@@ -197,7 +217,7 @@
&lt;br&gt;&amp;nbsp;EOT
&lt;br&gt;&amp;nbsp;&amp;lt;/%perl&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;-&amp;lt;&amp; /comp/sidebar, pagetitle =&amp;gt; &amp;quot;MusicBrainz Zeitgeist&amp;quot;, body=&amp;gt;'onload=&amp;quot;onLoad();&amp;quot; onresize=&amp;quot;onResize();&amp;quot;', head =&amp;gt; $head &amp;&amp;gt;
&lt;br&gt;+&amp;lt;&amp; /comp/sidebar, pagetitle =&amp;gt; &amp;quot;MusicBrainz Zeitgeist&amp;quot;, body=&amp;gt;'onload=&amp;quot;loadGraph(\''.$type.'\', \''.$lines.'\');&amp;quot; onresize=&amp;quot;onResize();&amp;quot;', head =&amp;gt; $head &amp;&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;&amp;lt;p&amp;gt;
&lt;br&gt;&amp;nbsp;View [ &amp;lt;a href=&amp;quot;#&amp;quot; onclick=&amp;quot;loadGraph('artist');&amp;quot;&amp;gt;artist/album&amp;lt;/a&amp;gt; |
&lt;br&gt;@@ -210,6 +230,7 @@
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;&amp;lt;div id=&amp;quot;stats-timeplot-title&amp;quot;&amp;gt; &amp;lt;/div&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;div id=&amp;quot;stats-timeplot&amp;quot; style=&amp;quot;height:200px;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;
&lt;br&gt;+&amp;lt;a id=&amp;quot;stats-timeplot-link-to-this&amp;quot; href=&amp;quot;#&amp;quot;&amp;gt;link to this graph&amp;lt;/a&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;div id=&amp;quot;stats-timeplot-legend&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;span id=&amp;quot;legend-color-0&amp;quot;&amp;gt;&amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;a id=&amp;quot;legend-text-0&amp;quot; href=&amp;quot;#&amp;quot; onclick=&amp;quot;toggle(0);&amp;quot; class=&amp;quot;shownplotline&amp;quot;&amp;gt; &amp;lt;/a&amp;gt; 
&lt;br&gt;&amp;nbsp;&amp;lt;span id=&amp;quot;legend-color-1&amp;quot;&amp;gt;&amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;a id=&amp;quot;legend-text-1&amp;quot; href=&amp;quot;#&amp;quot; onclick=&amp;quot;toggle(1);&amp;quot; class=&amp;quot;shownplotline&amp;quot;&amp;gt; &amp;lt;/a&amp;gt; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MusicBrainz-commits mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20004526&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MusicBrainz-commits@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-commits&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-commits&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/musicbrainz-commits-f16845.html&quot; embed=&quot;fixTarget[16845]&quot; target=&quot;_top&quot; &gt;musicbrainz-commits&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/r10480---in-mb_server-trunk-htdocs%3A-css-show-stats-tp20004526s2885p20004526.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20004404</id>
	<title>Re: [mb-bugs] [MusicBrainz Bug Tracker] #3985: Unreadible tags in M4A</title>
	<published>2008-10-15T16:25:59Z</published>
	<updated>2008-10-15T16:25:59Z</updated>
	<author>
		<name>MusicBrainz Bug Tracker</name>
	</author>
	<content type="html">#3985: Unreadible tags in M4A
&lt;br&gt;-------------------------------------------------+--------------------------
&lt;br&gt;&amp;nbsp; Reporter: &amp;nbsp;Guhndahb &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; Owner: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Type: &amp;nbsp;bug &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp;Status: &amp;nbsp;new &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; Priority: &amp;nbsp;normal &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; Milestone: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp;Component: &amp;nbsp;Picard Tagger &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; Version: &amp;nbsp;Picard 0.10.0
&lt;br&gt;Resolution: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Keywords: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp;Browser: &amp;nbsp;Netscape, Firefox, Mozilla (Gecko) &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Os: &amp;nbsp;Windows XP &amp;nbsp; 
&lt;br&gt;-------------------------------------------------+--------------------------
&lt;br&gt;Comment (by Guhndahb):
&lt;br&gt;&lt;br&gt;&amp;nbsp;I forgot to mention in the original report that performing the same steps
&lt;br&gt;&amp;nbsp;except encoding a MP3 w/ lame.exe or a FLAC w/ flac.exe results in files
&lt;br&gt;&amp;nbsp;with tags that read just fine in foobar2000. &amp;nbsp;It's only M4As that exhibit
&lt;br&gt;&amp;nbsp;this.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ticket URL: &amp;lt;&lt;a href=&quot;http://bugs.musicbrainz.org/ticket/3985#comment:1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.musicbrainz.org/ticket/3985#comment:1&lt;/a&gt;&amp;gt;
&lt;br&gt;MusicBrainz Bug Tracker &amp;lt;&lt;a href=&quot;http://musicbrainz.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://musicbrainz.org&lt;/a&gt;&amp;gt;
&lt;br&gt;MusicBrainz -- the music metadatabase
&lt;br&gt;_______________________________________________
&lt;br&gt;Musicbrainz-bugs mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20004404&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Musicbrainz-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-bugs&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/musicbrainz-bugs-f16846.html&quot; embed=&quot;fixTarget[16846]&quot; target=&quot;_top&quot; &gt;musicbrainz-bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-mb-bugs---MusicBrainz-Bug-Tracker---3985%3A-Unreadible-tags-in-M4A-tp20003868s2885p20004404.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20004022</id>
	<title>Re: Should we change automod elections to require a two-thirds	majority?</title>
	<published>2008-10-15T15:53:55Z</published>
	<updated>2008-10-15T15:53:55Z</updated>
	<author>
		<name>Jeff H-2</name>
	</author>
	<content type="html">Chad Wilson wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; StoneyBoh wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; If folks want to change to a 2/3 majority that is fine with me, but I 
&lt;br&gt;&amp;gt;&amp;gt; don't think this does anything substantial to changing the current 
&lt;br&gt;&amp;gt;&amp;gt; dynamic of elections. &amp;nbsp;It seems to me that this has been proposed as a 
&lt;br&gt;&amp;gt;&amp;gt; solution, when the problem statement has not been clearly stated.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I interpret the &amp;quot;problem&amp;quot; that some folks believe that there is an 
&lt;br&gt;&amp;gt;&amp;gt; unwritten &amp;quot;code&amp;quot; among editors that only elections where there is a 
&lt;br&gt;&amp;gt;&amp;gt; near-unanimous approval should be &amp;quot;counted&amp;quot; or allowed to completion. 
&lt;br&gt;&amp;gt;&amp;gt; (Although that doesn't seem to be documented anywhere.) &amp;nbsp;Others abide by 
&lt;br&gt;&amp;gt;&amp;gt; the fact that a simple majority vote is fine. &amp;nbsp;Is this the problem we 
&lt;br&gt;&amp;gt;&amp;gt; are trying to solve? &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; This &amp;quot;problem&amp;quot; as you describe it, is a community-evolved understanding. 
&lt;br&gt;&amp;gt; Many facets of community understandings are not documented, and that 
&lt;br&gt;&amp;gt; doesn't make them unreal. The large influx of new AutoEditors who are 
&lt;br&gt;&amp;gt; now more vocal than the more longstanding ones has lead to this 
&lt;br&gt;&amp;gt; understanding weakening and being drowned in the noise.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;Please be careful here, your implication is that newer community members 
&lt;br&gt;who may not have yet found the secret decoder ring are just spouting 
&lt;br&gt;noise, which certainly isn't true.
&lt;br&gt;&lt;br&gt;In a constantly changing community, undocumented understandings are not 
&lt;br&gt;understandings at all. &amp;nbsp;At best they lead to confusion and at worst can 
&lt;br&gt;lead to ill feelings and frustration. &amp;nbsp;I agree that the process of 
&lt;br&gt;electing autoeditors is one of the most important we have - we can't 
&lt;br&gt;rely on undocumented understandings to control the process.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Consider that most of an AutoEditor's edits will not get /any/ review by 
&lt;br&gt;&amp;gt; anyone else until accidentally much later in time, so seeing that an 
&lt;br&gt;&amp;gt; AutoEditor has made &amp;quot;bad&amp;quot; edits is almost certainly a delayed process. 
&lt;br&gt;&amp;gt; Many experienced editors who edit widely across the DB, and tending to 
&lt;br&gt;&amp;gt; dig through history a lot have raised concerns about some aspects of 
&lt;br&gt;&amp;gt; editing by the batch of newer AutoEditors.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This does not make their elections &amp;quot;bad&amp;quot;; but possibly too early, too 
&lt;br&gt;&amp;gt; much inexperience or similar. We don't really have a mechanism for 
&lt;br&gt;&amp;gt; resolving such problems and it's embarrassing for MB and frustrating for 
&lt;br&gt;&amp;gt; other AutoEditors to have editors with such privileges making lots of 
&lt;br&gt;&amp;gt; incorrect edits from inexperience. Consider that most AutoEditors don't 
&lt;br&gt;&amp;gt; vote much, don't dig much into history and don't actually spend much 
&lt;br&gt;&amp;gt; time doing all the complex tidying, dupe and merge searches etc; so 
&lt;br&gt;&amp;gt; there really is a very limited set of people that are likely to have 
&lt;br&gt;&amp;gt; stumbled across such bad editing.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; For the same personal reasons that votes on elections are (and should 
&lt;br&gt;&amp;gt; be) private, you're not going to get specifics on the people involved, 
&lt;br&gt;&amp;gt; but suffice to say, it's happening.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;Well, this is a problem that is finally stated. &amp;nbsp;Although the proposal 
&lt;br&gt;here may help this some, I don't think this will relieve this problem. &amp;nbsp;
&lt;br&gt;I would suggest a better way to help alleviate this issue is to put a 
&lt;br&gt;set of guidelines on the *nominator*. &amp;nbsp;I don't know what those might be 
&lt;br&gt;specifically, but if someone could come up with a specific set of 
&lt;br&gt;guidelines that the nominator would have to demonstrate before bringing 
&lt;br&gt;the nomination forward, would that help? &amp;nbsp;I think that might be more 
&lt;br&gt;helpful than just changing the voting percentage.
&lt;br&gt;&amp;gt; In any case, if people don't think there will be much effect, why don't 
&lt;br&gt;&amp;gt; we just try it? Saying you don't think it will change anything isn't an 
&lt;br&gt;&amp;gt; argument against doing it, as far as I'm concerned (since there are many 
&lt;br&gt;&amp;gt; on the other side who think it will help) - you need an argument that 
&lt;br&gt;&amp;gt; explains why it will be /harmful/.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;I never said I was opposed nor did I suggest it would be harmful, just 
&lt;br&gt;that it might not do all that much good.
&lt;br&gt;&lt;br&gt;Jeff
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MusicBrainz-automods mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20004022&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MusicBrainz-automods@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-automods&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-automods&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/MusicBrainz---Automods-f10923.html&quot; embed=&quot;fixTarget[10923]&quot; target=&quot;_top&quot; &gt;MusicBrainz - Automods&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Automod-Election%3A-cord-tp19960419s2885p20004022.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20003868</id>
	<title>[mb-bugs] [MusicBrainz Bug Tracker] #3985: Unreadible tags in M4A</title>
	<published>2008-10-15T15:41:02Z</published>
	<updated>2008-10-15T15:41:02Z</updated>
	<author>
		<name>MusicBrainz Bug Tracker</name>
	</author>
	<content type="html">#3985: Unreadible tags in M4A
&lt;br&gt;---------------------------+------------------------------------------------
&lt;br&gt;&amp;nbsp;Reporter: &amp;nbsp;Guhndahb &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; Owner: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Type: &amp;nbsp;bug &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp;Status: &amp;nbsp;new &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp;Priority: &amp;nbsp;normal &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; Milestone: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;Component: &amp;nbsp;Picard Tagger &amp;nbsp;| &amp;nbsp; &amp;nbsp; Version: &amp;nbsp;Picard 0.10.0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp;Keywords: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; Browser: &amp;nbsp;Netscape, Firefox, Mozilla (Gecko)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Os: &amp;nbsp;Windows XP &amp;nbsp; &amp;nbsp; | &amp;nbsp;
&lt;br&gt;---------------------------+------------------------------------------------
&lt;br&gt;&amp;nbsp;All M4A tags, other than embedded cover art, do not show up in foobar2000
&lt;br&gt;&amp;nbsp;or MP3Tag when tagged with Picard. &amp;nbsp;Embedded cover art works fine.
&lt;br&gt;&lt;br&gt;&amp;nbsp;Steps to reproduce:[[BR]]
&lt;br&gt;&amp;nbsp;1) Encode an audio file to M4A/MP4 with NeroAAC w/ no tags[[BR]]
&lt;br&gt;&amp;nbsp;2) Tag file w/ Picard (with or without embedded cover art)[[BR]]
&lt;br&gt;&amp;nbsp;3) Read the tags in foobar2000 or MP3Tag, they will be missing[[BR]]
&lt;br&gt;&lt;br&gt;&amp;nbsp;Notes:[[BR]]
&lt;br&gt;&amp;nbsp;- If I edit the tags in foobar2000 first, then tag it with Picard, then
&lt;br&gt;&amp;nbsp;all the tags will show up in foobar2000 and MP3Tag.[[BR]]
&lt;br&gt;&amp;nbsp;- WinAmp seems to be able to read the tags.[[BR]]
&lt;br&gt;&amp;nbsp;- If I tag the file with neroAacTag.exe first, those tags show up fine in
&lt;br&gt;&amp;nbsp;both foobar2000 and MP3Tag. &amp;nbsp;If I then run it through Picard, the Picard
&lt;br&gt;&amp;nbsp;tags do not show up but the originals do even though &amp;quot;Clear existing
&lt;br&gt;&amp;nbsp;tags...&amp;quot; is enabled in Picard. &amp;nbsp;Loading it again in Picard will show the
&lt;br&gt;&amp;nbsp;Picard tags and not the original tags.[[BR]]
&lt;br&gt;&lt;br&gt;&amp;nbsp;Versions used:[[BR]]
&lt;br&gt;&amp;nbsp;foobar2000: 0.9.5.6[[BR]]
&lt;br&gt;&amp;nbsp;Picard: 0.10[[BR]]
&lt;br&gt;&amp;nbsp;NeroAAC: 1.3.3.0[[BR]]
&lt;br&gt;&amp;nbsp;MP3Tag: 2.41[[BR]]
&lt;br&gt;&lt;br&gt;&amp;nbsp;Picard plugins installed (also occurs with none installed):[[BR]]
&lt;br&gt;&amp;nbsp;bonusdisc[[BR]]
&lt;br&gt;&amp;nbsp;discnumber[[BR]]
&lt;br&gt;&amp;nbsp;ui_options_lastfm[[BR]]
&lt;br&gt;&amp;nbsp;coverart
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ticket URL: &amp;lt;&lt;a href=&quot;http://bugs.musicbrainz.org/ticket/3985&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.musicbrainz.org/ticket/3985&lt;/a&gt;&amp;gt;
&lt;br&gt;MusicBrainz Bug Tracker &amp;lt;&lt;a href=&quot;http://musicbrainz.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://musicbrainz.org&lt;/a&gt;&amp;gt;
&lt;br&gt;MusicBrainz -- the music metadatabase
&lt;br&gt;_______________________________________________
&lt;br&gt;Musicbrainz-bugs mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20003868&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Musicbrainz-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-bugs&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/musicbrainz-bugs-f16846.html&quot; embed=&quot;fixTarget[16846]&quot; target=&quot;_top&quot; &gt;musicbrainz-bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-mb-bugs---MusicBrainz-Bug-Tracker---3985%3A-Unreadible-tags-in-M4A-tp20003868s2885p20003868.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20003870</id>
	<title>Re: Should we change automod elections to require a two-thirds	majority?</title>
	<published>2008-10-15T15:40:06Z</published>
	<updated>2008-10-15T15:40:06Z</updated>
	<author>
		<name>Edward J. Shornock-3</name>
	</author>
	<content type="html">* Gioele &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20003870&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gioeleb@...&lt;/a&gt;&amp;gt; [2008-16-10 01:21 EEST]:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Wed, Oct 15, 2008 at 11:39 PM, symphonick &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20003870&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;symphonick@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; Perhaps we could try setting some thresholds you have to pass before
&lt;br&gt;&amp;gt; &amp;gt; you can be nominated? Say at least 1000 edits &amp; 1000 votes? &amp; possibly
&lt;br&gt;&amp;gt; &amp;gt; a time limit too, active for at least 3 months or something?
&lt;br&gt;&amp;gt; Maybe what we really need is new discussion about the Autoeditor
&lt;br&gt;&amp;gt; status: what should be done to get it? What makes you worth of that
&lt;br&gt;&amp;gt; status? Is there a way to become unsuitable for the autoeditor status?
&lt;br&gt;&amp;gt; What should we do when you're not suitable anymore?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; And bit more in depth:
&lt;br&gt;&amp;gt; Is the edits count important?
&lt;br&gt;&amp;gt; Is the votes count important?
&lt;br&gt;&amp;gt; How do we evaluate the quality of the edits and of the votes?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Yes, maybe these questions are more important than what threshold should we set.
&lt;/div&gt;&lt;/div&gt;+1
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;MusicBrainz-automods mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20003870&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MusicBrainz-automods@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-automods&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-automods&lt;/a&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (204 bytes) &lt;a href=&quot;http://www.nabble.com/attachment/20003870/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/MusicBrainz---Automods-f10923.html&quot; embed=&quot;fixTarget[10923]&quot; target=&quot;_top&quot; &gt;MusicBrainz - Automods&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Automod-Election%3A-cord-tp19960419s2885p20003870.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20003703</id>
	<title>Re: Should we change automod elections to require a two-thirds majority?</title>
	<published>2008-10-15T15:25:51Z</published>
	<updated>2008-10-15T15:25:51Z</updated>
	<author>
		<name>symphonick</name>
	</author>
	<content type="html">2008/10/15, Gioele &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20003703&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gioeleb@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Wed, Oct 15, 2008 at 11:39 PM, symphonick &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20003703&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;symphonick@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Perhaps we could try setting some thresholds you have to pass before
&lt;br&gt;&amp;gt;&amp;gt; you can be nominated? Say at least 1000 edits &amp; 1000 votes? &amp; possibly
&lt;br&gt;&amp;gt;&amp;gt; a time limit too, active for at least 3 months or something?
&lt;br&gt;&amp;gt; Maybe what we really need is new discussion about the Autoeditor
&lt;br&gt;&amp;gt; status: what should be done to get it? What makes you worth of that
&lt;br&gt;&amp;gt; status? Is there a way to become unsuitable for the autoeditor status?
&lt;br&gt;&amp;gt; What should we do when you're not suitable anymore?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; And bit more in depth:
&lt;br&gt;&amp;gt; Is the edits count important?
&lt;br&gt;&amp;gt; Is the votes count important?
&lt;br&gt;&amp;gt; How do we evaluate the quality of the edits and of the votes?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Yes, maybe these questions are more important than what threshold should we
&lt;br&gt;&amp;gt; set.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Bye,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Gioele &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20003703&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gioeleb@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;+1
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;br&gt;/symphonick
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MusicBrainz-automods mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20003703&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MusicBrainz-automods@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-automods&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-automods&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/MusicBrainz---Automods-f10923.html&quot; embed=&quot;fixTarget[10923]&quot; target=&quot;_top&quot; &gt;MusicBrainz - Automods&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Automod-Election%3A-cord-tp19960419s2885p20003703.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20003587</id>
	<title>Re: Should we change automod elections to require a two-thirds majority?</title>
	<published>2008-10-15T15:17:03Z</published>
	<updated>2008-10-15T15:17:03Z</updated>
	<author>
		<name>Gioele</name>
	</author>
	<content type="html">On Wed, Oct 15, 2008 at 11:39 PM, symphonick &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20003587&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;symphonick@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Perhaps we could try setting some thresholds you have to pass before
&lt;br&gt;&amp;gt; you can be nominated? Say at least 1000 edits &amp; 1000 votes? &amp; possibly
&lt;br&gt;&amp;gt; a time limit too, active for at least 3 months or something?
&lt;br&gt;Maybe what we really need is new discussion about the Autoeditor
&lt;br&gt;status: what should be done to get it? What makes you worth of that
&lt;br&gt;status? Is there a way to become unsuitable for the autoeditor status?
&lt;br&gt;What should we do when you're not suitable anymore?
&lt;br&gt;&lt;br&gt;And bit more in depth:
&lt;br&gt;Is the edits count important?
&lt;br&gt;Is the votes count important?
&lt;br&gt;How do we evaluate the quality of the edits and of the votes?
&lt;br&gt;&lt;br&gt;Yes, maybe these questions are more important than what threshold should we set.
&lt;br&gt;&lt;br&gt;Bye,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Gioele &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20003587&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gioeleb@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MusicBrainz-automods mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20003587&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MusicBrainz-automods@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-automods&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-automods&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/MusicBrainz---Automods-f10923.html&quot; embed=&quot;fixTarget[10923]&quot; target=&quot;_top&quot; &gt;MusicBrainz - Automods&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Automod-Election%3A-cord-tp19960419s2885p20003587.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20003556</id>
	<title>Re: MusicBrainz-users Digest, Vol 62, Issue 12</title>
	<published>2008-10-15T15:13:32Z</published>
	<updated>2008-10-15T15:13:32Z</updated>
	<author>
		<name>Simon Austin-2</name>
	</author>
	<content type="html">&lt;br&gt;&amp;gt; If you can convince anybody that this is true, then MusicBrainz should
&lt;br&gt;&amp;gt; start hosting cover art directly without linking to other sites. Last
&lt;br&gt;&amp;gt; I heard one issue is that MusicBrainz needs to be legal in more
&lt;br&gt;&amp;gt; countries than just the US. Europe doesn't have a fair use doctrine,
&lt;br&gt;&amp;gt; for example.
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;Europe, not being a signatory to the Berne convention, doesn't really
&lt;br&gt;have any copyright laws anyway - though it does offer guidelines on
&lt;br&gt;interpreting it. The member states do though, and they may have
&lt;br&gt;equivalents to &amp;quot;Fair Use&amp;quot;. In the UK (and some Commonwealth countries)
&lt;br&gt;this is known as &amp;quot;Fair Dealing&amp;quot;. The UKIPO site has some details:
&lt;br&gt;&lt;a href=&quot;http://www.ipo.gov.uk/copy/c-manage/c-useenforce/c-useenforce-use/c-useenforce-use-exception.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ipo.gov.uk/copy/c-manage/c-useenforce/c-useenforce-use/c-useenforce-use-exception.htm&lt;/a&gt;&lt;br&gt;&lt;br&gt;From a quick glance through (and not being a lawyer), MB might come in
&lt;br&gt;under &amp;quot;non-commercial research&amp;quot;, but probably not &amp;quot;criticism or review&amp;quot;.
&lt;br&gt;&lt;br&gt;Apropos of the US rules and Wikipedia, it's perhaps worth noting that
&lt;br&gt;they decided it wasn't fair use to upload any album cover just because
&lt;br&gt;there was an entry about it, but there had to be critical commentary on
&lt;br&gt;the album.
&lt;br&gt;&lt;br&gt;Acceptable use: *Cover art:* Cover art from various items, for
&lt;br&gt;identification /only in the context of/ critical commentary /of that
&lt;br&gt;item/ (not for identification /without/ critical commentary).
&lt;br&gt;&lt;br&gt;Unacceptable use: An album cover as part of a discography, as per the above.
&lt;br&gt;&lt;br&gt;From: &lt;a href=&quot;http://en.wikipedia.org/wiki/Wikipedia:Non-free_content&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://en.wikipedia.org/wiki/Wikipedia:Non-free_content&lt;/a&gt;&lt;br&gt;&lt;br&gt;- Si: chiark
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MusicBrainz-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20003556&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MusicBrainz-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Musicbrainz---Users-f514.html&quot; embed=&quot;fixTarget[514]&quot; target=&quot;_top&quot; &gt;Musicbrainz - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Re%3A-MusicBrainz-users-Digest%2C-Vol-62%2C-Issue-12-tp20003556s2885p20003556.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20003510</id>
	<title>Re: First XSPF-related security issue? -- was: Re: [oss-security] CVE id request: vlc</title>
	<published>2008-10-15T15:10:26Z</published>
	<updated>2008-10-15T15:10:26Z</updated>
	<author>
		<name>Saoshyant</name>
	</author>
	<content type="html">On 10/15/08, Lucas Gonze &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20003510&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lucas@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Got a pointer to a bug report? &amp;nbsp;Maybe we can escalate the issue.
&lt;br&gt;&lt;br&gt;I'm pretty sure I filed up a ticket but I searched through all my
&lt;br&gt;email and can't find it. &amp;nbsp;Either I thought I did and ended up not
&lt;br&gt;doing it (hey, it can happen to anyone) or I deleted the record.
&lt;br&gt;Either way, can't provide a link.
&lt;br&gt;&lt;br&gt;On 10/15/08, Sebastian Pipping &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20003510&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;webmaster@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Are we talking about reading or writing here? &amp;nbsp;Both?
&lt;br&gt;&lt;br&gt;When I tested last year it was both, but supposedly it got fixed, so
&lt;br&gt;I'll say it's only while writing. &amp;nbsp;I'll see if I can test the latest
&lt;br&gt;VLC on one of the computers in the office; half of them run Windows.
&lt;br&gt;&lt;br&gt;-Ivo
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Playlist mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20003510&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Playlist@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.musicbrainz.org/mailman/listinfo/playlist&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.musicbrainz.org/mailman/listinfo/playlist&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/MusicBrainz---Playlist-f10925.html&quot; embed=&quot;fixTarget[10925]&quot; target=&quot;_top&quot; &gt;MusicBrainz - Playlist&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/First-XSPF-related-security-issue-----was%3A-Re%3A--oss-security--CVE-id-request%3A-vlc-tp19984631s2885p20003510.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20003124</id>
	<title>Re: [mb-bugs] [MusicBrainz Bug Tracker] #3981: Add ratings support</title>
	<published>2008-10-15T14:46:07Z</published>
	<updated>2008-10-15T14:46:07Z</updated>
	<author>
		<name>MusicBrainz Bug Tracker</name>
	</author>
	<content type="html">#3981: Add ratings support
&lt;br&gt;-------------------------------------------------+--------------------------
&lt;br&gt;&amp;nbsp; Reporter: &amp;nbsp;murdos &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; Owner: &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Type: &amp;nbsp;enhancement &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp;Status: &amp;nbsp;new &amp;nbsp;
&lt;br&gt;&amp;nbsp; Priority: &amp;nbsp;normal &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; Milestone: &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp;Component: &amp;nbsp;Picard Tagger &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; Version: &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;Resolution: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;Keywords: &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp;Browser: &amp;nbsp;Netscape, Firefox, Mozilla (Gecko) &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Os: &amp;nbsp;Linux
&lt;br&gt;-------------------------------------------------+--------------------------
&lt;br&gt;Comment (by rob):
&lt;br&gt;&lt;br&gt;&amp;nbsp;This approach is fine with me!
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ticket URL: &amp;lt;&lt;a href=&quot;http://bugs.musicbrainz.org/ticket/3981#comment:5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.musicbrainz.org/ticket/3981#comment:5&lt;/a&gt;&amp;gt;
&lt;br&gt;MusicBrainz Bug Tracker &amp;lt;&lt;a href=&quot;http://musicbrainz.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://musicbrainz.org&lt;/a&gt;&amp;gt;
&lt;br&gt;MusicBrainz -- the music metadatabase
&lt;br&gt;_______________________________________________
&lt;br&gt;Musicbrainz-bugs mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20003124&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Musicbrainz-bugs@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-bugs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-bugs&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/musicbrainz-bugs-f16846.html&quot; embed=&quot;fixTarget[16846]&quot; target=&quot;_top&quot; &gt;musicbrainz-bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-mb-bugs---MusicBrainz-Bug-Tracker---3981%3A-Add-ratings-support-tp19955610s2885p20003124.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20003046</id>
	<title>Re: Should we change automod elections to require a two-thirds majority?</title>
	<published>2008-10-15T14:39:56Z</published>
	<updated>2008-10-15T14:39:56Z</updated>
	<author>
		<name>symphonick</name>
	</author>
	<content type="html">2008/10/15, Chad Wilson &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20003046&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;chad.wilson@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; Increasing to 66% will make the threshold for objection a bit easier;
&lt;br&gt;&amp;gt; and potentially encourage more critical investigation into new editors
&lt;br&gt;&amp;gt; since the level of objection that has to be gained is lower, and more
&lt;br&gt;&amp;gt; achievable.
&lt;br&gt;&lt;br&gt;It will also mean that a no-vote would be worth more than a yes, which
&lt;br&gt;I personally find a bit problematic.
&lt;br&gt;Perhaps we could try setting some thresholds you have to pass before
&lt;br&gt;you can be nominated? Say at least 1000 edits &amp; 1000 votes? &amp; possibly
&lt;br&gt;a time limit too, active for at least 3 months or something?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;br&gt;/symphonick
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MusicBrainz-automods mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20003046&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MusicBrainz-automods@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-automods&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-automods&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/MusicBrainz---Automods-f10923.html&quot; embed=&quot;fixTarget[10923]&quot; target=&quot;_top&quot; &gt;MusicBrainz - Automods&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Automod-Election%3A-cord-tp19960419s2885p20003046.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20003041</id>
	<title>Re: wiki migration?</title>
	<published>2008-10-15T14:38:45Z</published>
	<updated>2008-10-15T14:38:45Z</updated>
	<author>
		<name>Robert Kaye</name>
	</author>
	<content type="html">&lt;br&gt;On Oct 12, 2008, at 11:57 PM, Lukáš Lalinský wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; The script to migrate the wiki is more or less done, what's missing is
&lt;br&gt;&amp;gt; a MB skin for MediaWiki and some mb_server work to port wiki
&lt;br&gt;&amp;gt; documentation transclusion.
&lt;br&gt;&lt;br&gt;&lt;br&gt;I'm willing to work on the WikiDocs portion of things. (ick PHP) But &amp;nbsp;
&lt;br&gt;not until after the next mb-server release -- I cannot afford to get &amp;nbsp;
&lt;br&gt;side-tracked by non-critical projects until after the next release.
&lt;br&gt;&lt;br&gt;Who wants to design the skin?
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;--ruaok &amp;nbsp; &amp;nbsp; &amp;nbsp;Somewhere in Texas a village is *still* missing its idiot.
&lt;br&gt;&lt;br&gt;Robert Kaye &amp;nbsp; &amp;nbsp; -- &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20003041&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rob@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; -- &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://mayhem-chaos.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mayhem-chaos.net&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MusicBrainz-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20003041&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MusicBrainz-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Musicbrainz---Users-f514.html&quot; embed=&quot;fixTarget[514]&quot; target=&quot;_top&quot; &gt;Musicbrainz - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/wiki-migration--tp19944309s2885p20003041.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20001997</id>
	<title>Re: First XSPF-related security issue? -- was: Re:	[oss-security] CVE id request: vlc</title>
	<published>2008-10-15T13:42:33Z</published>
	<updated>2008-10-15T13:42:33Z</updated>
	<author>
		<name>Sebastian Pipping-3</name>
	</author>
	<content type="html">Ivo Emanuel Gonçalves wrote:
&lt;br&gt;&amp;gt;&amp;gt; Also I really hope this
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;lt;location&amp;gt;C:\My%20Music\playlist.xspf&amp;lt;/location&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; is not what VLC was/is producing.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Yes. &amp;nbsp;They still do not see this as a bug; it's a feature. &amp;nbsp;Yes, really.
&lt;br&gt;&lt;br&gt;Are we talking about reading or writing here? &amp;nbsp;Both?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Sebastian
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Playlist mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20001997&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Playlist@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.musicbrainz.org/mailman/listinfo/playlist&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.musicbrainz.org/mailman/listinfo/playlist&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/MusicBrainz---Playlist-f10925.html&quot; embed=&quot;fixTarget[10925]&quot; target=&quot;_top&quot; &gt;MusicBrainz - Playlist&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/First-XSPF-related-security-issue-----was%3A-Re%3A--oss-security--CVE-id-request%3A-vlc-tp19984631s2885p20001997.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20001908</id>
	<title>r10479 - mb_server/trunk/htdocs/show/edit</title>
	<published>2008-10-15T13:39:49Z</published>
	<updated>2008-10-15T13:39:49Z</updated>
	<author>
		<name>root-97</name>
	</author>
	<content type="html">Author: murdos
&lt;br&gt;Date: 2008-10-15 20:39:51 +0000 (Wed, 15 Oct 2008)
&lt;br&gt;New Revision: 10479
&lt;br&gt;&lt;br&gt;Modified:
&lt;br&gt;&amp;nbsp; &amp;nbsp;mb_server/trunk/htdocs/show/edit/conditions.html
&lt;br&gt;Log:
&lt;br&gt;New attempt to make more explicit the fact that high quality edits won't fail if they don't have 4 edits.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Modified: mb_server/trunk/htdocs/show/edit/conditions.html
&lt;br&gt;===================================================================
&lt;br&gt;--- mb_server/trunk/htdocs/show/edit/conditions.html	2008-10-15 20:35:28 UTC (rev 10478)
&lt;br&gt;+++ mb_server/trunk/htdocs/show/edit/conditions.html	2008-10-15 20:39:51 UTC (rev 10479)
&lt;br&gt;@@ -69,12 +69,15 @@
&lt;br&gt;&amp;nbsp;$m-&amp;gt;out('&amp;lt;/table&amp;gt;&amp;lt;br/&amp;gt;');
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;&amp;lt;/%perl&amp;gt;
&lt;br&gt;-&amp;lt;p style=&amp;quot;margin-bottom: 1em;&amp;quot;&amp;gt;
&lt;br&gt;-For each edit type and each quality level the table below shows the voting 
&lt;br&gt;-period that an edit will remain open for, the number of unanimous votes required 
&lt;br&gt;-to shortcut the edit period, what happens if the edit expires but has no votes, 
&lt;br&gt;-and whether or not an edit is considered an &amp;lt;&amp; /comp/linkdoc, &amp;quot;AutoEdit&amp;quot;, &amp;quot;auto-edit&amp;quot; &amp;&amp;gt; for an &amp;lt;&amp;/comp/linkdoc, &amp;quot;AutoEditor&amp;quot;, &amp;quot;auto-editor&amp;quot; &amp;&amp;gt;.
&lt;br&gt;+&amp;lt;p&amp;gt;
&lt;br&gt;+For each edit type and each quality level the table below shows:
&lt;br&gt;&amp;nbsp;&amp;lt;/p&amp;gt;
&lt;br&gt;+&amp;lt;ul&amp;gt;
&lt;br&gt;+	&amp;lt;li&amp;gt; the voting period that an edit will remain open for, &amp;lt;/li&amp;gt;
&lt;br&gt;+	&amp;lt;li&amp;gt; the number of unanimous votes required to shortcut the edit period, &amp;lt;/li&amp;gt;
&lt;br&gt;+	&amp;lt;li&amp;gt; what happens if the edit expires but has no votes, &amp;lt;/li&amp;gt;
&lt;br&gt;+	&amp;lt;li&amp;gt; and whether or not an edit is considered an &amp;lt;&amp; /comp/linkdoc, &amp;quot;AutoEdit&amp;quot;, &amp;quot;auto-edit&amp;quot; &amp;&amp;gt; for an &amp;lt;&amp;/comp/linkdoc, &amp;quot;AutoEditor&amp;quot;, &amp;quot;auto-editor&amp;quot; &amp;&amp;gt;.
&lt;br&gt;+&amp;lt;/ul&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;&amp;lt;%perl&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;@@ -176,7 +179,7 @@
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;&amp;lt;p&amp;gt;
&lt;br&gt;&amp;nbsp;	&amp;lt;span id=&amp;quot;note-1&amp;quot; class=&amp;quot;superscript&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt; Voting period in days&amp;lt;br /&amp;gt;
&lt;br&gt;-	&amp;lt;span id=&amp;quot;note-2&amp;quot; class=&amp;quot;superscript&amp;quot;&amp;gt;2&amp;lt;/span&amp;gt; Unanimous votes&amp;lt;br /&amp;gt;
&lt;br&gt;+	&amp;lt;span id=&amp;quot;note-2&amp;quot; class=&amp;quot;superscript&amp;quot;&amp;gt;2&amp;lt;/span&amp;gt; Unanimous votes required to shortcut the edit period&amp;lt;br /&amp;gt;
&lt;br&gt;&amp;nbsp;	&amp;lt;span id=&amp;quot;note-3&amp;quot; class=&amp;quot;superscript&amp;quot;&amp;gt;3&amp;lt;/span&amp;gt; Expire action when edit has no votes (abstain votes excluded)&amp;lt;br /&amp;gt;
&lt;br&gt;&amp;nbsp;	&amp;lt;span id=&amp;quot;note-4&amp;quot; class=&amp;quot;superscript&amp;quot;&amp;gt;3&amp;lt;/span&amp;gt; &amp;lt;&amp; /comp/linkdoc, &amp;quot;AutoEdit&amp;quot;, &amp;quot;auto-edit&amp;quot; &amp;&amp;gt; for all users
&lt;br&gt;&amp;nbsp;&amp;lt;/p&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MusicBrainz-commits mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20001908&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MusicBrainz-commits@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-commits&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-commits&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/musicbrainz-commits-f16845.html&quot; embed=&quot;fixTarget[16845]&quot; target=&quot;_top&quot; &gt;musicbrainz-commits&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/r10479---mb_server-trunk-htdocs-show-edit-tp20001908s2885p20001908.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20001818</id>
	<title>r10478 - mb_server/trunk/htdocs/user/tags</title>
	<published>2008-10-15T13:35:28Z</published>
	<updated>2008-10-15T13:35:28Z</updated>
	<author>
		<name>root-97</name>
	</author>
	<content type="html">Author: murdos
&lt;br&gt;Date: 2008-10-15 20:35:28 +0000 (Wed, 15 Oct 2008)
&lt;br&gt;New Revision: 10478
&lt;br&gt;&lt;br&gt;Modified:
&lt;br&gt;&amp;nbsp; &amp;nbsp;mb_server/trunk/htdocs/user/tags/index.html
&lt;br&gt;&amp;nbsp; &amp;nbsp;mb_server/trunk/htdocs/user/tags/tag.html
&lt;br&gt;Log:
&lt;br&gt;Respect editor privacy for tags
&lt;br&gt;&lt;br&gt;&lt;br&gt;Modified: mb_server/trunk/htdocs/user/tags/index.html
&lt;br&gt;===================================================================
&lt;br&gt;--- mb_server/trunk/htdocs/user/tags/index.html	2008-10-15 20:23:35 UTC (rev 10477)
&lt;br&gt;+++ mb_server/trunk/htdocs/user/tags/index.html	2008-10-15 20:35:28 UTC (rev 10478)
&lt;br&gt;@@ -18,18 +18,32 @@
&lt;br&gt;&amp;nbsp;			or return $m-&amp;gt;comp(&amp;quot;/comp/error&amp;quot;, &amp;quot;There is no user with id #$userid&amp;quot;, 1, 1);
&lt;br&gt;&amp;nbsp;	}
&lt;br&gt;&amp;nbsp;
&lt;br&gt;-	my $t = MusicBrainz::Server::Tag-&amp;gt;new($mb-&amp;gt;{DBH});
&lt;br&gt;-	my $tags = $t-&amp;gt;GetRawTagHash($userid);
&lt;br&gt;+	my $private = $is_me ? 0 : not UserPreference::get_for_user(&amp;quot;tags_public&amp;quot;, $user);
&lt;br&gt;+
&lt;br&gt;+	my ($t, $tags);
&lt;br&gt;+	unless ($private)
&lt;br&gt;+	{
&lt;br&gt;+		$t = MusicBrainz::Server::Tag-&amp;gt;new($mb-&amp;gt;{DBH});
&lt;br&gt;+		$tags = $t-&amp;gt;GetRawTagHash($userid);
&lt;br&gt;+	}
&lt;br&gt;&amp;nbsp;&amp;lt;/%perl&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;&amp;lt;&amp; /comp/sidebar, pagetitle =&amp;gt; ($is_me ? &amp;quot;My&amp;quot; : $user-&amp;gt;GetName . &amp;quot;'s&amp;quot;) . &amp;quot; Tags&amp;quot; &amp;&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;+% if ($private)
&lt;br&gt;+% {
&lt;br&gt;+	&amp;lt;h3&amp;gt;&amp;lt;% $user-&amp;gt;GetName %&amp;gt;'s tags are private.&amp;lt;/h3&amp;gt;
&lt;br&gt;+% }
&lt;br&gt;+% else
&lt;br&gt;+% {
&lt;br&gt;+
&lt;br&gt;&amp;nbsp;&amp;lt;div class=&amp;quot;TagsBox&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;p style=&amp;quot;margin-bottom: 1em;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp;	&amp;lt;% $t-&amp;gt;GenerateTagCloud($tags, &amp;quot;all&amp;quot;, 12, 30, undef, '/user/tags/tag.html?userid=' . $userid . '&amp;amp;') | n %&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;/p&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;/div&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;+% }
&lt;br&gt;&amp;nbsp;&amp;lt;&amp; /comp/footer &amp;&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;%# vi: set ts=4 sw=4 ft=mason :
&lt;br&gt;&lt;br&gt;Modified: mb_server/trunk/htdocs/user/tags/tag.html
&lt;br&gt;===================================================================
&lt;br&gt;--- mb_server/trunk/htdocs/user/tags/tag.html	2008-10-15 20:23:35 UTC (rev 10477)
&lt;br&gt;+++ mb_server/trunk/htdocs/user/tags/tag.html	2008-10-15 20:35:28 UTC (rev 10478)
&lt;br&gt;@@ -27,6 +27,8 @@
&lt;br&gt;&amp;nbsp;			or return $m-&amp;gt;comp(&amp;quot;/comp/error&amp;quot;, &amp;quot;There is no user with id #$userid&amp;quot;, 1, 1);
&lt;br&gt;&amp;nbsp;	}
&lt;br&gt;&amp;nbsp;
&lt;br&gt;+	my $private = $is_me ? 0 : not UserPreference::get_for_user(&amp;quot;tags_public&amp;quot;, $user);
&lt;br&gt;+
&lt;br&gt;&amp;nbsp;	my $t = MusicBrainz::Server::Tag-&amp;gt;new($mb-&amp;gt;{DBH});
&lt;br&gt;&amp;nbsp;	my ($entities, $numitems);
&lt;br&gt;&amp;nbsp;
&lt;br&gt;@@ -77,6 +79,13 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;a href=&amp;quot;/user/tags/tag.html?userid=&amp;lt;% $userid %&amp;gt;&amp;amp;tag=&amp;lt;% uri_escape($tag) %&amp;gt;&amp;mp;show=track&amp;quot;&amp;gt;tracks&amp;lt;/a&amp;gt; ]
&lt;br&gt;&amp;nbsp;% }
&lt;br&gt;&amp;nbsp;
&lt;br&gt;+% if ($private)
&lt;br&gt;+% {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;&amp;lt;h3&amp;gt;&amp;lt;% $user-&amp;gt;GetName %&amp;gt;'s tags are private.&amp;lt;/h3&amp;gt;
&lt;br&gt;+% }
&lt;br&gt;+% else
&lt;br&gt;+% {
&lt;br&gt;+
&lt;br&gt;&amp;nbsp;%	my @types = ($show eq 'all') ? (&amp;quot;artist&amp;quot;, &amp;quot;label&amp;quot;, &amp;quot;release&amp;quot;, &amp;quot;track&amp;quot;) : ($show);
&lt;br&gt;&amp;nbsp;%	my $limit = ($show eq 'all') ? 10 : 100;
&lt;br&gt;&amp;nbsp;%	for my $type (@types) {
&lt;br&gt;@@ -111,6 +120,7 @@
&lt;br&gt;&amp;nbsp;%			}
&lt;br&gt;&amp;nbsp;%		}
&lt;br&gt;&amp;nbsp;%	}
&lt;br&gt;+% }
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;&amp;lt;&amp; /comp/footer &amp;&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MusicBrainz-commits mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20001818&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MusicBrainz-commits@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-commits&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-commits&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/musicbrainz-commits-f16845.html&quot; embed=&quot;fixTarget[16845]&quot; target=&quot;_top&quot; &gt;musicbrainz-commits&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/r10478---mb_server-trunk-htdocs-user-tags-tp20001818s2885p20001818.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20001775</id>
	<title>Re: Cover art sites</title>
	<published>2008-10-15T13:32:14Z</published>
	<updated>2008-10-15T13:32:14Z</updated>
	<author>
		<name>Philip Jägenstedt-3</name>
	</author>
	<content type="html">On Wed, Oct 15, 2008 at 10:08 PM, Alex Mauer &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20001775&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hawke@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Philip Jägenstedt wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Example? Concerning archive.org, there's been discussion about what is
&lt;br&gt;&amp;gt;&amp;gt; OK and not, see &lt;a href=&quot;http://wiki.musicbrainz.org/CoverArtSitesDiscussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.musicbrainz.org/CoverArtSitesDiscussion&lt;/a&gt;&amp;nbsp;.
&lt;br&gt;&amp;gt;&amp;gt; Last I heard it wasn't generally a good idea to link to sites other
&lt;br&gt;&amp;gt;&amp;gt; than those listed, but I'm not sure what happens in practice right
&lt;br&gt;&amp;gt;&amp;gt; now.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Every single site on the CoverArtSites page which says &amp;quot;via archive.org&amp;quot;.
&lt;br&gt;&lt;br&gt;I can't vouch for the others, but for those that I have added the
&lt;br&gt;sites are either the copyright owner (Modern Sky) or a major fansite
&lt;br&gt;(Lokpest and Cakeography). In the case of Lokpest the band itself has
&lt;br&gt;actually given permission. I'm honestly not sure what the legal status
&lt;br&gt;of Cakeography is, but I think it's fair to say that if the band
&lt;br&gt;objected the site would already have been taken down. The same is
&lt;br&gt;likely true of the other fansites.
&lt;br&gt;&lt;br&gt;What you want to do, on the other hand, seems little different from
&lt;br&gt;linking to covers.cc or something like that.
&lt;br&gt;&lt;br&gt;With all that said, I'll also say that I'm not arguing against you
&lt;br&gt;because I think it's a bad idea -- I think it would be the best thing
&lt;br&gt;ever if all the covers in the world could be (legally) hosted in high
&lt;br&gt;resolution by someone for MusicBrainz to use, but I don't think we
&lt;br&gt;could get away with it. I don't even have any power to influence the
&lt;br&gt;outcome of your &amp;quot;case&amp;quot;, so perhaps I'll leave it to someone who has to
&lt;br&gt;give a better answer.
&lt;br&gt;&lt;br&gt;Philip
&lt;br&gt;&lt;br&gt;&amp;gt; -Alex Mauer &amp;quot;hawke&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; MusicBrainz-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20001775&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MusicBrainz-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-users&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MusicBrainz-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20001775&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MusicBrainz-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/Musicbrainz---Users-f514.html&quot; embed=&quot;fixTarget[514]&quot; target=&quot;_top&quot; &gt;Musicbrainz - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Cover-art-sites-tp19997300s2885p20001775.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20001629</id>
	<title>Re: First XSPF-related security issue? -- was: Re:	[oss-security] CVE id request: vlc</title>
	<published>2008-10-15T13:23:56Z</published>
	<updated>2008-10-15T13:23:56Z</updated>
	<author>
		<name>rbu</name>
	</author>
	<content type="html">On Wednesday 15 October 2008, Lucas Gonze wrote:
&lt;br&gt;&amp;gt; So the href correlates with track identifier? &amp;nbsp;That's fascinating.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; As a point of security, then, this is an issue with a proprietary
&lt;br&gt;&amp;gt; extension rather than with XSPF as a whole, and doesn't affect anyone
&lt;br&gt;&amp;gt; who doesn't use that extension.
&lt;br&gt;&lt;br&gt;It does not matter whether XSPF or one extension is where the issue 
&lt;br&gt;manifests, as the *format* is not to be blamed for this security issue, 
&lt;br&gt;but VLC's parser implementation. So XSPF is not any more or less secure 
&lt;br&gt;just because some code failed. 
&lt;br&gt;On a side note, a format rarely is to be blamed for security issues (the 
&lt;br&gt;only recent exception that comes to my mind is the XML entity explosion 
&lt;br&gt;attack, aka &amp;quot;billion laughs&amp;quot;).
&lt;br&gt;&lt;br&gt;&lt;br&gt;Robert
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Playlist mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20001629&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Playlist@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.musicbrainz.org/mailman/listinfo/playlist&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.musicbrainz.org/mailman/listinfo/playlist&lt;/a&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (852 bytes) &lt;a href=&quot;http://www.nabble.com/attachment/20001629/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/MusicBrainz---Playlist-f10925.html&quot; embed=&quot;fixTarget[10925]&quot; target=&quot;_top&quot; &gt;MusicBrainz - Playlist&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/First-XSPF-related-security-issue-----was%3A-Re%3A--oss-security--CVE-id-request%3A-vlc-tp19984631s2885p20001629.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20001579</id>
	<title>r10477 - in mb_server/branches/Rating-BRANCH/htdocs: comp user/ratings</title>
	<published>2008-10-15T13:23:36Z</published>
	<updated>2008-10-15T13:23:36Z</updated>
	<author>
		<name>root-97</name>
	</author>
	<content type="html">Author: murdos
&lt;br&gt;Date: 2008-10-15 20:23:35 +0000 (Wed, 15 Oct 2008)
&lt;br&gt;New Revision: 10477
&lt;br&gt;&lt;br&gt;Modified:
&lt;br&gt;&amp;nbsp; &amp;nbsp;mb_server/branches/Rating-BRANCH/htdocs/comp/ratingsbox
&lt;br&gt;&amp;nbsp; &amp;nbsp;mb_server/branches/Rating-BRANCH/htdocs/user/ratings/index.html
&lt;br&gt;Log:
&lt;br&gt;Fix typo in previous commit and disallow rating entities while viewing ratings from a different editor.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Modified: mb_server/branches/Rating-BRANCH/htdocs/comp/ratingsbox
&lt;br&gt;===================================================================
&lt;br&gt;--- mb_server/branches/Rating-BRANCH/htdocs/comp/ratingsbox	2008-10-15 19:08:48 UTC (rev 10476)
&lt;br&gt;+++ mb_server/branches/Rating-BRANCH/htdocs/comp/ratingsbox	2008-10-15 20:23:35 UTC (rev 10477)
&lt;br&gt;@@ -6,10 +6,11 @@
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;$detailled =&amp;gt; 0		# Display all ratings information (loaded from DB): aggregate rating, ratings count, user rating (will be loaded from DB)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;$rating =&amp;gt; undef &amp;nbsp; &amp;nbsp;# Allow passing a rating hash to avoid loading from DB 
&lt;br&gt;+
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;$allow_rating =&amp;gt; 1
&lt;br&gt;&amp;nbsp;&amp;lt;/%args&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;&amp;lt;%perl&amp;gt;
&lt;br&gt;-
&lt;br&gt;&amp;nbsp;	# Check argument
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;MusicBrainz::Server::Validation::IsNonNegInteger($entity_id) &amp;&amp; $entity_id
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;or return $m-&amp;gt;comp(&amp;quot;/comp/layout/badarguments&amp;quot;, text =&amp;gt; &amp;quot;Argument entity_id is required&amp;quot;);
&lt;br&gt;@@ -39,8 +40,10 @@
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;my $rate_url = &amp;quot;/bare/rate.html?entity_id=$entity_id&amp;entity_type=$entity_type&amp;url=&amp;quot;. $r-&amp;gt;uri().&amp;quot;?&amp;quot;.$r-&amp;gt;args() .&amp;quot;&amp;rating=&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;my %css_classes = ();
&lt;br&gt;+
&lt;br&gt;&amp;nbsp;	# Allow changing rate only if user is logged
&lt;br&gt;- &amp;nbsp; &amp;nbsp;%css_classes = ( 1 =&amp;gt; &amp;quot;one&amp;quot;, 2 =&amp;gt; &amp;quot;two&amp;quot;, 3 =&amp;gt; &amp;quot;three&amp;quot;, 4 =&amp;gt; &amp;quot;four&amp;quot;, 5 =&amp;gt; &amp;quot;five&amp;quot; ) if ($session{uid});
&lt;br&gt;+	$allow_rating &amp;&amp;= defined $session{uid};	
&lt;br&gt;+	%css_classes = ( 1 =&amp;gt; &amp;quot;one&amp;quot;, 2 =&amp;gt; &amp;quot;two&amp;quot;, 3 =&amp;gt; &amp;quot;three&amp;quot;, 4 =&amp;gt; &amp;quot;four&amp;quot;, 5 =&amp;gt; &amp;quot;five&amp;quot; ) if ($allow_rating);
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;&amp;lt;/%perl&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Modified: mb_server/branches/Rating-BRANCH/htdocs/user/ratings/index.html
&lt;br&gt;===================================================================
&lt;br&gt;--- mb_server/branches/Rating-BRANCH/htdocs/user/ratings/index.html	2008-10-15 19:08:48 UTC (rev 10476)
&lt;br&gt;+++ mb_server/branches/Rating-BRANCH/htdocs/user/ratings/index.html	2008-10-15 20:23:35 UTC (rev 10477)
&lt;br&gt;@@ -26,7 +26,7 @@
&lt;br&gt;&amp;nbsp;			or return $m-&amp;gt;comp(&amp;quot;/comp/error&amp;quot;, &amp;quot;There is no user with id #$userid&amp;quot;, 1, 1);
&lt;br&gt;&amp;nbsp;	}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;- &amp;nbsp; &amp;nbsp;my $private = $is_me ? 0 : (not UserPreference::get_for_user(&amp;quot;rating_public&amp;quot;, $user));
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;my $private = $is_me ? 0 : not UserPreference::get_for_user(&amp;quot;ratings_public&amp;quot;, $user);
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;	my $rt = MusicBrainz::Server::Rating-&amp;gt;new($mb-&amp;gt;{DBH});
&lt;br&gt;&amp;nbsp;
&lt;br&gt;@@ -84,7 +84,9 @@
&lt;br&gt;&amp;nbsp;						&amp;&amp;gt;&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;nbsp;						&amp;lt;td&amp;gt;&amp;lt;&amp; /comp/ratingsbox, entity_id =&amp;gt; $entity-&amp;gt;{&amp;quot;id&amp;quot;}, entity_type =&amp;gt; $type, 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;small =&amp;gt; 1,
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;rating =&amp;gt; { rating =&amp;gt; $entity-&amp;gt;{&amp;quot;rating&amp;quot;} } &amp;&amp;gt;&amp;lt;/td&amp;gt;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;rating =&amp;gt; { rating =&amp;gt; $entity-&amp;gt;{&amp;quot;rating&amp;quot;} },
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;allow_rating =&amp;gt; $is_me,
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;&amp;gt;&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;nbsp;					&amp;lt;/tr&amp;gt;
&lt;br&gt;&amp;nbsp;%				}
&lt;br&gt;&amp;nbsp;			&amp;lt;/table&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MusicBrainz-commits mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20001579&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MusicBrainz-commits@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-commits&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-commits&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/musicbrainz-commits-f16845.html&quot; embed=&quot;fixTarget[16845]&quot; target=&quot;_top&quot; &gt;musicbrainz-commits&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/r10477---in-mb_server-branches-Rating-BRANCH-htdocs%3A-comp-user-ratings-tp20001579s2885p20001579.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20001376</id>
	<title>Re: Cover art sites</title>
	<published>2008-10-15T13:08:23Z</published>
	<updated>2008-10-15T13:08:23Z</updated>
	<author>
		<name>Bugzilla from hawke@hawkesnest.net</name>
	</author>
	<content type="html">Philip Jägenstedt wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Example? Concerning archive.org, there's been discussion about what is
&lt;br&gt;&amp;gt; OK and not, see &lt;a href=&quot;http://wiki.musicbrainz.org/CoverArtSitesDiscussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.musicbrainz.org/CoverArtSitesDiscussion&lt;/a&gt;&amp;nbsp;.
&lt;br&gt;&amp;gt; Last I heard it wasn't generally a good idea to link to sites other
&lt;br&gt;&amp;gt; than those listed, but I'm not sure what happens in practice right
&lt;br&gt;&amp;gt; now.
&lt;br&gt;&lt;br&gt;Every single site on the CoverArtSites page which says &amp;quot;via archive.org&amp;quot;.
&lt;br&gt;&lt;br&gt;-Alex Mauer &amp;quot;hawke&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MusicBrainz-users mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20001376&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MusicBrainz-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-users&quot; target=&quot;_top&quot; 