Quantcast
Channel: Kodi Community Forum - Service Add-ons
Viewing all articles
Browse latest Browse all 218

Error on execution : executeJSONRPC

$
0
0
Hello,
I made a script to change the genres directly in kodi (database) and also manage the films in directories
I can do everything except change the location of the film "c22 in the database"
my command to change the location of the movie:

  command = ('{"jsonrpc": "2.0", "method": "VideoLibrary.SetMovieDetails", "id": 1, "params": {"file": "% s", "moviesid":% s} } '% (filecible, self.idfilm))
then:
    data = xbmc.executeJSONRPC (command)
send me an error

Is that in the kodi source changing the location of the movie (database: c22) is allowed?
thank you
best regards ray.lp

Viewing all articles
Browse latest Browse all 218

Trending Articles