aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorNathan Jaremko2017-12-05 15:26:07 -0500
committerNathan Jaremko2017-12-05 15:26:07 -0500
commit978dbf71f22e3123b2f25154cfbe20a6e207dfe3 (patch)
treec4cc1155775f88e1d829549060f9ebf3fb39989f /README.md
parent2e8a59ebe8f076811d66072ec410320d7df1fd2e (diff)
downloadpodcast-978dbf71f22e3123b2f25154cfbe20a6e207dfe3.tar.bz2
Improve subscribing default behaviour
Diffstat (limited to 'README.md')
-rw-r--r--README.md32
1 files changed, 0 insertions, 32 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index 1161056..0000000
--- a/README.md
+++ /dev/null
@@ -1,32 +0,0 @@
- # podcast
- ---
- `podcast` is a command line podcast player.
-
- NOTE: Playback requires either mpv or vlc to be installed
-
- It currently supports:
-- [x] Subscribing to RSS feeds
-- [x] Unsubscribing from RSS feeds
-- [x] Streaming podcasts
-- [x] Parallel downloading of multiple podcasts
-- [x] Playing podcasts
-- [x] Auto-download new episodes
-- [x] Automatically check for updates
-- [ ] Auto-delete old episodes
-- [ ] Shell Completions
- - [x] zsh
- - [ ] bash
- - [ ] sh
-- [ ] Searching for podcasts...(WIP)
-
-By default, podcasts are downloaded to $HOME/Podcasts, but this folder can be set with the $PODCASTS environmental variable.
-
-How many latest episodes to download when subscibing to new podcasts can be set in the $PODCASTS/.config YAML file
-
-Downloads can be done a variety of ways:
-
-Individually: `podcast download $podcast_name 4`
-
-Multiple: `podcast download $podcast_name 1,5,9-12,14`
-
-All: `podcast download $podcast_name`