update readme

This commit is contained in:
ksyasuda 2023-08-08 01:09:21 -07:00
parent b636e0534d
commit cdc797f55c
No known key found for this signature in database

View File

@ -11,13 +11,13 @@ A Lua script that implements the YouTube 'Add to Queue' functionality for mpv
## Features
- Add YouTube videos to a queue from the clipboard
- Works with links from any site [supported by yt-dlp](https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md "yd-dlp supported sites page")
- Fetch and display the video and channel names of the videos in the queue
- Select a video to play from the queue with an interactive menu,
or navigate through the queue with keyboard shortcuts
- Edit the order of videos in the queue
- An interactive menu to select the video the play, or edit the order of the queue
- Open the URL or channel page of the currently playing video in a new browser tab
- Download the currently playing video
- Download a video in the queue
- Integrates with the internal mpv playlist
## Notes