Skip to main content

A simple podcast client that runs on the CLI.

Project description

marrie is a simple podcast client that runs on the CLI (bash).

Command Line options

--version

show program’s version number and exit

-h, --help

show this help message and exit

--list

list all the feeds available

--list-files

list all the downloaded files available from podcast_id

--get-latest

fetch the latest chapter availeble from podcast_id

--play=FILE

play a given chapter from podcast_id

--play-latest

play a the latest chapter from podcast_id

--play-random

play a random chapter from podcast_id

Configuration

  • Section config:

    • fetch_command: command used to download the podcast files, e.g. using wget.

    • player_command: command used to play the podcast files, e.g using mplayer.

    • media_dir: directory path where the podcast files will be saved, in sub directories with the podcast_id as the name of the sub directory.

  • Section podcast:

    • syntax: podcast_id = url of the RSS feed

Please see the default config file (generated in the first run) for examples.

The config file will be found at ~/.marrie and the config is only in a per-user basis.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

marrie-0.2.tar.gz (4.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page