RefreshMovie call
#1
Hi there,

I am developing some code in which I need to refresh a individual movie.
It means that I need Kodi to read .nfo file for a dedicated movie and refresh its database with new information.

To achieve this, I try to use RefreshMovie with the following format:
{
    "jsonrpc": "2.0", 
    "method": "VideoLibrary.RefreshMovie", 

    "params": 
    { 
        "movieid": 2050
    }
}


When sent to the server, I have the following results:
- empty reply from the server
- no charge in Kodi's DB

I have spent a lot of time trying to solve this issue by myself and I found few support in exiting threads.

Any suggestion will be welcome!
Thank you
Vince
Reply
#2
Well, it works perfectly.
This issue was linked to a minor problem.
Reply

Logout Mark Read Team Forum Stats Members Help
RefreshMovie call0