home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Skins
Popular Skins
StreamedMP
Need help with TV-Series Listviews WatchedAndUnWatched .pngs
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="ltfearme" data-source="post: 662579" data-attributes="member: 52219"><p>You need to look at the list control itself, in particular:</p><p></p><p>[CODE]</p><p><itemHeight></p><p><itemWidth></p><p>[/CODE]</p><p></p><p>This controls the dimmensions of the image, and also the following:</p><p></p><p>[CODE]</p><p><textXOff3></p><p>[/CODE]</p><p></p><p>or maybe offset2, cant remember...anyway that controls the position of the text.</p><p></p><p>The formatting rule will control the space between the two values, its a limitation of the facade control to only have 3 items. Need to consider if the Total episode count is also being used so need to substitute the watched/unwatched with spaces.</p><p></p><p>[CODE]</p><p><Enabled>1<Format>SeriesWatchedAndUnWatched<FormatAs>Eval(PrettyNumber100(<Series.EpisodesUnWatched>)) Eval(PrettyNumber100(<Series.EpisodeCount>-<Series.EpisodesUnWatched>))</p><p>[/CODE]</p><p>In the installer we detect if 1920x1080 and adjust the number of spaces.</p></blockquote><p></p>
[QUOTE="ltfearme, post: 662579, member: 52219"] You need to look at the list control itself, in particular: [CODE] <itemHeight> <itemWidth> [/CODE] This controls the dimmensions of the image, and also the following: [CODE] <textXOff3> [/CODE] or maybe offset2, cant remember...anyway that controls the position of the text. The formatting rule will control the space between the two values, its a limitation of the facade control to only have 3 items. Need to consider if the Total episode count is also being used so need to substitute the watched/unwatched with spaces. [CODE] <Enabled>1<Format>SeriesWatchedAndUnWatched<FormatAs>Eval(PrettyNumber100(<Series.EpisodesUnWatched>)) Eval(PrettyNumber100(<Series.EpisodeCount>-<Series.EpisodesUnWatched>)) [/CODE] In the installer we detect if 1920x1080 and adjust the number of spaces. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Skins
Popular Skins
StreamedMP
Need help with TV-Series Listviews WatchedAndUnWatched .pngs
Contact us
RSS
Top
Bottom