What do you see in your kodi log once you've started actually playing a movie?
this is what the log shows (I use single user, no profiles)
plugin://plugin.video.netflixbmc/?mode=playVideoMain&name=A%20Haunted%20House%202&thumb=C%3a%5cUsers%5cnancy%5cAppData%5cRoaming%5cXBMC%5cuserdata%5caddon_data%5cplugin.video.netflixbmc%5ccache%5ccovers%5c70295062.jpg&url=70295062this is the simplest command that works for me to launch a Netflix movie through XBMC
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.1.3.8-->
<commandGroup open="True" name="Plays A Haunted house 2" enabled="True" prefix="" priority="0" requiredProcess="" description="">
<command id="696" name="play A Haunted House 2 Movie" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
<action>
<cmdType>XJson.Raw</cmdType>
<params>
<param>Player.Open</param>
<param>"item": {"file":"plugin://plugin.video.netflixbmc/?mode=playVideoMain&url=70295062"} , "options":{ "resume":true }</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
</command>
</commandGroup>
... I don't really know how people want to use Netflix or this plugin with VC, so maybe this thought process is not relevant:
From the standpoint of how VC works, I think it might be nice if people could start playing a Netflix movie or show directly, by name. That would probably require figuring out the Netflix movie IDs for each title of interest and generating a payload xml file for that.
I don't know if the plugin makes this feasible or not (e.g., if it stores Netflix movie data in users' XBMC databases, in which case we may be able to query that; do you see anything like that in your XBMC database?). But to me, that would be a nicer experience than trying to navigate by voice through multiple screens in order to play a particular title.
I'm not sure how to query a database file but i did find several .cache files (C:\Users\****\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.netflixbmc\cache) and there are 1,336 files in that location each file is named by ID Number (ex: 70295062.cache)
I Attached the cache file that goes with the url above ( I used Notepad++ to view the file)
Edit: thinking about it more, the cache files are for items that have had metadata downloaded so far, so in order to use those you would have to navigate NetfliXBMC and then update the XML file then you would be able to use the xml file, not really ideal for by passing NetfliXBMC navigation