intent extra for subtitle

Hi everyone,

could anyone tell me if there is an extra param I can include with intent in order to run video with subtitles?

Such command does run video:

Code:
adb shell am start -a android.intent.action.VIEW -n org.xbmc.kodi/org.xbmc.kodi.Splash -d http://somedomain.com/video.mp4 -t video/*

I am guessing some intent extra like “subtitle” but its not working:

Code:
adb shell am start -a android.intent.action.VIEW -n org.xbmc.kodi/org.xbmc.kodi.Splash -d http://somedomain.com/video.mp4 -t video/* -e subtitle /sdcard/subtitle.srt

Does kodi support such feature?

I am also not able to find JSON-RPC api for specifying subtitle file.