= Podboat(1) Alexander Batischev == NAME podboat - a podcast download manager for text terminals == SYNOPSIS *podboat* [*-C* _configfile_] [*-q* _queuefile_] [*-a*] [*-h*] == DESCRIPTION _Podboat_ is a podcast manager for text terminals. It is a helper program to _Newsboat_ which queues podcast downloads into a file. These queued downloads can then be download with _Podboat_. == OPTIONS *-h*, *--help*:: Display help *-C* _configfile_, *--config-file*=_configfile_:: Use an alternative configuration file *-q* _queuefile_, *--queue-file*=_queuefile_:: Use an alternative queue file *-a*, *--autodownload*:: Start automatic download of all queued files on startup *-l* _loglevel_, *--log-level*=_loglevel_:: Generate a logfile with a certain _loglevel_. Valid loglevels are 1 to 6. An actual logfile will only be written when you provide a logfile name. *-d* _logfile_, *--log-file*=_logfile_:: Use this _logfile_ as output when logging debug messages. Please note that this only works when providing a loglevel. == PODCAST SUPPORT include::chapter-podcasts.asciidoc[] == MANAGING AUDIO FILES WITH PODBOAT include::chapter-podboat.asciidoc[] == CONFIGURATION COMMANDS include::podboat-cfgcmds.asciidoc[] == FILES include::chapter-files.asciidoc[] dotfiles:: _~/.newsboat/config_ + _~/.newsboat/queue_ XDG:: _$XDG_CONFIG_HOME/newsboat/config_ + _$XDG_DATA_HOME/newsboat/queue_ + Note: if the `XDG_CONFIG_HOME` environment variable is not set, Podboat behaves as if it was set to _~/.config_. Similarly, `XDG_DATA_HOME` defaults to _~/.local/share_. == ENVIRONMENT include::chapter-environment-variables.asciidoc[] == SEE ALSO newsboat(1)