Possibility to open DialogVideoInfo directly with a given DBID

Hi, since we finally have Player.DBID (https://github.com/xbmc/xbmc/pull/10567), one “big small” thing for skinners still seems to be missing:

You can’t open a DialogVideoInfo on a movie directly, even if you know the DBID.

These days it’s possible to make shortcuts to a movie-set knowing the setid. Working example: ActivateWindow(Videos,videodb://movies/sets/HEREGOESTHEsetID,return)

Something similar should be possible for a movie, too.

Something like this – non-working example:

ActivateWindow(Videos,videodb://movies/movies/HEREGOESTHEmovieDBID,return)

should open DialogVideoInfo on the movie with the given id.

Thanks! Smile