- Moderator
- #1
For those users that want to use the latest MP-TVSeries stable release (23rd July 2009) with StreamedMP 0.8, please use the attached skin files.
Note: If you are using StreamedMP 0.9 then you dont need these files.
If you want to change the Colors in the List Facade, you need to edit TVSeries.XML and change the top lines:
<define>#default.color:ffFFFFFF</define> (white)
<define>#watched.color:ff808080</define> (Light Grey)
<define>#notpresent.color:ffFFA075</define> (Orange)
In previous releases, they were all set to 'White' by default. If you dont like the new behaviour simply change #watched.color and #notpresent.color to ffFFFFFF.
If you want to remove the Unfocused Alpha ie. if you want it to truly display white when not selected edit references.xml. Search for:
Replace 100 with any value between 0 - 255, 255 will give you the exact color defined for default,watched & notpresent.
Note: If you are using StreamedMP 0.9 then you dont need these files.
If you want to change the Colors in the List Facade, you need to edit TVSeries.XML and change the top lines:
<define>#default.color:ffFFFFFF</define> (white)
<define>#watched.color:ff808080</define> (Light Grey)
<define>#notpresent.color:ffFFA075</define> (Orange)
In previous releases, they were all set to 'White' by default. If you dont like the new behaviour simply change #watched.color and #notpresent.color to ffFFFFFF.
If you want to remove the Unfocused Alpha ie. if you want it to truly display white when not selected edit references.xml. Search for:
Code:
<unfocusedAlpha>100</unfocusedAlpha>
Replace 100 with any value between 0 - 255, 255 will give you the exact color defined for default,watched & notpresent.