isamert / empv.el

An Emacs media player, media library manager, radio player, YouTube frontend
GNU General Public License v3.0
103 stars 18 forks source link

Add support for passing multiple URIs when starting mpv #58

Closed rhododendrox closed 6 months ago

rhododendrox commented 7 months ago

Being able to start empv with more than one file loaded, as you can do using mpv directly, can be really useful. The other option is to call repeatedly empv-enqueue and I find that a little cumbersome.

isamert commented 6 months ago

It makes sense, thanks!