2017-01-27, 04:06
(2017-01-20, 12:59)the_bo Wrote: Hi latts if you have time wonderimg if you could add the widgets view on main menu as a view for library.
Angelais has added it for his mq6 mod posterview here 2451002 (post) Post:836
Thannks
I've been working on an MQ 7 version of Angelinas' PosterZoom view for MQ 6. Porting this to MQ 7 has been a pain in the butt, but it's almost ready.
![Full sized picture Image](http://holybid.com/images/screenshots/PosterZoom.png)
I've made some changes and added a few more features to the view, but I can't seem to find a working SkinHelper property for Metacritics votes.
![Full sized picture Image](http://holybid.com/images/screenshots/PosterZoom2.png)
This is called for on the Media Info Mod as well, but I don't think it has ever worked correctly.
![Full sized picture Image](http://holybid.com/images/screenshots/Basic_Info.png)
Under the Metacritics score, it should display a total number of critics. I just noticed after working on this new view that it has never displayed a number. The code is...
Code:
$INFO[Window(Home).Property(SkinHelper.MetaCritic)]
I've looked everywhere for a valid property to enter here. It looks like all SkinHelper will display from Metacritic is the rating info. Does anyone know how to get the critics info to display?