PodcastUtilities is an application that enables complex local cache management for podcast feeds. Its available as a version for .NET Framework on Windows and also a cross platform version to run on Windows/Mac/Linux etc. The main difference between the two is that for syncing podcasts caches the .NET Framework versions supports MTP file systems, the cross platform version does not, for downloads the two versions are identical. Last year we released PodcastUtilities on Chocolatey.

Last month we published a version of PodcastUtilities for Android phones and made it available through the Amazon App Store. To do this we needed to make some minor changes to the core PodcastUtilities and also fix a few bugs.

This month we have updated both packages for PodcastUtilities, the package for PodcastUtilities on .NET Framework on Windows and the cross platform package for PodcastUtilities on .NET Core to include the changes that were made for the Android version.

Installing PodcastUtilities v3.0.2.7

After installing chocolatey, to install the cross platform edition of PodcastUtilities run the command

choco install podcastutilities-core

After installing chocolatey, to install the .NET framework version of PodcastUtilities run the command

choco install podcastutilities

For most purposes you probably dont want or need to install both versions.