Skip to content

yfery/octopod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Octopod

Build Status Code Coverage

Command line application for managing podcast feeds, with sqlite backend.

Workflow

First, subscribe to a podcast feed. Here -d flag mark podcast as downloaded, without that flag every podcast will be downloaded

octopod subscribe -d https://my.podcast.com/rss/feed/

You can list every podcast feed you have subscribed to. Useful for getting feed id needed for unsubscribing.

octopod list

For setting directory where podcasts will be downloaded (default is temp directory)

octopod download-dir ~/podcast/

Without argument, print current download directory

octopod download-dir

For updating every feeds, listing podcasts to download and download them

octopod update
octopod pending
octopod download

Download again a podcast

List podcast for finding podcast id

octopod downloaded | grep my_podcast
octopod download 412

Building

See doc/building.md

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published