aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorNathan Jaremko2017-07-26 16:47:34 -0400
committerNathan Jaremko2017-07-26 16:47:34 -0400
commita03435811860addf4cdb498caf5a15887be1db05 (patch)
treea67e8732b770c99b391e111eb5f81f9a1b52f5c6 /README.md
parent4ff4a4e802595f2fac1175c6cb62bb49c6ffda64 (diff)
downloadpodcast-a03435811860addf4cdb498caf5a15887be1db05.tar.bz2
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/README.md b/README.md
index ac142c6..a7b47b9 100644
--- a/README.md
+++ b/README.md
@@ -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`