<div dir="ltr"><br><div class="gmail_quote"><div dir="ltr">El vie., 5 oct. 2018 a las 13:32, Robby Stephenson escribió:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Thu, Oct 4, 2018 at 12:39 PM Urban Planet<br>> But this means that if we want to modify the template, we must learn XSL, isn't it?<br>
<br>Then, remove the restriction to be music collections only by deleting<br>
these lines:<br>
<br>
<xsl:template match="tc:collection[@type!=4]"><br>
 <h1><i18n>This template is meant for music collections only.</i18n></h1><br>
</xsl:template><br>
<br>
And changing the next line from<br>
<xsl:template match="tc:collection[@type=4]"><br>
to<br>
<xsl:template match="tc:collection"><br>
which essentially allow the template to apply to any collection type.<br>
<br>
Then do a search/replace for artist to author and see how well that works.<br>
<br></blockquote><div>Ok.  All steps  done and now we have exactaly what we want.  Thanks again! <br></div></div></div>