$linuxjunkies
>

gpodder(1)

gPodder is a podcast client that downloads and manages RSS feeds from podcasts.

UbuntuDebianFedoraArch

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

FlagWhat it does
-h, --helpshow help message and exit
-v, --versionshow program version number and exit
-d, --downloaddownload pending episodes and exit (daemon mode)
-s, --subscribesubscribe to podcasts from URLs/OPML and exit
--no-downloadsdo not download episodes automatically
--no-updatedo not update feeds on startup
-c, --configuse alternative configuration directory
--extensionslist available extension modules

Examples

launch the graphical podcast manager interface

gpodder

add 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 --download

import multiple podcast subscriptions from an OPML file

gpodder --subscribe podcasts.opml

run with an alternative configuration directory

gpodder -c ~/.config/gpodder-alt

launch GUI without automatically updating feeds or downloading episodes

gpodder --no-update --no-downloads

Related commands