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.
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.