aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Jaremko2019-01-02 01:18:00 -0500
committerGitHub2019-01-02 01:18:00 -0500
commitccb02e57677908eaba10c4181ebf2303b8599b6a (patch)
treea2226e259bc67e6823264ddcee2e3802032b4973
parentc8026ab7942f55afe62651628989b06ca7a5646a (diff)
downloadpodcast-ccb02e57677908eaba10c4181ebf2303b8599b6a.tar.bz2
Update README.md
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index be39284..956456e 100644
--- a/README.md
+++ b/README.md
@@ -33,3 +33,21 @@ Individually: `podcast download $podcast_name 4`
Multiple: `podcast download $podcast_name 1,5,9-12,14`
All: `podcast download $podcast_name`
+
+You can also use a portion of the name.
+Podcast will pick the first podcast alphabetically that contains the given word (Case-Insensitive).
+
+Example Usage:
+```sh
+$ podcast subscribe "http://feeds.feedburner.com/mbmbam"
+$ podcast ls bro # List all the episodes of My Brother, My Brother, and Me
+(447) MBMBaM 440: The Naming of 2019
+(446) MBMBaM 439: Face 2 Face: Candlenights 2018
+...
+(2) My Brother, My Brother and Me: Episode 02
+(1) My Brother, My Brother and Me: Episode 01
+$ podcast play bro # Play the latest episode of mbmbam
+$ podcast play "my brother" 446 # Play "MBMBaM 439: Face 2 Face: Candlenights 2018"
+$ podcast download bro # Download all episodes of mbmbam
+
+```