|
Author |
Message |
G_Drey_V
|
 |
Post subject: issue with params for GetAllBackdrops Posted: January 31st, 2012, 9:09 am |
|
 |
Flash Video |
Joined: January 31st, 2012, 8:59 am Posts: 11
|
Hi. I have pretty quick question regarding plugins dev. According to example in plugin tree GetAllBackdrops takes 2 params: - string localId (id in local database) - string externalId (IMDB id) But instead of localId param I'm getting IMDB id and externalId param is empty. Is there any way to solve this issue? Many thanks.
|
|
|
|
 |
G_Drey_V
|
Post subject: Re: issue with params for GetAllBackdrops Posted: February 1st, 2012, 8:42 am |
|
 |
Flash Video |
Joined: January 31st, 2012, 8:59 am Posts: 11
|
so I believe it's a bug... isn't it?
|
|
|
|
 |
Mad3813
|
Post subject: Re: issue with params for GetAllBackdrops Posted: February 1st, 2012, 1:15 pm |
|
 |
Community Support |
 |
Joined: June 16th, 2010, 3:37 pm Posts: 964
|
Quite probably, and i'll move it to the bugs if required, but at this stage its related to plug in development as opposed to a general MCM bug/problem.
|
|
|
|
 |
G_Drey_V
|
 |
Post subject: Re: issue with params for GetAllBackdrops Posted: February 8th, 2012, 8:09 am |
|
 |
Flash Video |
Joined: January 31st, 2012, 8:59 am Posts: 11
|
So current workflow is like following (correct me if something is wrong): 1. SearchByTitleAndYear(title, year) returns found title, year and local id 2. FetchByIDsNoImages(localId, externalId) where loclaId is Id from previous step and global Id is empty 3. GetAllBackdrops(localId, externalId) and now localId is IMDB id and externalId is empty. Maybe Is there any way to sync params for these functions. For example pass to GetAllBackdrops correct localId value or pass to FetchByIDsNoImage also externalId. So in this way I can get localId by externalId and external by local. But now it works really strange.
|
|
|
|
 |
|
|