<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <atom:link href="https://novababilonia.me/category/musica/rss.xml" rel="self" type="application/rss+xml"/>
    <title> Musica</title>
    <link>https://novababilonia.me</link>
    <description/>
    <lastBuildDate>Mon, 01 Sep 2025 18:34:52 +0200</lastBuildDate>
    <item>
      <title/>
      <link>https://novababilonia.me/il-jazz-non-e-morto-ha-solo-un-odore-strano.frank-zappa</link>
      <image/>
      <description>&lt;blockquote&gt;
&lt;p style="text-align: center;"&gt;Il jazz non è morto, ha solo un odore strano.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href="https://wikiless.org/wiki/Frank_Zappa?lang=it" target="_blank" rel="noopener"&gt;Frank Zappa&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 09 Apr 2022 02:36:41 +0200</pubDate>
      <guid isPermaLink="false">7d6ea9815948b3a05c5ecaf9793fde02</guid>
    </item>
    <item>
      <title>Mildlife - Phase</title>
      <link>https://novababilonia.me/mildlife-phase</link>
      <image>https://novababilonia.me/bl-content/uploads/pages/eb176f17677f3262da5e1c6cbdcc03a9/cover.jpg</image>
      <description>&lt;p style="text-align: center;"&gt;&lt;!-- pagebreak --&gt;&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;/p&gt;
&lt;p style="text-align: left;"&gt;&lt;!-- pagebreak --&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;2017 - 6 tracce - 40:01&lt;/p&gt;
&lt;ol&gt;
&lt;ol&gt;
&lt;ol&gt;
&lt;li style="text-align: left;"&gt;&lt;span style="color: #000000;"&gt;The Magnificent Moon&lt;/span&gt; &lt;span style="color: #f1c40f;"&gt;★&lt;/span&gt; - 8:52&lt;/li&gt;
&lt;li style="text-align: left;"&gt;Zwango Zop - 4:49&lt;/li&gt;
&lt;li style="text-align: left;"&gt;&lt;span style="color: #000000;"&gt;Im Blau&lt;/span&gt; &lt;span style="color: #f1c40f;"&gt;★ &lt;/span&gt;- 7:08&lt;/li&gt;
&lt;li style="text-align: left;"&gt;Phase - 6:19&lt;/li&gt;
&lt;li style="text-align: left;"&gt;Two Horizons - 6:04&lt;/li&gt;
&lt;li style="text-align: left;"&gt;The Gloves Don't Bite - 6:47&lt;/li&gt;
&lt;/ol&gt;
&lt;/ol&gt;
&lt;/ol&gt;
&lt;h3 style="text-align: center;"&gt;Bio&lt;/h3&gt;
&lt;p style="text-align: center;"&gt;I Mildlife sono un gruppo australiano di jazz fusion psichedelico con sede a Melbourne, formatosi nel 2013. Il gruppo ha pubblicato due album. Il loro secondo ha raggiunto il numero 8 della ARIA Charts nell'ottobre 2020.&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;/p&gt;
&lt;p&gt;&lt;iframe width="100%" height="150" src="https://odesli.co/embed/?url=https%3A%2F%2Falbum.link%2Fgrfdgnrmmdmcv&amp;amp;theme=light" frameborder="0" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-presentation allow-popups allow-popups-to-escape-sandbox" allow="clipboard-read; clipboard-write"&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;div id="article-comments" style="text-align: left;"&gt;
&lt;h2 style="text-align: left;"&gt;Commenti&lt;/h2&gt;
&lt;p style="text-align: left;"&gt;Potete utilizzare il vostro account nel Fediverso per rispondere direttamente a &lt;a class="link" href="https://ors.novababilonia.me/notice/AUGfiwKBowne1NgLTc"&gt;questo post&lt;/a&gt;.&lt;/p&gt;
&lt;p style="text-align: left;"&gt;Copiate e incollate questo URL nel campo di ricerca della vostra applicazione Fediverse preferita o nell'interfaccia web del vostro server federato: &lt;input type="text" readonly="readonly" value="https://ors.novababilonia.me/notice/AUGfiwKBowne1NgLTc"&gt; &lt;button class="button" id="copyButton"&gt;Copia&lt;/button&gt;&lt;/p&gt;
&lt;p id="mastodon-comments-list" style="text-align: left;"&gt;&lt;button id="load-comment"&gt;Mostra i commenti&lt;/button&gt;&lt;/p&gt;
&lt;noscript&gt;&lt;p&gt;È necessario JavaScript per visualizzare i commenti.&lt;/p&gt;&lt;/noscript&gt;
&lt;script src="https://novababilonia.me/bl-kernel/js/purify.min.js"&gt;&lt;/script&gt;
&lt;script type="text/javascript"&gt;
    document.getElementById('copyButton').addEventListener('click', () =&gt; {
      navigator.clipboard.writeText('https://ors.novababilonia.me/notice/AUGfiwKBowne1NgLTc');
    });

    const dateOptions = {
      year: "numeric",
      month: "numeric",
      day: "numeric",
      hour: "numeric",
      minute: "numeric",
    };

    function escapeHtml(unsafe) {
      return unsafe
        .replace(/&amp;/g, "&amp;amp;")
        .replace(/&lt;/g, "&amp;lt;")
        .replace(/&gt;/g, "&amp;gt;")
        .replace(/"/g, "&amp;quot;")
        .replace(/'/g, "&amp;#039;");
    }

    document.getElementById("load-comment").addEventListener("click", function() {
      document.getElementById("load-comment").innerHTML = "Loading ...";
      fetch('https://ors.novababilonia.me/api/v1/statuses/AUGfiwKBowne1NgLTc/context')
        .then(function(response) {
          return response.json();
        })
        .then(function(data) {
          if(data['descendants'] &amp;&amp;
             Array.isArray(data['descendants']) &amp;&amp; 
            data['descendants'].length &gt; 0) {
              document.getElementById('mastodon-comments-list').innerHTML = "";
              data['descendants'].forEach(function(reply) {
                reply.account.display_name = escapeHtml(reply.account.display_name);
                reply.account.reply_class = reply.in_reply_to_id == "AUGfiwKBowne1NgLTc" ? "reply-original" : "reply-child";
                reply.created_date = new Date(reply.created_at);
                if (reply.account.acct == "centralscrutinizer") reply.account.acct = "https://ors.novababilonia.me/@centralscrutinizer";
                reply.account.emojis.forEach(emoji =&gt; {
                  reply.account.display_name = reply.account.display_name.replace(`:${emoji.shortcode}:`,
                    `&lt;img class="comment-emoji" src="${escapeHtml(emoji.static_url)}" alt="Emoji ${emoji.shortcode}" /&gt;`
                  );
                });
                mastodonComment = `
&lt;div class="mastodon-wrapper"&gt;
  &lt;div class="comment-level ${reply.account.reply_class}"&gt;&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"&gt;
    &lt;path fill="currentColor" stroke="currentColor" d="m 307,477.17986 c -11.5,-5.1 -19,-16.6 -19,-29.2 v -64 H 176 C 78.8,383.97986 -4.6936293e-8,305.17986 -4.6936293e-8,207.97986 -4.6936293e-8,94.679854 81.5,44.079854 100.2,33.879854 c 2.5,-1.4 5.3,-1.9 8.1,-1.9 10.9,0 19.7,8.9 19.7,19.7 0,7.5 -4.3,14.4 -9.8,19.5 -9.4,8.8 -22.2,26.4 -22.2,56.700006 0,53 43,96 96,96 h 96 v -64 c 0,-12.6 7.4,-24.1 19,-29.2 11.6,-5.1 25,-3 34.4,5.4 l 160,144 c 6.7,6.2 10.6,14.8 10.6,23.9 0,9.1 -3.9,17.7 -10.6,23.8 l -160,144 c -9.4,8.5 -22.9,10.6 -34.4,5.4 z" /&gt;
  &lt;/svg&gt;&lt;/div&gt;
  &lt;div class="mastodon-comment"&gt;
    &lt;div class="comment-meta"&gt;
      &lt;div class="comment-avatar"&gt;&lt;img src="${escapeHtml(reply.account.avatar_static)}" alt=""&gt;&lt;/div&gt;
      &lt;div class="comment-author"&gt;
        &lt;div class="comment-author-name"&gt;&lt;a href="${reply.account.url}" rel="nofollow"&gt;${reply.account.display_name}&lt;/a&gt;&lt;/div&gt;
        &lt;div class="comment-author-reply"&gt;&lt;a href="${reply.account.url}" rel="nofollow"&gt;${escapeHtml(reply.account.acct)}&lt;/a&gt;&lt;/div&gt;
        &lt;div class="comment-date"&gt;&lt;a href="${reply.url}" rel="nofollow"&gt;Posted on ${reply.created_date.toLocaleString(navigator.language, dateOptions)}&lt;/a&gt;&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class="comment-content"&gt;${reply.content}&lt;/div&gt; 
  &lt;/div&gt;
&lt;/div&gt;`;
                document.getElementById('mastodon-comments-list').appendChild(DOMPurify.sanitize(mastodonComment, {'RETURN_DOM_FRAGMENT': true}));
              });
          } else {
            document.getElementById('mastodon-comments-list').innerHTML = "&lt;p&gt;Ancora nessun commento ...&lt;/p&gt;";
          }
        });
      });
  &lt;/script&gt;
&lt;/div&gt;</description>
      <pubDate>Thu, 10 Mar 2022 02:46:57 +0100</pubDate>
      <guid isPermaLink="false">eb176f17677f3262da5e1c6cbdcc03a9</guid>
    </item>
    <item>
      <title>Snarky Puppy • Metropole Orchestra - Sylva</title>
      <link>https://novababilonia.me/snarky-puppy-o-metropole-orchestra-sylva</link>
      <image>https://novababilonia.me/bl-content/uploads/pages/d3a88d255cd76275a40ce45bd381feb6/ffa2453e333f07698e798557281334db.jpg</image>
      <description>&lt;p&gt;&lt;!-- pagebreak --&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;2015 - 6 tracce - 40:01&lt;/p&gt;
&lt;ol&gt;
&lt;li style="text-align: left;"&gt;Sintra - Live From Dordrecht, Het Energiehuis / 2014 - 3:32&lt;/li&gt;
&lt;li style="text-align: left;"&gt;Flight - Live From Dordrecht, Het Energiehuis / 2014 - 6:02&lt;/li&gt;
&lt;li style="text-align: left;"&gt;Atchafalaya - Live From Dordrecht, Het Energiehuis / 2014 - 6:04&lt;/li&gt;
&lt;li style="text-align: left;"&gt;The Curtain - Live From Dordrecht, Het Energiehuis / 2014 - 15:09&lt;/li&gt;
&lt;li style="text-align: left;"&gt;Gretel - Live From Dordrecht, Het Energiehuis / 2014 - 4:20&lt;/li&gt;
&lt;li style="text-align: left;"&gt;The Clearing - Live From Dordrecht, Het Energiehuis / 2014 - 19:22&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 style="text-align: center;"&gt;Bio&lt;/h3&gt;
&lt;p style="text-align: center;"&gt;Snarky Puppy è una band jazz e fusion di Brooklyn guidata dal bassista, compositore, produttore Michael League. La band si è formata a Denton in Texas nel 2004. La maggior parte dei membri attuali erano studenti della University of North Texas dove si sono conosciuti.&lt;/p&gt;
&lt;p style="text-align: center;"&gt;Il loro primo successo avviene con la pubblicazione dell'album We Like It Here; registrato dal vivo nell'ottobre del 2013 nella città di Utrecht e distribuito a febbraio del 2014, il disco debutta al primo posto delle classifiche jazz di iTunes.&lt;/p&gt;
&lt;h3 style="text-align: center;"&gt;Formazione&lt;/h3&gt;
&lt;ul&gt;
&lt;li style="text-align: left;"&gt;Larnell Lewis - Batteria&lt;/li&gt;
&lt;li style="text-align: left;"&gt;Robert "Sput" Searight - Batteria&lt;/li&gt;
&lt;li style="text-align: left;"&gt;Nate Werth - Percussioni&lt;/li&gt;
&lt;li style="text-align: left;"&gt;Marcelo Woloski - Percussioni&lt;/li&gt;
&lt;li style="text-align: left;"&gt;Keita Ogawa - Percussioni&lt;/li&gt;
&lt;li style="text-align: left;"&gt;Bobby Sparks - Tastiere&lt;/li&gt;
&lt;li style="text-align: left;"&gt;Shaun Martin - Tastiere&lt;/li&gt;
&lt;li style="text-align: left;"&gt;Bill Laurance- Pianoforte e tastiere&lt;/li&gt;
&lt;li style="text-align: left;"&gt;Chris McQueen - Chitarra&lt;/li&gt;
&lt;li style="text-align: left;"&gt;Bob Lanzetti - Chitarra&lt;/li&gt;
&lt;li style="text-align: left;"&gt;Mark Lettieri - Chitarra&lt;/li&gt;
&lt;li style="text-align: left;"&gt;Michael League - Basso, keyboard bass&lt;/li&gt;
&lt;li style="text-align: left;"&gt;Justin Stanton - Tromba e tastiere&lt;/li&gt;
&lt;li style="text-align: left;"&gt;Mike "Maz" Maher - Tromba, flicorno&lt;/li&gt;
&lt;li style="text-align: left;"&gt;Jay Jennings - Tromba&lt;/li&gt;
&lt;li style="text-align: left;"&gt;Chris Bullock - Sax Tenore, flauto&lt;/li&gt;
&lt;li style="text-align: left;"&gt;Bob Reynolds - Sax Tenore&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;iframe width="100%" height="150" src="https://odesli.co/embed/?url=https%3A%2F%2Falbum.link%2Fptdqqfpdjbqtq&amp;amp;theme=light" frameborder="0" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-presentation allow-popups allow-popups-to-escape-sandbox" allow="clipboard-read; clipboard-write"&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;div id="article-comments" style="text-align: left;"&gt;
&lt;p&gt;&lt;/p&gt;
&lt;h2 style="text-align: left;"&gt;Commenti&lt;/h2&gt;
&lt;p style="text-align: left;"&gt;Potete utilizzare il vostro account nel Fediverso per rispondere direttamente a &lt;a class="link" href="https://ors.novababilonia.me/notice/AUGg4ojaiopWqpzmKW"&gt;questo post&lt;/a&gt;.&lt;/p&gt;
&lt;p style="text-align: left;"&gt;Copiate e incollate questo URL nel campo di ricerca della vostra applicazione Fediverse preferita o nell'interfaccia web del vostro server federato: &lt;input type="text" readonly="readonly" value="https://ors.novababilonia.me/notice/AUGg4ojaiopWqpzmKW"&gt; &lt;button class="button" id="copyButton"&gt;Copia&lt;/button&gt;&lt;/p&gt;
&lt;p id="mastodon-comments-list" style="text-align: left;"&gt;&lt;button id="load-comment"&gt;Mostra i commenti&lt;/button&gt;&lt;/p&gt;
&lt;noscript&gt;&lt;p&gt;È necessario JavaScript per visualizzare i commenti.&lt;/p&gt;&lt;/noscript&gt;
&lt;script src="https://novababilonia.me/bl-kernel/js/purify.min.js"&gt;&lt;/script&gt;
&lt;script type="text/javascript"&gt;
    document.getElementById('copyButton').addEventListener('click', () =&gt; {
      navigator.clipboard.writeText('https://ors.novababilonia.me/notice/AUGg4ojaiopWqpzmKW');
    });

    const dateOptions = {
      year: "numeric",
      month: "numeric",
      day: "numeric",
      hour: "numeric",
      minute: "numeric",
    };

    function escapeHtml(unsafe) {
      return unsafe
        .replace(/&amp;/g, "&amp;amp;")
        .replace(/&lt;/g, "&amp;lt;")
        .replace(/&gt;/g, "&amp;gt;")
        .replace(/"/g, "&amp;quot;")
        .replace(/'/g, "&amp;#039;");
    }

    document.getElementById("load-comment").addEventListener("click", function() {
      document.getElementById("load-comment").innerHTML = "Loading ...";
      fetch('https://ors.novababilonia.me/api/v1/statuses/AUGg4ojaiopWqpzmKW/context')
        .then(function(response) {
          return response.json();
        })
        .then(function(data) {
          if(data['descendants'] &amp;&amp;
             Array.isArray(data['descendants']) &amp;&amp; 
            data['descendants'].length &gt; 0) {
              document.getElementById('mastodon-comments-list').innerHTML = "";
              data['descendants'].forEach(function(reply) {
                reply.account.display_name = escapeHtml(reply.account.display_name);
                reply.account.reply_class = reply.in_reply_to_id == "AUGg4ojaiopWqpzmKW" ? "reply-original" : "reply-child";
                reply.created_date = new Date(reply.created_at);
                if (reply.account.acct == "centralscrutinizer") reply.account.acct = "https://ors.novababilonia.me/@centralscrutinizer";
                reply.account.emojis.forEach(emoji =&gt; {
                  reply.account.display_name = reply.account.display_name.replace(`:${emoji.shortcode}:`,
                    `&lt;img class="comment-emoji" src="${escapeHtml(emoji.static_url)}" alt="Emoji ${emoji.shortcode}" /&gt;`
                  );
                });
                mastodonComment = `
&lt;div class="mastodon-wrapper"&gt;
  &lt;div class="comment-level ${reply.account.reply_class}"&gt;&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"&gt;
    &lt;path fill="currentColor" stroke="currentColor" d="m 307,477.17986 c -11.5,-5.1 -19,-16.6 -19,-29.2 v -64 H 176 C 78.8,383.97986 -4.6936293e-8,305.17986 -4.6936293e-8,207.97986 -4.6936293e-8,94.679854 81.5,44.079854 100.2,33.879854 c 2.5,-1.4 5.3,-1.9 8.1,-1.9 10.9,0 19.7,8.9 19.7,19.7 0,7.5 -4.3,14.4 -9.8,19.5 -9.4,8.8 -22.2,26.4 -22.2,56.700006 0,53 43,96 96,96 h 96 v -64 c 0,-12.6 7.4,-24.1 19,-29.2 11.6,-5.1 25,-3 34.4,5.4 l 160,144 c 6.7,6.2 10.6,14.8 10.6,23.9 0,9.1 -3.9,17.7 -10.6,23.8 l -160,144 c -9.4,8.5 -22.9,10.6 -34.4,5.4 z" /&gt;
  &lt;/svg&gt;&lt;/div&gt;
  &lt;div class="mastodon-comment"&gt;
    &lt;div class="comment-meta"&gt;
      &lt;div class="comment-avatar"&gt;&lt;img src="${escapeHtml(reply.account.avatar_static)}" alt=""&gt;&lt;/div&gt;
      &lt;div class="comment-author"&gt;
        &lt;div class="comment-author-name"&gt;&lt;a href="${reply.account.url}" rel="nofollow"&gt;${reply.account.display_name}&lt;/a&gt;&lt;/div&gt;
        &lt;div class="comment-author-reply"&gt;&lt;a href="${reply.account.url}" rel="nofollow"&gt;${escapeHtml(reply.account.acct)}&lt;/a&gt;&lt;/div&gt;
        &lt;div class="comment-date"&gt;&lt;a href="${reply.url}" rel="nofollow"&gt;Posted on ${reply.created_date.toLocaleString(navigator.language, dateOptions)}&lt;/a&gt;&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class="comment-content"&gt;${reply.content}&lt;/div&gt; 
  &lt;/div&gt;
&lt;/div&gt;`;
                document.getElementById('mastodon-comments-list').appendChild(DOMPurify.sanitize(mastodonComment, {'RETURN_DOM_FRAGMENT': true}));
              });
          } else {
            document.getElementById('mastodon-comments-list').innerHTML = "&lt;p&gt;Ancora nessun commento ...&lt;/p&gt;";
          }
        });
      });
  &lt;/script&gt;
&lt;/div&gt;
&lt;p style="text-align: left;"&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 08 Apr 2022 12:14:58 +0200</pubDate>
      <guid isPermaLink="false">d3a88d255cd76275a40ce45bd381feb6</guid>
    </item>
    <item>
      <title>Yussef Kamaal - Black Focus</title>
      <link>https://novababilonia.me/yussef-kamaal-black-focus</link>
      <image>https://novababilonia.me/bl-content/uploads/pages/autosave-4e2d92fb6a5781d09b31b999a7f74378/0008156826_10.jpg</image>
      <description>&lt;p style="text-align: center;"&gt;&lt;!-- pagebreak --&gt;&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;/p&gt;
&lt;p style="text-align: left;"&gt;&lt;!-- pagebreak --&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;2016 - 10 tracce - 43:42&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span style="color: #000000;"&gt;Black Focus &lt;span style="color: #f1c40f;"&gt;★&lt;/span&gt;&lt;/span&gt; - 4:34&lt;/li&gt;
&lt;li&gt;Strings of Light - 8:28&lt;/li&gt;
&lt;li&gt;Remembrance - 9:00&lt;/li&gt;
&lt;li&gt;Yo Chavez - 3:59&lt;/li&gt;
&lt;li&gt;Ayla - 0:46&lt;/li&gt;
&lt;li&gt;O.G. - 0:46&lt;/li&gt;
&lt;li&gt;&lt;span style="color: #000000;"&gt;Lowrider&lt;/span&gt; &lt;span style="color: #f1c40f;"&gt;★&lt;/span&gt; - 4:28&lt;/li&gt;
&lt;li&gt;Mansur's Message - 2:06&lt;/li&gt;
&lt;li&gt;WingTai Drums - 1:16&lt;/li&gt;
&lt;li&gt;&lt;span style="color: #000000;"&gt;Joint 17 &lt;span style="color: #f1c40f;"&gt;★&lt;/span&gt;&lt;/span&gt; - 8:19&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 style="text-align: center;"&gt;Bio&lt;/h3&gt;
&lt;p style="text-align: center;"&gt;Kamaal Williams (nato Henry Wu, 1989) è un musicista e produttore discografico britannico. Williams è salito alla ribalta insieme al batterista Yussef Dayes nel 2016 come membro del duo jazz londinese di breve durata Yussef Kamaal in seguito alla pubblicazione dell'album di debutto, Black Focus, che gli è valso il premio 'Breakthrough Act' ai premi Jazz FM del 2017. Ha pubblicato due album solisti sotto la sua etichetta discografica Black Focus, tra cui The Return (2018) e Wu Hen (2020). Oltre alla strumentazione dal vivo, Williams pubblica anche musica elettronica con il suo nome di battesimo Henry Wu.&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;/p&gt;
&lt;p&gt;&lt;iframe width="100%" height="150" src="https://odesli.co/embed/?url=https%3A%2F%2Falbum.link%2Fcqhj826kcxwzj&amp;amp;theme=light" frameborder="0" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-presentation allow-popups allow-popups-to-escape-sandbox" allow="clipboard-read; clipboard-write"&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;/p&gt;
&lt;div id="article-comments" style="text-align: left;"&gt;
&lt;h2 style="text-align: left;"&gt;Commenti&lt;/h2&gt;
&lt;p style="text-align: left;"&gt;Potete utilizzare il vostro account nel Fediverso per rispondere direttamente a &lt;a class="link" href="https://ors.novababilonia.me/notice/AU4hfKwWPgI6qm2jce"&gt;questo post&lt;/a&gt;.&lt;/p&gt;
&lt;p style="text-align: left;"&gt;Copiate e incollate questo URL nel campo di ricerca della vostra applicazione Fediverse preferita o nell'interfaccia web del vostro server federato: &lt;input type="text" readonly="readonly" value="https://ors.novababilonia.me/notice/AU4hfKwWPgI6qm2jce"&gt; &lt;button class="button" id="copyButton"&gt;Copia&lt;/button&gt;&lt;/p&gt;
&lt;p id="mastodon-comments-list" style="text-align: left;"&gt;&lt;button id="load-comment"&gt;Mostra i commenti&lt;/button&gt;&lt;/p&gt;
&lt;noscript&gt;&lt;p&gt;È necessario JavaScript per visualizzare i commenti.&lt;/p&gt;&lt;/noscript&gt;
&lt;script src="https://novababilonia.me/bl-kernel/js/purify.min.js"&gt;&lt;/script&gt;
&lt;script type="text/javascript"&gt;
    document.getElementById('copyButton').addEventListener('click', () =&gt; {
      navigator.clipboard.writeText('https://ors.novababilonia.me/notice/AU4hfKwWPgI6qm2jce');
    });

    const dateOptions = {
      year: "numeric",
      month: "numeric",
      day: "numeric",
      hour: "numeric",
      minute: "numeric",
    };

    function escapeHtml(unsafe) {
      return unsafe
        .replace(/&amp;/g, "&amp;amp;")
        .replace(/&lt;/g, "&amp;lt;")
        .replace(/&gt;/g, "&amp;gt;")
        .replace(/"/g, "&amp;quot;")
        .replace(/'/g, "&amp;#039;");
    }

    document.getElementById("load-comment").addEventListener("click", function() {
      document.getElementById("load-comment").innerHTML = "Loading ...";
      fetch('https://ors.novababilonia.me/api/v1/statuses/AU4hfKwWPgI6qm2jce/context')
        .then(function(response) {
          return response.json();
        })
        .then(function(data) {
          if(data['descendants'] &amp;&amp;
             Array.isArray(data['descendants']) &amp;&amp; 
            data['descendants'].length &gt; 0) {
              document.getElementById('mastodon-comments-list').innerHTML = "";
              data['descendants'].forEach(function(reply) {
                reply.account.display_name = escapeHtml(reply.account.display_name);
                reply.account.reply_class = reply.in_reply_to_id == "AU4hfKwWPgI6qm2jce" ? "reply-original" : "reply-child";
                reply.created_date = new Date(reply.created_at);
                if (reply.account.acct == "centralscrutinizer") reply.account.acct = "https://ors.novababilonia.me/@centralscrutinizer";
                reply.account.emojis.forEach(emoji =&gt; {
                  reply.account.display_name = reply.account.display_name.replace(`:${emoji.shortcode}:`,
                    `&lt;img class="comment-emoji" src="${escapeHtml(emoji.static_url)}" alt="Emoji ${emoji.shortcode}" /&gt;`
                  );
                });
                mastodonComment = `
&lt;div class="mastodon-wrapper"&gt;
  &lt;div class="comment-level ${reply.account.reply_class}"&gt;&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"&gt;
    &lt;path fill="currentColor" stroke="currentColor" d="m 307,477.17986 c -11.5,-5.1 -19,-16.6 -19,-29.2 v -64 H 176 C 78.8,383.97986 -4.6936293e-8,305.17986 -4.6936293e-8,207.97986 -4.6936293e-8,94.679854 81.5,44.079854 100.2,33.879854 c 2.5,-1.4 5.3,-1.9 8.1,-1.9 10.9,0 19.7,8.9 19.7,19.7 0,7.5 -4.3,14.4 -9.8,19.5 -9.4,8.8 -22.2,26.4 -22.2,56.700006 0,53 43,96 96,96 h 96 v -64 c 0,-12.6 7.4,-24.1 19,-29.2 11.6,-5.1 25,-3 34.4,5.4 l 160,144 c 6.7,6.2 10.6,14.8 10.6,23.9 0,9.1 -3.9,17.7 -10.6,23.8 l -160,144 c -9.4,8.5 -22.9,10.6 -34.4,5.4 z" /&gt;
  &lt;/svg&gt;&lt;/div&gt;
  &lt;div class="mastodon-comment"&gt;
    &lt;div class="comment-meta"&gt;
      &lt;div class="comment-avatar"&gt;&lt;img src="${escapeHtml(reply.account.avatar_static)}" alt=""&gt;&lt;/div&gt;
      &lt;div class="comment-author"&gt;
        &lt;div class="comment-author-name"&gt;&lt;a href="${reply.account.url}" rel="nofollow"&gt;${reply.account.display_name}&lt;/a&gt;&lt;/div&gt;
        &lt;div class="comment-author-reply"&gt;&lt;a href="${reply.account.url}" rel="nofollow"&gt;${escapeHtml(reply.account.acct)}&lt;/a&gt;&lt;/div&gt;
        &lt;div class="comment-date"&gt;&lt;a href="${reply.url}" rel="nofollow"&gt;Posted on ${reply.created_date.toLocaleString(navigator.language, dateOptions)}&lt;/a&gt;&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class="comment-content"&gt;${reply.content}&lt;/div&gt; 
  &lt;/div&gt;
&lt;/div&gt;`;
                document.getElementById('mastodon-comments-list').appendChild(DOMPurify.sanitize(mastodonComment, {'RETURN_DOM_FRAGMENT': true}));
              });
          } else {
            document.getElementById('mastodon-comments-list').innerHTML = "&lt;p&gt;Ancora nessun commento ...&lt;/p&gt;";
          }
        });
      });
  &lt;/script&gt;
&lt;/div&gt;
&lt;p style="text-align: left;"&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 14 Apr 2022 13:32:35 +0200</pubDate>
      <guid isPermaLink="false">autosave-4e2d92fb6a5781d09b31b999a7f74378</guid>
    </item>
    <item>
      <title>Cleo Sol - Mother</title>
      <link>https://novababilonia.me/cleo-sol-mother</link>
      <image>https://novababilonia.me/bl-content/uploads/pages/de635a662753cb8d4b0eb58b6a8a4166/a1554886129_10.jpg</image>
      <description>&lt;p style="text-align: center;"&gt;&lt;!-- pagebreak --&gt;&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;/p&gt;
&lt;p style="text-align: left;"&gt;&lt;!-- pagebreak --&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;2021 - 12 tracce - 01:06:34&lt;/p&gt;
&lt;ol&gt;
&lt;ol&gt;
&lt;li style="text-align: left;"&gt;Don't Let Me Fall - 05:39&lt;/li&gt;
&lt;li style="text-align: left;"&gt;&lt;span style="color: #000000;"&gt;Promises &lt;span style="box-sizing: inherit; color: #f1c40f;"&gt;★&lt;/span&gt;&lt;/span&gt; - 04:24&lt;/li&gt;
&lt;li style="text-align: left;"&gt;Heart Full Of Love - 05:05&lt;/li&gt;
&lt;li style="text-align: left;"&gt;Build Me Up - 08:02&lt;/li&gt;
&lt;li style="text-align: left;"&gt;Sunshine - 04:22&lt;/li&gt;
&lt;li style="text-align: left;"&gt;We Need You - 07:21&lt;/li&gt;
&lt;li style="text-align: left;"&gt;Don't Let It Go To Your Head - 04:19&lt;/li&gt;
&lt;li style="text-align: left;"&gt;&lt;span style="color: #000000;"&gt;23 &lt;span style="box-sizing: inherit;"&gt;&lt;span style="color: #f1c40f;"&gt;★&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; - 05:06&lt;/li&gt;
&lt;li style="text-align: left;"&gt;Music - 06:10&lt;/li&gt;
&lt;li style="text-align: left;"&gt;One Day - 08:25&lt;/li&gt;
&lt;li style="text-align: left;"&gt;Know That You Are Loved - 03:22&lt;/li&gt;
&lt;li style="text-align: left;"&gt;Spirit - 04:16&lt;/li&gt;
&lt;/ol&gt;
&lt;/ol&gt;
&lt;h3 style="text-align: center;"&gt;&lt;/h3&gt;
&lt;h3 style="text-align: center;"&gt;Bio&lt;/h3&gt;
&lt;p style="text-align: center;"&gt;Cleopatra Zvezdana Nikolic (nata il 24 marzo 1991), meglio conosciuta con il nome d'arte Cleo Sol, è una cantautrice britannica. Lavorando a stretto contatto con il produttore Inflo, ha pubblicato due album in studio da solista, Rose in the Dark (2020) e Mother (2021), ed è membro del collettivo R&amp;amp;B Sault.&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;/p&gt;
&lt;p&gt;&lt;iframe width="100%" height="150" src="https://odesli.co/embed/?url=https%3A%2F%2Falbum.link%2Fmvpsbrvmznfjc&amp;amp;theme=light" frameborder="0" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-presentation allow-popups allow-popups-to-escape-sandbox" allow="clipboard-read; clipboard-write"&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;/p&gt;
&lt;div id="article-comments" style="text-align: left;"&gt;
&lt;h2 style="text-align: left;"&gt;Commenti&lt;/h2&gt;
&lt;p style="text-align: left;"&gt;Potete utilizzare il vostro account nel Fediverso per rispondere direttamente a &lt;a class="link" href="https://ors.novababilonia.me/notice/AU4eilgt7dEYoUfvHc"&gt;questo post&lt;/a&gt;.&lt;/p&gt;
&lt;p style="text-align: left;"&gt;Copiate e incollate questo URL nel campo di ricerca della vostra applicazione Fediverse preferita o nell'interfaccia web del vostro server federato: &lt;input type="text" readonly="readonly" value="https://ors.novababilonia.me/notice/AU4eilgt7dEYoUfvHc"&gt; &lt;button class="button" id="copyButton"&gt;Copia&lt;/button&gt;&lt;/p&gt;
&lt;p id="mastodon-comments-list" style="text-align: left;"&gt;&lt;button id="load-comment"&gt;Mostra i commenti&lt;/button&gt;&lt;/p&gt;
&lt;noscript&gt;&lt;p&gt;È necessario JavaScript per visualizzare i commenti.&lt;/p&gt;&lt;/noscript&gt;
&lt;script src="https://novababilonia.me/bl-kernel/js/purify.min.js"&gt;&lt;/script&gt;
&lt;script type="text/javascript"&gt;
    document.getElementById('copyButton').addEventListener('click', () =&gt; {
      navigator.clipboard.writeText('https://ors.novababilonia.me/notice/AU4eilgt7dEYoUfvHc');
    });

    const dateOptions = {
      year: "numeric",
      month: "numeric",
      day: "numeric",
      hour: "numeric",
      minute: "numeric",
    };

    function escapeHtml(unsafe) {
      return unsafe
        .replace(/&amp;/g, "&amp;amp;")
        .replace(/&lt;/g, "&amp;lt;")
        .replace(/&gt;/g, "&amp;gt;")
        .replace(/"/g, "&amp;quot;")
        .replace(/'/g, "&amp;#039;");
    }

    document.getElementById("load-comment").addEventListener("click", function() {
      document.getElementById("load-comment").innerHTML = "Loading ...";
      fetch('https://ors.novababilonia.me/api/v1/statuses/AU4eilgt7dEYoUfvHc/context')
        .then(function(response) {
          return response.json();
        })
        .then(function(data) {
          if(data['descendants'] &amp;&amp;
             Array.isArray(data['descendants']) &amp;&amp; 
            data['descendants'].length &gt; 0) {
              document.getElementById('mastodon-comments-list').innerHTML = "";
              data['descendants'].forEach(function(reply) {
                reply.account.display_name = escapeHtml(reply.account.display_name);
                reply.account.reply_class = reply.in_reply_to_id == "AU4eilgt7dEYoUfvHc" ? "reply-original" : "reply-child";
                reply.created_date = new Date(reply.created_at);
                if (reply.account.acct == "centralscrutinizer") reply.account.acct = "https://ors.novababilonia.me/@centralscrutinizer";
                reply.account.emojis.forEach(emoji =&gt; {
                  reply.account.display_name = reply.account.display_name.replace(`:${emoji.shortcode}:`,
                    `&lt;img class="comment-emoji" src="${escapeHtml(emoji.static_url)}" alt="Emoji ${emoji.shortcode}" /&gt;`
                  );
                });
                mastodonComment = `
&lt;div class="mastodon-wrapper"&gt;
  &lt;div class="comment-level ${reply.account.reply_class}"&gt;&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"&gt;
    &lt;path fill="currentColor" stroke="currentColor" d="m 307,477.17986 c -11.5,-5.1 -19,-16.6 -19,-29.2 v -64 H 176 C 78.8,383.97986 -4.6936293e-8,305.17986 -4.6936293e-8,207.97986 -4.6936293e-8,94.679854 81.5,44.079854 100.2,33.879854 c 2.5,-1.4 5.3,-1.9 8.1,-1.9 10.9,0 19.7,8.9 19.7,19.7 0,7.5 -4.3,14.4 -9.8,19.5 -9.4,8.8 -22.2,26.4 -22.2,56.700006 0,53 43,96 96,96 h 96 v -64 c 0,-12.6 7.4,-24.1 19,-29.2 11.6,-5.1 25,-3 34.4,5.4 l 160,144 c 6.7,6.2 10.6,14.8 10.6,23.9 0,9.1 -3.9,17.7 -10.6,23.8 l -160,144 c -9.4,8.5 -22.9,10.6 -34.4,5.4 z" /&gt;
  &lt;/svg&gt;&lt;/div&gt;
  &lt;div class="mastodon-comment"&gt;
    &lt;div class="comment-meta"&gt;
      &lt;div class="comment-avatar"&gt;&lt;img src="${escapeHtml(reply.account.avatar_static)}" alt=""&gt;&lt;/div&gt;
      &lt;div class="comment-author"&gt;
        &lt;div class="comment-author-name"&gt;&lt;a href="${reply.account.url}" rel="nofollow"&gt;${reply.account.display_name}&lt;/a&gt;&lt;/div&gt;
        &lt;div class="comment-author-reply"&gt;&lt;a href="${reply.account.url}" rel="nofollow"&gt;${escapeHtml(reply.account.acct)}&lt;/a&gt;&lt;/div&gt;
        &lt;div class="comment-date"&gt;&lt;a href="${reply.url}" rel="nofollow"&gt;Posted on ${reply.created_date.toLocaleString(navigator.language, dateOptions)}&lt;/a&gt;&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class="comment-content"&gt;${reply.content}&lt;/div&gt; 
  &lt;/div&gt;
&lt;/div&gt;`;
                document.getElementById('mastodon-comments-list').appendChild(DOMPurify.sanitize(mastodonComment, {'RETURN_DOM_FRAGMENT': true}));
              });
          } else {
            document.getElementById('mastodon-comments-list').innerHTML = "&lt;p&gt;Ancora nessun commento ...&lt;/p&gt;";
          }
        });
      });
  &lt;/script&gt;
&lt;/div&gt;
&lt;p style="text-align: left;"&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 24 Apr 2022 01:05:08 +0200</pubDate>
      <guid isPermaLink="false">de635a662753cb8d4b0eb58b6a8a4166</guid>
    </item>
  </channel>
</rss>
