ivy-youtube
ivy-youtube copied to clipboard
Add queue or playlist management
hey, it would be nice to have the ability to set a queue in vlc/mpv or even the browser!
Your issue doesn't follow our guidelines. Please fix the following:
- Issue title must start with uppercase (?)
- Issue title must be in imperative, present tense (e.g. "add", "fix", "change") (?)
Click here for details.
Thank you! :pray: This comment was made by GitMagic – Magically enforcing your contribution guidelines.
Thank you, everything looks good now! :bowtie:
Do you mean, instead of open the found video, add it to something like "play it next"?
On Wed, 15 Nov 2017 11:29:48 +0000 (UTC) Brunno dos Santos [email protected] wrote:
Do you mean, instead of open the found video, add it to something like "play it next"?
Exactly!
I don't how to do it, but I'll look for it
On Thu, 16 Nov 2017 11:09:18 +0000 (UTC) Brunno dos Santos [email protected] wrote:
I don't how to do it, but I'll look for it
Yeah, I don't know either... specially with the browser.
But as vlc or mpv are involved it should be straightforward (I guess they have some CLI option to queue files or you could build the queue).
Even easier when adding youtube-dl as a backend (since it has options to send output to STOUT, which I belive can be piped to vlc or mpv for streaming content). ( there's already a frontend here, FYI https://github.com/MrS0m30n3/youtube-dl-gui ).