gpodder(1)
gPodder is a podcast client that downloads and manages RSS feeds from podcasts.
Synopsis
gpodder [OPTION]... [URL]...Description
gPodder is a graphical podcast aggregator and downloader that subscribes to RSS/Atom feeds, automatically downloads new episodes, and organizes them locally. It supports playback integration with media players and provides cross-platform synchronization through the gpodder.net service.
The command can be invoked with podcast URLs to add subscriptions directly, or run without arguments to launch the GUI. Downloaded episodes are stored in a configurable local directory and can be organized by podcast feed.
Common options
| Flag | What it does |
|---|---|
-h, --help | show help message and exit |
-v, --version | show program version number and exit |
-d, --download | download pending episodes and exit (daemon mode) |
-s, --subscribe | subscribe to podcasts from URLs/OPML and exit |
--no-downloads | do not download episodes automatically |
--no-update | do not update feeds on startup |
-c, --config | use alternative configuration directory |
--extensions | list available extension modules |
Examples
launch the graphical podcast manager interface
gpodderadd a podcast subscription directly from a feed URL
gpodder 'https://feeds.example.com/podcast.xml'download all pending episodes in the background and exit
gpodder --downloadimport multiple podcast subscriptions from an OPML file
gpodder --subscribe podcasts.opmlrun with an alternative configuration directory
gpodder -c ~/.config/gpodder-altlaunch GUI without automatically updating feeds or downloading episodes
gpodder --no-update --no-downloads