Fixing font colors again (1 Viewer)

jackflack

MP Donator
  • Premium Supporter
  • June 15, 2008
    39
    2
    Alabama
    Home Country
    United States of America United States of America
    Well I have been up and down RC2/v2.5.3 and I can't make one change that I have really enjoyed being able to change, and that is the font color.

    This was one tool that you could use, however I cannot find it in v2.5.3 also it never addressed unwatched just default.
    SetupOptionsSelectListColors.jpg


    So then I would go and change the code at the source in TVSeries.xml
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <window>
      <id>9811</id>
      <defaultcontrol>50</defaultcontrol>
      <allowoverlay>no</allowoverlay>
      
      <define>#title.color:ffFFFFFF</define>		<!-- Title Color	 			Default: ffFFFFFF -->  
      <define>#text.color:ffFFFFFF</define>			<!-- Text Color				Default: ffFFFFFF -->  
      
      <!-- List Colors -->
      <define>#default.color:ff66CCCC</define>    	<!-- Normal List Color                  	Default: ffFFFFFF (White)   -->
      <define>#watched.color:ff808080</define>    	<!-- Watched List Color                 	Default: ff808080 (Light Grey)    -->
      <define>#notpresent.color:ffFFA075</define> 	<!-- File not Present in List Color     	Default: ffFFA075     -->

    So once again I am turning to the keepers of the code and asking where can I change this small but to me important piece of code.

    Thank You.
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,755
    7,200
    Sydney
    Home Country
    Australia Australia
    Not sure what problem your having but the dialog is part of the skin installer and not tvseries. It addresses all colours of concern.

    See the Install Guide on the StreamedMP site for more info.
     

    jackflack

    MP Donator
  • Premium Supporter
  • June 15, 2008
    39
    2
    Alabama
    Home Country
    United States of America United States of America
    Not sure what problem your having but the dialog is part of the skin installer and not tvseries. It addresses all colours of concern.

    See the Install Guide on the StreamedMP site for more info.

    Right, I read the installer that's where I got the List Color pic.

    What I want to be able to change is basically this line only

    <define>#default.color:ff66CCCC</define> <!-- Normal List Color Default: ffFFFFFF (White) -->

    See how I have it defined as ff66CCCC this makes the unwatched episodes in the MyTvSeries stand out. This is not an option anymore in TVSeries.xml

    Am I posting this in the wrong section and should be under MyTVSeries? I thought since most of it was the same, I would get a better answer here.
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,755
    7,200
    Sydney
    Home Country
    Australia Australia
    Is not an option in the TVSeries.xml, its an option from that colour dialog in the installer. The installer changes references.xml where all the defaults are stored.

    Just change the 'Default' ie Unwatched colour in the dialog.

    And by the way, those references you posted in the first post is not part of the official skin anymore so not sure why you are posting about an older skin file or mod.

    You should uninstall the Skin and remove and files left over (if any) from the skin directory and then re-run the installer.
     

    jackflack

    MP Donator
  • Premium Supporter
  • June 15, 2008
    39
    2
    Alabama
    Home Country
    United States of America United States of America
    1. I was posting about older relevant versions to show you what I wanted to change.

    2. The "default" unwatched is now the 'default" for Moving Pictures. If I change the font color from the default to a different color it now changes the font color in moving pictures.

    3. I was trying to see if there was a simple way... like the old way to change the default unwatched color from white in TVSeries. You used to be able to use the define.color in TVSeries.xml but it seems to have gone away after the last major upgrade.

    Sorry if I wasted your time on something trivial... I guess it cant be done anymore without changing the color everywhere.
     

    Users who are viewing this thread

    Top Bottom