update readme

This commit is contained in:
ksyasuda 2023-08-08 01:18:55 -07:00
parent cdc797f55c
commit e88e7f7f1c
No known key found for this signature in database

View File

@ -10,13 +10,15 @@ A Lua script that implements the YouTube 'Add to Queue' functionality for mpv
## Features ## Features
- Add YouTube videos to a queue from the clipboard - Add 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") - Works with links from any site
- Fetch and display the video and channel names of the videos in the queue [supported by yt-dlp](https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md "yd-dlp supported sites page")
- An interactive menu to select the video the play, or edit the order of the queue - An interactive menu to show the queue, to select a video to play, or to edit the order of the queue
- Customizable keybindings to interact with the currrently playing video and the
queue
- Open the URL or channel page of the currently playing video in a new browser tab - 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 using yt-dlp
- Download a video in the queue - Customizable download options
- Integrates with the internal mpv playlist - Integrates with the internal mpv playlist
## Notes ## Notes