https://github.com/kasparsd/podcasts-tools
Tools for exporting subscriptions from Apple Podcasts on macOS as OPML
https://github.com/kasparsd/podcasts-tools
apple-podcasts composer-project opml
Last synced: about 1 year ago
JSON representation
Tools for exporting subscriptions from Apple Podcasts on macOS as OPML
- Host: GitHub
- URL: https://github.com/kasparsd/podcasts-tools
- Owner: kasparsd
- Created: 2019-11-27T12:01:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-27T12:41:47.000Z (over 6 years ago)
- Last Synced: 2024-04-14T07:34:29.195Z (about 2 years ago)
- Topics: apple-podcasts, composer-project, opml
- Language: PHP
- Homepage: https://kaspars.net/blog/apple-podcasts-subscriptions
- Size: 3.91 KB
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Tools for Apple Podcasts
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](https://getcomposer.org)
## 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](https://kaspars.net).