X-Git-Url: http://njoseph.me/gitweb/nimcoon.git/blobdiff_plain/9ed70b9e0ee8ebf8e0b1fc1bbe1b77178d1f008c..5f9cdfeff96bb2848e3dc72bab410859d78b9c65:/README.md diff --git a/README.md b/README.md index 7de80d0..2b09f97 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ I made this just for myself. The development is completely based on my needs and - [x] Stream video from torrent file URLs - [x] BitTorrent is preferred for PeerTube video links - [ ] Search PeerTube (3.0 or later) -- [ ] YouTube Autoplay (music only) +- [x] YouTube Autoplay (music only) - [ ] Configuration options | | YouTube | PeerTube (HTTP) | PeerTube (WebTorrent) | @@ -66,6 +66,7 @@ I made this just for myself. The development is completely based on my needs and | Stream Video Playlist | ✅ | | | | Download Music Playlist | | | | | Download Video Playlist | | | | +| Play Recommended Music | ✅ | | | ## Installation @@ -156,6 +157,7 @@ case-by-case basis using the interactive arguments. | -l, --lucky | Try your luck with the first search result | | -f, --full-screen | Play video in full screen | | -d, --download | Download video or music | +| -a, --auto-play | Play the next search result (YouTube only) | Feel free to use these options in any combination. NimCoon will show a helpful error message if you pick incompatible options. @@ -169,11 +171,15 @@ options as single characters. i.e "1" plays the video "1 md" downloads the music of the video -| **Interactive Arguments** | **Explanation** | -|---------------------------|---------------------------| -| -m, --music | Play Music only, no video | -| -f, --full-screen | Play video in full screen | -| -d, --download | Download video or music | +| **Interactive Arguments** | **Explanation** | +|---------------------------|--------------------------------------------| +| -m, --music | Play Music only, no video | +| -f, --full-screen | Play video in full screen | +| -d, --download | Download video or music | +| -a, --auto-play | Play the next search result (YouTube only) | + +Auto-playing videos leads to binge watching. The default option in NimCoon is to +support auto-play for music only. ## Development