diff --git a/templates/podcast.html.twig b/templates/podcast.html.twig index ec75c6a..adcbdfe 100644 --- a/templates/podcast.html.twig +++ b/templates/podcast.html.twig @@ -1,5 +1,10 @@ - + Radio Onda Rossa @@ -7,8 +12,8 @@ it-it La radio di chi se la sente Ondarossa -Podcast completo -Tutti gli aggiornamenti, i redazionali, le trasmissioni della radio di chi se la sente +{{ror.title}} +{{ror.title}} Ondarossa ondarossa@ondarossa.info @@ -16,38 +21,52 @@ no +Sostieni ondarossa {% for nid, node in ror.podcast.nodes %} {% set num_audios = node.audio|length %} {% for num, audio in node.audio %} + {% set img = node.img.0.uri %} {% set audiourl = audio.field_audio_link[0].uri %} {% set ext = audiourl|split('.')|last %} {% set durata = audio.field_durata[0].value %} {% set duratahrs = durata // 3600 %} {% set duratamin = (durata // 60) % 60 %} {% set duratasec = durata % 60 %} - {% if num_audios > 1 %} - {{node.title.0.value}} ({{num+1}}/{{num_audios}}: {{audio.field_audio_link[0].title}}) + {% if node.tx != "" %} + {% set author = node.tx %} {% else %} - {{node.title.0.value}} + {% set author = "Radio Onda Rossa" %} {% endif %} + + {% if node.tx != "" %}[{{node.tx}}] {%endif%}{{node.title.0.value}}{% if num_audios > 1 %} ({{num+1}}/{{num_audios}}: {{audio.field_audio_link[0].title}}){% endif %} {{ node.summary | raw }} - {{ node.body.0.value }} - {# [fields] - {% for field in node.img.0|keys %} - [[ {{ field}}{{"\t"}}-> `{{node.img.0[field]}}` ]] - {% endfor %} - [/fields] #} - + {{ node.body.0.value }} http://www.ondarossa.info{{node.path.0.alias}} + {% if img != "" %} + {% set img_ext = img|split('.')|last|lower|replace({jpg: 'jpeg'}) %} + + {% endif %} {{ "@#{node.created.0.value}" | date("r") }} - Redazione Ondarossa + + {{"%02d" | format(duratahrs)}}:{{"%02d" | format(duratamin)}}:{{"%02d" | format(duratasec)}} no + {# + questo if serve per poter fare una transizione senza cambiare di + botto i guid a tutti; tornare qui nel 2022 e lasciare solo il primo + ramo. + Senza questo cambio, se due articoli hanno lo stesso audio, si generano + guid duplicati + #} + {% if node.created.0.value > 1639689963 %} + {{ audiourl }}@http://www.ondarossa.info{{node.path.0.alias}}@{{num}} + {% else %} {{ audiourl }} + {% endif %} {% endfor %} {% endfor %}