diff options
| author | Nathan Jaremko | 2017-07-26 16:47:34 -0400 |
|---|---|---|
| committer | Nathan Jaremko | 2017-07-26 16:47:34 -0400 |
| commit | a03435811860addf4cdb498caf5a15887be1db05 (patch) | |
| tree | a67e8732b770c99b391e111eb5f81f9a1b52f5c6 /README.md | |
| parent | 4ff4a4e802595f2fac1175c6cb62bb49c6ffda64 (diff) | |
| download | podcast-a03435811860addf4cdb498caf5a15887be1db05.tar.bz2 | |
Update README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -7,16 +7,19 @@ - [x] Streaming podcasts - [x] Downloading podcasts - [x] Playing podcasts -- [ ] Auto-download -- [ ] Auto-delete +- [x] Auto-download new episodes +- [ ] Auto-delete old episodes - [ ] Shell Completions - [ ] Searching for podcasts...(WIP) +By default, podcasts are downloaded to $HOME/Podcasts, but this folder can be set with the $PODCASTS environmental variable. -Downloads can be done either: +How many latest episodes to download when subscibing to new podcasts can be set in the $PODCASTS/.config YAML file -Individually: `podcast download $podcast_name 4` +Downloads can be done a variety of ways: -or +Individually: `podcast download $podcast_name 4` Multiple: `podcast download $podcast_name 1,5,9-12,14` + +All: `podcast download $podcast_name` |
