The ability to run the script syndication.py --content-root /path/to/obsidian to map relationships between type: Podcast episodes and syndicated versions.
From the Markdown YAML front matter alone, determine which spreaker or youtube video the content originates from, then all other episodes across various platforms. The original will have platform: Spreaker and spreaker YAML front matter. And the spreaker front matter key will be in any other platform: Apple Podcast (variation) note file.
The permalink will be different between them. However, somewhere there was syndication that made the original version the same. Later, as syndicated content is optimized for their own platforms, those details will be stored under the platform-specific change.
Do simple things at first, like showing a tree of a specific podcast episode --catalog A1234B or --channel ABR to see a cluster. Later, advance by calculating the completeness of syndication.
The ability to run the script
syndication.py --content-root /path/to/obsidianto map relationships betweentype: Podcastepisodes and syndicated versions.From the Markdown YAML front matter alone, determine which
spreakeroryoutubevideo the content originates from, then all other episodes across various platforms. The original will haveplatform: SpreakerandspreakerYAML front matter. And thespreakerfront matter key will be in any otherplatform: Apple Podcast(variation) note file.The
permalinkwill be different between them. However, somewhere there was syndication that made the original version the same. Later, as syndicated content is optimized for their own platforms, those details will be stored under the platform-specific change.Do simple things at first, like showing a tree of a specific podcast episode
--catalog A1234Bor--channel ABRto see a cluster. Later, advance by calculating the completeness of syndication.