Win Frodo + Confluence => No "Rating" column in Media View
#1
Hi,
After upgrade to Frodo I don't see the rating values (those that appear near "HD"/"SD" icons) in the list. They are present when movie details form is opened.
I also see them in the TV Shows Episodes list.
Were they intentionally removed, is it bug and anyway - how can I restore them (tried to understand what is the xml that skin uses for this view, but can't get it) ?

Release version of Frodo on Win7 64bit, database is in MySQL, no "suspicisious" messages in the log.
Thanks,
Alex
Reply
#2
The issue just shows in movies not in tvshows episodes, but both of them share the same views xml (ViewsVideoLibrary.xml) there is an item
$INFO[ListItem.Label2]<
that in Episodes shows the rating, but in movies shows a date.....
maybe is something about the visibility of that field, <visble> tag, just showing for TVShows...

Anyway I make a workaround, fo the Media List views

open
C:\Program Files\XBMC\addons\skin.confluence\720p\ViewsVideoLibrary.xml

replace in items MediaListView2 and MediaListView3

<label>$INFO[ListItem.Label2]</label>

with
<label>$INFO[ListItem.Rating]</label>


remember to replace the two entries on both item,, there is one on the main item layout, but there is another entry on the focused layout
now you can see the rating, ..Big Grin
Reply
#3
Thanks.
Fixed it for Media Info and Media Info 2, not for Media Info 3 (probably by design, it has less columns), but not for List and Big List.
Reply

Logout Mark Read Team Forum Stats Members Help
Frodo + Confluence => No "Rating" column in Media View1