Episode Management Options Missing in Titan (1 Viewer)

mcraenz

MP Donator
  • Premium Supporter
  • July 28, 2007
    647
    46
    Auckland
    Home Country
    New Zealand New Zealand
    Hey, have you had any feedback on this issue?
     

    mcraenz

    MP Donator
  • Premium Supporter
  • July 28, 2007
    647
    46
    Auckland
    Home Country
    New Zealand New Zealand
    I beleive this is due to be fixed in 1.5 but can be fixed in the interim by editing:

    C:\ProgramData\Team MediaPortal\MediaPortal\Skin\Titan\mytvprogram.xml


    Replace this section:
    Code:
            <control>
                <description>Episodes</description>
                <type>button</type>
                <id>7</id>
                <label>816</label>
                <onup>9</onup>
                <ondown>2</ondown>
                <onright>10</onright>
                <textalign>right</textalign>
                <visible>false</visible>
            <textcolor>FF000000</textcolor>
                <textcolorNoFocus>ffffffff</textcolorNoFocus>   
            </control>

    With this:
    Code:
        <control>
          <description>Episodes</description>
          <type>button</type>
          <id>7</id>
          <label>888</label>
          <onup>9</onup>
          <ondown>2</ondown>
          <onright>10</onright>
          <onleft>3</onleft>
        <textcolor>FF000000</textcolor>
          <textcolorNoFocus>ffffffff</textcolorNoFocus> 
        </control>
     

    Users who are viewing this thread

    Top Bottom