Solved using plugin:// path
#1
I can't seem to get plugin://plugin.video.emby/?id=id&mode=play to work (in .strm file). It doesn't seem to launch the pluginsource I set in addon.xml that points to default.py

Everytime I get this message:
Code:
16:27:25 T:41992   ERROR: XFILE::CDirectory::GetDirectory - Error getting videodb://movies/titles/1
16:27:25 T:41992   ERROR: CGUIMediaWindow::GetDirectory(videodb://movies/titles/1) failed
or
Code:
16:42:43 T:42848   ERROR: Keymapping error: no such action 'playmedia()' defined
I can't figure out what I'm missing but it seems to not even launch via the plugin. In a previous attempt, I was seeing in logs "parameters string= ?id=id&mode=play" and was able to do something with it. Now, I don't even get this. What do I need to do to get pluginsource to work via a plugin:// call to launch a video correctly? I'm so confused trying to figure this out for the past 5 hours. Any help would be greatly appreciated. Just let me know if I should provide something else.

Thanks Smile

Edit: NVM figured it out - typo caused all this headache.
Reply

Logout Mark Read Team Forum Stats Members Help
using plugin:// path0