2022-01-04, 15:15
Hi,
I'm trying to get a movie from kodi videolibrary searching by its imdb id.
Using JSONRpc with filter, kodi returns 0 results.
Query is:
{ "filter": { "field": "imdbnumber", "operator": "is", "value": "tt4761112" }, "properties" : ['originaltitle', 'title', 'year' }
kodi returns 0 results, but movie is in my videolibrary.
Reading json-rpc documentation, 'imdbnumber' seems to be not allowed in "filter", so it seems to be not possible to query VideoLibrary via imdbnumber
Is there a way to get a movie by its imdb (or tmdb) id?
thanks in advance
I'm trying to get a movie from kodi videolibrary searching by its imdb id.
Using JSONRpc with filter, kodi returns 0 results.
Query is:
{ "filter": { "field": "imdbnumber", "operator": "is", "value": "tt4761112" }, "properties" : ['originaltitle', 'title', 'year' }
kodi returns 0 results, but movie is in my videolibrary.
Reading json-rpc documentation, 'imdbnumber' seems to be not allowed in "filter", so it seems to be not possible to query VideoLibrary via imdbnumber
Is there a way to get a movie by its imdb (or tmdb) id?
thanks in advance