* display the current runtime in minutes and seconds in the episode screen
Eval(Floor(<Episode.localPlaytime>/3600000)):Eval((Floor(<Episode.localPlaytime>/60000)-(Floor(<Episode.localPlaytime>/3600000)*60))).Eval(Round((<Episode.localPlaytime>-(Floor(<Episode.localPlaytime>/60000)*60000))/1000))
Alright, haven't seen this problem posted yet.
I downloaded mattsk88's version of tvseries, but the genre and airdate show up as "#tv.series.genre" "#tv.series.airdate"
I have tried reinstalling his .xml, but no dice. anyone help me out? thanks.
Few weeks ago I had the same problem, but I was still using an old version of the TVSeries plugin. If you are not using version 2 of the plugin, you should first install the latest version
In your screenshot it looks like you're showing the <Episode.localPlaytime> information gathered by the mediainfo.dll. You could use the following formatting rule to format the localPlaytime to a more readable format.
Code:Eval(Floor(<Episode.localPlaytime>/3600000)):Eval((Floor(<Episode.localPlaytime>/60000)-(Floor(<Episode.localPlaytime>/3600000)*60))).Eval(Round((<Episode.localPlaytime>-(Floor(<Episode.localPlaytime>/60000)*60000))/1000))
2508000 would show as 0:41.48
Norway
I'm in the modding spirit as well and was wondering if it's possible to have the background thumbnails scroll left and right but keep focus on the center image as shown in this picture?
* When going back from for example Series to the Basic Home, my music button is on top of 2 other buttons (if i scroll left or right, it's fixed)