<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on MusicBrainz Artist releases-urls | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/7947</link>
    <description>Recent comments on userscript: MusicBrainz Artist releases-urls</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by murdos @ Fri, 07 Nov 2008 18:30:09 -0600</title>
      <description>&lt;p&gt;Yeah, links are broken... because I wrote this script for release-url relationships, not for release-release relationships.&lt;/p&gt;

&lt;p&gt;In fact, current part-of-set links support is just a quick hack, by adding the AR type and an icon in the list at the top of the script.
&lt;br /&gt;So it shows if there is *at least* one part-of-set relationship. Nothing more.
&lt;br /&gt;And that was enough for me, so I have not done anything more...&lt;/p&gt;

&lt;p&gt;If you want to improve it (and explore this old and crappy js code...), go for it ;-)
&lt;br /&gt;Otherwise I'll probably just disable the link on the icon for release-release relationships.&lt;/p&gt;</description>
      <pubDate>Fri, 07 Nov 2008 18:30:09 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:16391:70107</guid>
      <author>murdos</author>
      <link>http://userscripts.org/topics/16391</link>
    </item>
    <item>
      <title>Archived Comments, replied by voiceinsideyou @ Thu, 06 Nov 2008 23:30:02 -0600</title>
      <description>&lt;p&gt;Hey murdos - the part-of-set links don't appear to be working for me; they are generating links like &lt;a href=&quot;http://musicbrainz.org/artist/caecdea3-21d1-46ba-a31a-4d25fd33a59e(the&quot;&gt;http://musicbrainz.org/artist/caecdea3-21d1-46b...&lt;/a&gt; ID is a release's ID)  on &lt;a href=&quot;http://musicbrainz.org/artist/321531fc-db73-4ffa-a959-61a61a2908c1.html&quot;&gt;http://musicbrainz.org/artist/321531fc-db73-4ff...&lt;/a&gt; . How are they intended to work? If the release has a previous and a next disc, it'll show two icons to show both links are there? And each icon goes to either the previous or the next release?&lt;/p&gt;</description>
      <pubDate>Thu, 06 Nov 2008 23:30:02 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:16391:70108</guid>
      <author>voiceinsideyou</author>
      <link>http://userscripts.org/topics/16391</link>
    </item>
    <item>
      <title>Archived Comments, replied by jesus2099 @ Thu, 26 Jun 2008 02:54:37 -0500</title>
      <description>&lt;p&gt;Hi murdos,&lt;/p&gt;

&lt;p&gt;Now seeing you snapshot I see that I have the same screen already. I thought you didn't have the white cellpadding between empty cells but you also do.&lt;/p&gt;

&lt;p&gt;Look at mine, it's the same, isn't it ? &lt;a href=&quot;http://xs.to/xs.php?h=xs128&amp;amp;d=08264&amp;amp;f=7947_opera__652.png&quot;&gt;&lt;img title=&quot;Free image hosting powered by xs.to&quot; src=&quot;http://xs128.xs.to/xs128/08264/7947_opera__652.png.xs.jpg&quot; alt=&quot;*MusicBrainz Artist releases-urls* now working in Opera !&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I just used the function (&lt;code&gt;getSizeOfHashTable&lt;/code&gt;) of my last comment to make it work. It was because the length attribute is not always existing on hashtables in javascript (I just learnt it at that same time) &#8230;&lt;/p&gt;

&lt;p&gt;I'm e-mailing you my current version of your script in case I forgot to say something here. (^_^)&lt;/p&gt;

&lt;p&gt;Thank you murdos ! &#9829;
&lt;br /&gt;Tristan&lt;/p&gt;</description>
      <pubDate>Thu, 26 Jun 2008 02:54:37 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16391:70109</guid>
      <author>jesus2099</author>
      <link>http://userscripts.org/topics/16391</link>
    </item>
    <item>
      <title>Archived Comments, replied by murdos @ Fri, 13 Jun 2008 16:45:41 -0500</title>
      <description>&lt;p&gt;He is a screen capture: &lt;a href=&quot;http://xs.to/xs.php?h=xs128&amp;amp;d=08245&amp;amp;f=untitled666.png&quot;&gt;&lt;img title=&quot;Free image hosting powered by xs.to&quot; src=&quot;http://xs128.xs.to/xs128/08245/untitled666.png.xs.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I've also applied the function names anti-conflict to all my scripts, with a fix for the update checker too (that won't work in Opera anyway).&lt;/p&gt;</description>
      <pubDate>Fri, 13 Jun 2008 16:45:41 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16391:70110</guid>
      <author>murdos</author>
      <link>http://userscripts.org/topics/16391</link>
    </item>
    <item>
      <title>Archived Comments, replied by jesus2099 @ Fri, 13 Jun 2008 10:59:57 -0500</title>
      <description>&lt;p&gt;Thank you Murdos, no more conflict between them.
&lt;br /&gt;Maybe you may apply this function names anti-conflict to your other scripts ?
&lt;br /&gt;Or is it too strange ?
&lt;br /&gt;I'll try to get a better rendering when I have some time &#8230; &lt;strong&gt;Could you show me a screen capture of yours please Murdos ?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I have two issues, &lt;code&gt;h2.colspan&lt;/code&gt; and a table padding or something.
&lt;br /&gt;For the colspan it's because hashtable doesn't have &lt;code&gt;length&lt;/code&gt; attribute and &lt;code&gt;alert(relationsIconsURLs.length)&lt;/code&gt; gives &lt;code&gt;undefined&lt;/code&gt;.
&lt;br /&gt;So I used &lt;a href=&quot;http://bytes.com/forum/post603176-7.html&quot;&gt;this function&lt;/a&gt; (modified because I had errors with the prototype thing. It worked but generated errors elsewhere ?):
&lt;br /&gt;&lt;pre&gt;function getSizeOfHashTable(ht) {
	var l = ht.length ? --ht.length : 0;
	for (var k in ht) {
		l++;
	}
	return l;
}&lt;/pre&gt; Now it's OK, I mean &lt;code&gt;getSizeOfHashTable(relationsIconsURLs)&lt;/code&gt; returns &lt;code&gt;5&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;1st problem solved (but maybe just works on Opera?)&lt;/p&gt;

&lt;p&gt;For the second one I need a snapshot or something since I have cell padding and it seems you don't. Please :)&lt;/p&gt;

&lt;p&gt;PS. you forgot to turn off debug :)&lt;/p&gt;</description>
      <pubDate>Fri, 13 Jun 2008 10:59:57 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16391:70111</guid>
      <author>jesus2099</author>
      <link>http://userscripts.org/topics/16391</link>
    </item>
    <item>
      <title>Archived Comments, replied by murdos @ Thu, 12 Jun 2008 08:04:11 -0500</title>
      <description>&lt;p&gt;Could you try the updated version? It should fix function names issues and includes your modified log function.&lt;/p&gt;

&lt;p&gt;About, the presentation, it works perfectly for me under Firefox with the compact mode. 
&lt;br /&gt;Sorry, that means you should look further if you want it to work for you ;)&lt;/p&gt;</description>
      <pubDate>Thu, 12 Jun 2008 08:04:11 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16391:70112</guid>
      <author>murdos</author>
      <link>http://userscripts.org/topics/16391</link>
    </item>
    <item>
      <title>Archived Comments, replied by jesus2099 @ Wed, 11 Jun 2008 12:04:41 -0500</title>
      <description>&lt;p&gt;&lt;strong&gt;It works in Opera&lt;/strong&gt; now: I renamed two function names to &lt;strong&gt;xmlhttpChange7947&lt;/strong&gt; and &lt;strong&gt;NSResolver7947&lt;/strong&gt;, I think it's normal that it bugged because they have the same name in your other script (MusicBrainz Subscriptions &lt;a href=&quot;http://userscripts.org/scripts/show/8266&quot;&gt;script:8266&lt;/a&gt;).
&lt;br /&gt;But what's strange is that I also had to rename xmlhttp to &lt;strong&gt;xmlhttp7947&lt;/strong&gt;! This is not logical (because it's a &lt;code&gt;var&lt;/code&gt; declared variable) but now it works &#8230; ?!
&lt;br /&gt;I wondered if I had to rename xmldoc and other vars but well it already works without doing so &#8230;&lt;/p&gt;

&lt;p&gt;I changed the debug function to:&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;function myGM_log(message) {
	if(DEBUG) {
		var logged = false;
		try {
			GM_log(message);
			logged = true;
		} catch(e) {}
		try {
			opera.postError(message);
			logged = true;
		} catch(e) {}
		if (!logged) {
			alert(message);
		}
	}
}&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;That's it for the functional part. Before I look further into the &lt;strong&gt;presentation&lt;/strong&gt; bits, could you confirm that, in compact mode, you don't have display problems such as broken colspan on &lt;code&gt;&amp;lt;h2&amp;gt;&lt;/code&gt; Albums, Singles, Live, etc. or empty cells after Amazon link.&lt;/p&gt;

&lt;p&gt;Here's what I have with &quot;AJICO&quot; for instance :
&lt;br /&gt;&lt;a href=&quot;http://xs.to/xs.php?h=xs128&amp;amp;d=08243&amp;amp;f=7947_no_282.png&quot;&gt;&lt;img title=&quot;Free image hosting powered by xs.to&quot; src=&quot;http://xs128.xs.to/xs128/08243/7947_no_282.png.xs.jpg&quot; /&gt;&lt;/a&gt;&#8592; without script
&lt;br /&gt;&lt;a href=&quot;http://xs.to/xs.php?h=xs128&amp;amp;d=08243&amp;amp;f=7947_td_h2_colspan_457.png&quot;&gt;&lt;img title=&quot;Free image hosting powered by xs.to&quot; src=&quot;http://xs128.xs.to/xs128/08243/7947_td_h2_colspan_457.png.xs.jpg&quot; /&gt;&lt;/a&gt;&#8592; with script&lt;/p&gt;</description>
      <pubDate>Wed, 11 Jun 2008 12:04:41 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16391:70113</guid>
      <author>jesus2099</author>
      <link>http://userscripts.org/topics/16391</link>
    </item>
    <item>
      <title>Archived Comments, replied by murdos @ Tue, 10 Jun 2008 02:54:14 -0500</title>
      <description>&lt;p&gt;Hi jesus2099!
&lt;br /&gt;Yes it still works. Tested with Firefox 2 or 3. And with the new (but a bit old now) MB website release.
&lt;br /&gt;It's probably due to Opera (have you upgraded your version?).
&lt;br /&gt;Anyway, if you have some fixes for Opera, as usual, I'll be happy to integrate them ;)&lt;/p&gt;</description>
      <pubDate>Tue, 10 Jun 2008 02:54:14 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16391:70114</guid>
      <author>murdos</author>
      <link>http://userscripts.org/topics/16391</link>
    </item>
    <item>
      <title>Archived Comments, replied by jesus2099 @ Fri, 06 Jun 2008 09:44:34 -0500</title>
      <description>&lt;p&gt;Hi &lt;strong&gt;Murdos&lt;/strong&gt; !
&lt;br /&gt;Is this script still supposed to work ?
&lt;br /&gt;It doesn't work in my Opera, but maybe it is because of a new MB website release.&lt;/p&gt;

&lt;p&gt;Or maybe I don't look at the right place on the page as I'm not sure where it is supposed to insert those links. :)&lt;/p&gt;</description>
      <pubDate>Fri, 06 Jun 2008 09:44:34 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16391:70115</guid>
      <author>jesus2099</author>
      <link>http://userscripts.org/topics/16391</link>
    </item>
    <item>
      <title>Archived Comments, replied by Aaron Cooper @ Sat, 15 Dec 2007 18:18:40 -0600</title>
      <description>&lt;p&gt;Ah, the problem was Discog's favicon moved.&lt;/p&gt;</description>
      <pubDate>Sat, 15 Dec 2007 18:18:40 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:16391:70116</guid>
      <author>Aaron Cooper</author>
      <link>http://userscripts.org/topics/16391</link>
    </item>
    <item>
      <title>Archived Comments, replied by Aaron Cooper @ Sat, 15 Dec 2007 18:09:55 -0600</title>
      <description>&lt;p&gt;Discogs links do not seem to be showing up anymore...  am I the only one having this trouble?&lt;/p&gt;</description>
      <pubDate>Sat, 15 Dec 2007 18:09:55 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:16391:70117</guid>
      <author>Aaron Cooper</author>
      <link>http://userscripts.org/topics/16391</link>
    </item>
    <item>
      <title>Archived Comments, replied by murdos @ Tue, 29 May 2007 18:31:52 -0500</title>
      <description>&lt;p&gt;Brian: the script currently only works for *official* and *single-artists* releases (see Known limitations in the description above).&lt;/p&gt;</description>
      <pubDate>Tue, 29 May 2007 18:31:52 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16391:70118</guid>
      <author>murdos</author>
      <link>http://userscripts.org/topics/16391</link>
    </item>
    <item>
      <title>Archived Comments, replied by Brian Schweitzer @ Mon, 28 May 2007 04:35:48 -0500</title>
      <description>&lt;p&gt;Oops - make that murdos :P&lt;/p&gt;</description>
      <pubDate>Mon, 28 May 2007 04:35:48 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16391:70119</guid>
      <author>Brian Schweitzer</author>
      <link>http://userscripts.org/topics/16391</link>
    </item>
    <item>
      <title>Archived Comments, replied by Brian Schweitzer @ Mon, 28 May 2007 04:31:24 -0500</title>
      <description>&lt;p&gt;Hey cooperaa - REALLY useful script.  I notice, though, on larger discographies, it seems to only list for the first few dozen releases.  (See Nirvana for an example.)&lt;/p&gt;</description>
      <pubDate>Mon, 28 May 2007 04:31:24 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16391:70120</guid>
      <author>Brian Schweitzer</author>
      <link>http://userscripts.org/topics/16391</link>
    </item>
    <item>
      <title>Archived Comments, replied by Aaron Cooper @ Sat, 07 Apr 2007 20:59:13 -0500</title>
      <description>&lt;p&gt;Idea: add greyed-out icons for missing release URLs and implement a mod of the MusicBrainz.org Search script to search the appropriate source to find the releases URL!&lt;/p&gt;</description>
      <pubDate>Sat, 07 Apr 2007 20:59:13 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16391:70121</guid>
      <author>Aaron Cooper</author>
      <link>http://userscripts.org/topics/16391</link>
    </item>
    <item>
      <title>Archived Comments, replied by Aaron Cooper @ Sat, 07 Apr 2007 20:32:25 -0500</title>
      <description>&lt;p&gt;Excellent!  I've been wanting this for a long time! Thanks a lot murdos! :)&lt;/p&gt;</description>
      <pubDate>Sat, 07 Apr 2007 20:32:25 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16391:70122</guid>
      <author>Aaron Cooper</author>
      <link>http://userscripts.org/topics/16391</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews @ Tue, 16 Nov 2004 19:05:37 -0600</title>
      <description>&lt;p&gt;The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)&lt;/p&gt;</description>
      <pubDate>Tue, 16 Nov 2004 19:05:37 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:16391:70106</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/topics/16391</link>
    </item>
  </channel>
</rss>
