- Thread starter
- #61
Re: AW: How to Video database section and My Movies get to life
Yes, there is no direct access by name as search string, I will create one from which you can then get name or names (if there is more than one with equal name) and their corresponding dbID. After select one, then it's easy to get all infos because you will have actordbID.
I need to go to some kiddie birthday party but later I will update patched files with that (I think only Database.dll will be changed).
Hi Deda,
will using
private void OnVideoArtistInfo(IMDBActor actor)
With actor as a string only be supported? I try getting the actor dialog with just an actor name.
Or do I have to first get ID from database?
Thanks,
Guzzi
Edit:
Is there a way to get actor infos by name - following call only supports actorID, right?
MediaPortal.Video.Database.IMDBActor actor = MediaPortal.Video.Database.VideoDatabase.GetActorInfo("actorID");
Yes, there is no direct access by name as search string, I will create one from which you can then get name or names (if there is more than one with equal name) and their corresponding dbID. After select one, then it's easy to get all infos because you will have actordbID.
I need to go to some kiddie birthday party but later I will update patched files with that (I think only Database.dll will be changed).
Croatia