A few years ago when I used Guilouz's skins, The information would instantly appear if I clicked on the info button. I just tried Estuary MOD and it's still very fast. Arctic Horizon can sometimes be a bit slow retrieving info. Do you think it's possible to improve the speed?
Thanks
It's because in Estuary mod the info button just fakes the info dialog by showing the info available to videoosd but in a layout that mimics the info dialog -- you'll notice in Estuary mod that many parts of the normal info dialog are missing (e.g. the buttons).
Since I'm showing most of the info available to the videoosd on-screen already, I have the info button open TMDbHelper's extended info dialog instead. That way you get the real info dialog rather than a faked one but it means it takes a second or two to load (though it usually loads pretty quickly for me -- I never wait more than a couple of seconds).
Ok, Thanks!馃榾
@Blurayx - Can you test latest? Hopefully should fix the issue.
It's instant because the focused item in the list container is what holds the info. The info dialog doesn't load any info itself, it just "arranges" the existing info for the focused item. Outside the list container, if you opened the info dialog it would be completely empty because there's no list and no focused item. That's why Estuary Mod "fakes" the info dialog by creating a custom dialog with info from the VideoPlayer.
In Arctic Horizon, I use the real info dialog by using a few tricks:
For items not in the library, the smart playlist is replaced with a TMDbHelper widget. Previously I was only using the online TMDb widgets from the OSD, which is why some cast info was missing (probably not updated on TMDb website yet).
Most helpful comment
@Blurayx - Can you test latest? Hopefully should fix the issue.