isamert / empv.el

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

hook after results are added? #70

Closed tvraman closed 6 months ago

tvraman commented 6 months ago

Feature Request: empv--youtube-tabulated-entries-append-hook

I presently have an entry on youtube search results hook to speak the arrival of the results.

empv--youtube-tabulated-entries-append doesn't run any hook; I could advice it of course, but wanted to check if you had plans to add such a hook.

isamert commented 6 months ago

I added a hook called empv-youtube-tabulated-new-entries-hook. Let me know if fully covers your use-case, because it simply works right after adding entries and called on batch results, not per-entry.