1) Give a description of the problem
Trying to play a playlist in Kodi by using playFile
2) What is the expected behaviour?
I have created a Smart Playlist Christmas.xsp that I am trying to get Kodi to play with a JSON call.
3) What is happening/not happening?
Will not play.
This is the log error from Kodi :
DEBUG: JSONRPC: Incoming request: {“jsonrpc”:“2.0”,“method”:“Player.Open”,“id”:1,“params”:{“item”:{“file”:“special://profile/playlists/music/Christmas.xsp”}}}
ERROR: Open - error probing input format, special://profile/playlists/music/Christmas.xsp
This is the log from Kodi when I play the playlist from within Kodi. This plays correctly.
2019-10-20 09:26:32.240 T:1467982560 DEBUG: JSONRPC: Incoming request: [{“jsonrpc”:“2.0”,“method”:“Playlist.Insert”,“params”:[0,0,{“directory”:“special://profile/playlists/music/Christmas.xsp”}],“id”:142}]
4) Post a Green Snapshot of the piston
5) Attach logs after turning logging level to Full