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

FR: Query Autocomplete for YT Search #81

Closed tvraman closed 2 months ago

tvraman commented 3 months ago

Would be nice if empv.el implemented search completion.

You can see an example implementation from emacspeak at https://github.com/tvraman/emacspeak/blob/master/lisp/gweb.el#start-of-content and for Emacspeak I can write the code on the emacspeak side to send the completed query to empv.

But you may find it useful to just incorporate the implementation in empv to benefit all empv users.

tvraman commented 2 months ago

I implemented it on the emacspeak side. also I see you have consult implemented, so closing this