launchcontrol icon indicating copy to clipboard operation
launchcontrol copied to clipboard

Launchcontrol Kodi Integration - DLNA/UPNP possible?

Open jumpa22 opened this issue 6 years ago • 2 comments

Heya, I notice that the Kodi integration only seems to work when a video is played direct on Kodi, it doesnt seem to also work when a video is played via Kodi through DLNA/UPNP. Is it something that is impossible due to the coding of Kodi? Or is there some kind of config I can edit to allow it to also trigger from a UPNP request?

jumpa22 avatar Nov 18 '18 04:11 jumpa22

Good question. No there is no config for this. The kodi plugin uses xbmcvfs under the hood to read the funscript file based on the name of the video filename in the internal video player. So if Kodi can read the video (as a file), it can read the funscript file. I know this works for smb, nfs, http, etc. but never seen or tested it with DLNA/UPnP.

I would have to take a look to see if it's just a small stupid thing with a quick fix. (eg filenames don't match due to DLNA renaming stuff.)

funjack avatar Nov 19 '18 19:11 funjack

Its actually to try to get it working via Pigasus on a Gear VR. All the current apps seem to only support things that work via the normal Oculus etc connected to a Windows machine. If it were to work via Kodis DLNA service that would be ideal. If the plugins only allow use with the internal Kodi player though it may not be possible.

jumpa22 avatar Nov 20 '18 19:11 jumpa22