podlove / podlove-publisher

Podlove Podcast Publisher for WordPress
https://wordpress.org/plugins/podlove-podcasting-plugin-for-wordpress/
MIT License
299 stars 84 forks source link

change: episode guid generation #1470

Closed eteubert closed 5 months ago

eteubert commented 5 months ago

Based on https://github.com/Podcastindex-org/podcast-namespace/blob/main/docs/other-recommendations.md#episode-guid

Notable difference: uses uuid4 (random) instead of uuid5 (based on enclosure url). That would require much more rework, mainly generating the guid on post publication instead of on post creation, because currently the enclosure url is not defined on post creation. We also need to deal with the fact that we have multiple assets and need to define which one is the main asset so we know which url to pick.