squiter / ivy-youtube

Search for an Youtube video inside Emacs with Ivy
MIT License
29 stars 7 forks source link

Add queue or playlist management #10

Open Adrianzo opened 6 years ago

Adrianzo commented 6 years ago

hey, it would be nice to have the ability to set a queue in vlc/mpv or even the browser!

ghost commented 6 years ago

Your issue doesn't follow our guidelines. Please fix the following:

Click here for details.

Thank you! :pray: This comment was made by GitMagic – Magically enforcing your contribution guidelines.

ghost commented 6 years ago

Thank you, everything looks good now! :bowtie:

squiter commented 6 years ago

Do you mean, instead of open the found video, add it to something like "play it next"?

Adrianzo commented 6 years ago

On Wed, 15 Nov 2017 11:29:48 +0000 (UTC) Brunno dos Santos notifications@github.com wrote:

Do you mean, instead of open the found video, add it to something like "play it next"?

Exactly!

squiter commented 6 years ago

I don't how to do it, but I'll look for it

Adrianzo commented 6 years ago

On Thu, 16 Nov 2017 11:09:18 +0000 (UTC) Brunno dos Santos notifications@github.com 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 ).