]> njoseph.me Git - nimcoon.git/blobdiff - README.md
YouTube auto-play
[nimcoon.git] / README.md
index 7de80d0e0922d54ce141d88157f8b4c34871d322..2b09f97f4d3353392f522b886303e141a4ce081f 100644 (file)
--- 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