Could someone tell me if these are the only xml values that work at the moment?:
text="@@browse_text
text="@@year
text="@@genre
text="@@director
text="@@actor
text="@@totaltime
text="@@overview
image image="@@rating
Is there ones for: mpaa, studio?. Also can anyone tell me how to display totaltime as “Duration: 96min” & Year as “2006” not “Year: 2006”
Yes, pretty much for the gallery. There are different variables that will work for different views, but not for other views.
You can get the mpaa rating to display, but you can only get it to display for every movie shown. You can’t get it to show for each individual movie, meaning that it will only show for ALL the movies that are displayed.
You can’t however, get things to display that is not a variable set in the firmware for a view. Studios and other such things are not variable set in the firmware and can’t be displayed. You also can’t change how the set variables are displayed.
I know that you are trying to do certain things, but there is a limit as to what you can do. You can only change the xmls in as much as the firmware will understand the changes that you have made. Most of the xmls already have all the variables which can be used for each view (with a few exceptions) and you pretty much have to stick with those variables in developing a theme.
1 Like