kasparsd / podcasts-tools
Tools for working with Apple Podcasts subscriptions
Installs: 45
Dependents: 0
Suggesters: 0
Security: 0
Stars: 12
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/kasparsd/podcasts-tools
This package is auto-updated.
Last update: 2025-09-28 01:22:57 UTC
README
Export the podcast subscriptions in the OPML format from the Podcasts app introduced in macOS Catalina.
It works by parsing the plist file at:
~/Library/Containers/com.apple.podcasts/Data/Documents/PodcastsDB.plist
Requirements
- PHP 5.6 or later
- Composer
Install
composer create-project kasparsd/podcasts-tools
Usage
To export podcast subscriptions as OPML, run:
composer export > opml.xml
which pipes the output of the composer export
command to the opml.xml
file.
Credits
Created by Kaspars Dambis.