MPAA Ratings Do Work + Screenshots

This topic by 'justmeme' seemed to fade away, but i thought it was worth investigating.

http://community.wdc.com/t5/Themes/XML-values/m-p/184484

I managed to get the MPAA ratings working in "List View" and "Preview View" using FW Version 2.06.10

still experimenting with other views.

1st Row: (of pictures below) of "List View" was done by...
"Gray" MPAA Text ... then Overlay it with the same MPAA text but make it black and reduce width and then hide it under the 'Stars' Rating.

2nd Row .. MPAA full text in "Preview View"

and off-topic........ (and a little update on other things ive been doing)

3rd Row .. "Re-worked" version of AEonish Hub Info View (FOR FW 2.06.10) Part of the reason for the re-working and use of graphics is, the 'disable_tail_dots' stopped working for genre and director text. (tail dots are the 3 dots you see when the text is longer then width parameter.)

4th Row .. "Music Info" shares the Same Info XML for Movies.. so some things had to change and be moved around.

rv_preview_browse_page.xml (code)

<wrapper w="307"h="19"x="425"textcolor="0xcccccc"fontsize="16"align="left"><text text="@@mpaa_0"y="140"/><text text="@@mpaa_1"y="198"/><text text="@@mpaa_2"y="251"/><text text="@@mpaa_3"y="304"/><text text="@@mpaa_4"y="360"/><text text="@@mpaa_5"y="413"/><text text="@@mpaa_6"y="471"/><text text="@@mpaa_7"y="526"/><text text="@@mpaa_8"y="579"/></wrapper>


rv_list_browse_page.xml (code)

<wrapper w="190" h="19"x="582" textcolor="0xaaaaaa" fontsize="16"align="left"><text text="@@mpaa_0"y="141"/><text text="@@mpaa_1"y="199"/><text text="@@mpaa_2"y="252"/><text text="@@mpaa_3"y="305"/><text text="@@mpaa_4"y="361"/><text text="@@mpaa_5"y="414"/><text text="@@mpaa_6"y="472"/><text text="@@mpaa_7"y="527"/><text text="@@mpaa_8"y="580"/></wrapper>

<wrapper w="111" h="19"x="582" textcolor="0x000000" fontsize="16"align="left"><text text="@@mpaa_0"y="141"/><text text="@@mpaa_1"y="199"/><text text="@@mpaa_2"y="252"/><text text="@@mpaa_3"y="305"/><text text="@@mpaa_4"y="361"/><text text="@@mpaa_5"y="414"/><text text="@@mpaa_6"y="472"/><text text="@@mpaa_7"y="527"/><text text="@@mpaa_8"y="580"/></wrapper>

<wrapper w="107" h="19" x="575" align="hcenter"><image image="@@rating_0"y="140"/><image image="@@rating_1"y="198"/><image image="@@rating_2"y="251"/><image image="@@rating_3"y="304"/><image image="@@rating_4"y="360"/><image image="@@rating_5"y="413"/><image image="@@rating_6"y="471"/><image image="@@rating_7"y="526"/><image image="@@rating_8"y="579"/></wrapper>


2 Likes

you are the hardest working man in show biz, thanks for the continued work.  Thumbs up on this

1 Like

Just FYI, you could do this in version 2.04.13 also.

You can also do this for Large Video & Video Views (Large and Small grid views), but you can only implement this using

, so there’s no way (that I’ve found yet) to just implement them for indiviual files so that they are only shown when you select a file.