This directory contains scripts that:
enable migrating to the new podcaster
automatically connect Shows with Channels by setting podcast_channel_id field in the show table
test the new podcaster's API (audio file creation, xml file creation)
revert steps:
truncate podcast_episodes, podcast_channels
delete podcast_channel_id in every show ( UPDATE shows set podcast_channel_id = NULL; )
delete episode_id in every playlist (UPDATE playlists SET podcast_episode = NULL; )