Kodi Community Forum
url handlers - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: url handlers (/showthread.php?tid=338788)



url handlers - metux - 2018-12-29

Hi folks,

I'd like to implement specific handlers for certain urls / protocols that jump in
whenever an url shall be played that's not directly playable (eg. youtube pages).

The idea is having something similar to url-resolver plugged in a way that it's
automatically called (instead of called explicitly by some plugins), so these URLs
could be directly added into playlists.

Any idea how I could implement that ?

thx
--mtx