Add recomendations (p20-podroll) to the podcast #5188
@@ -186,7 +186,11 @@
|
||||
<xsl:if test="$format = 'mp3'">
|
||||
<podcast:guid>f8587e67-d1c9-54ac-938f-84710472f4bd</podcast:guid>
|
||||
</xsl:if>
|
||||
|
||||
<!-- Podcast Recomendations -->
|
||||
<podcast:podroll>
|
||||
<podcast:remoteItem feedGuid="385183b8-8a23-5fa1-b9dc-3ed6c870f14a" feedUrl="https://media.fsfe.org/feeds/videos.xml?videoChannelId=3" title="FSFE Peertube Channel"/>
|
||||
|
dmarzal marked this conversation as resolved
Outdated
|
||||
<podcast:remoteItem feedGuid="de52ef44-69d3-565d-b7c6-255562cdcd4c" feedUrl="https://linuxinlaws.eu/inlaws_rss.xml" title="Linux Inlaws"/>
|
||||
</podcast:podroll>
|
||||
|
||||
<!-- Podcast episodes -->
|
||||
<xsl:for-each select="/buildinfo/document/set/news[
|
||||
@@ -349,7 +353,7 @@
|
||||
</xsl:attribute>
|
||||
</xsl:element>
|
||||
|
||||
<!-- Link to discussion topic on community.fsfe.org -->
|
||||
<!-- Link to discussion topic on Mastodon -->
|
||||
<xsl:if test = "discussion/@href">
|
||||
<xsl:element name="podcast:socialInteract">
|
||||
<xsl:attribute name="uri">
|
||||
|
||||
Reference in New Issue
Block a user
would this then be constantly added? As I am not sure about that or just for the EP036?
The recommendations are shown at the podcast level (not at the episode level) so is a general recommendation.
What I do is to leave always some shows and rotate the recommendations of the latest episodes. So in this case I would leave these recommendations until the next episode is out, and after that I could remove the "external" recommendation and leave only the Peertube channel.
Thank you very much for this explanation! From my side this is fine :)