diff options
| author | Nathan Jaremko | 2017-11-30 10:11:27 -0500 |
|---|---|---|
| committer | GitHub | 2017-11-30 10:11:27 -0500 |
| commit | ca7f757b5c4c0796e1734540f2edbc397080fc91 (patch) | |
| tree | 73844a77c03261795c35ac32dfa9115fdccddad0 | |
| parent | 6eba4ba3ac9bed6c6b89a2ba8286093a8febf103 (diff) | |
| download | podcast-ca7f757b5c4c0796e1734540f2edbc397080fc91.tar.bz2 | |
Update README.md
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2,14 +2,21 @@ --- `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] Downloading 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. |
