Open clemlatz opened 5 years ago
Further investigating... I tried to follow the rss package convention as the README recommends and add an enclosure
to my entry frontmatter header:
---
number: 1
title: "La Bibliothèque Orbitale - Episode 87 - Utopiales 2019"
slug: "La-Bibliotheque-Orbitale-Episode-87"
date: "2019-11-13"
url: https://blog.belial.fr/media/Podcast/BO_87.mp3
categories:
- Podcast
enclosure:
url: https://blog.belial.fr/media/Podcast/BO_87.mp3
size: 123456789
type: audio/mpeg
---
Peut-être n'y avez-vous pas fait attention mais la Bibliothèque orbitale s'est posée à Nantes lors des Utopiales. Notre chroniqueur spatial, Philippe Boulier, en a profité pour attraper un rhume ainsi que l'anthologie annuelle du festival — choses dont il nous propose le compte-rendu détaillé…
But still no luck, as the enclosure
field seems to be ignored.
Hitting the same issue... That should be fixable, ideally the plugin could read the file size and automatically fill the corresponding field.
I'm trying to host a podcast using gatbsy and your plugin, following the README "How to use" instructions. RSS generating works great, but once subscribed on iTunes, my podcast does not show any available episode. I think an RSS entry must contain the mp3 url as an
enclosure
tag to be recognized as a podcast episode.I'm not sure if I'm doing something wrong or if this is a bug in the plugin.
Here's an example markdown entry in my feed:
Here's the generated XML for this particular entry:
Just FYI, here's a working example of a RSS entry in another podcast feed, including the enclosure tag: