blob: a7b47b968452049f3f94d0b12b43e6aa3be615ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
  | 
 # podcast
 ---
 `podcast` is a command line podcast player.
 
 It currently supports:
- [x] Subscribing to RSS feeds
- [x] Streaming podcasts
- [x] Downloading podcasts 
- [x] Playing podcasts
- [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.
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`
 
  |