Fixed For the Record - Recorded TV (1 Viewer)

vuego

Documentation Group
  • Team MediaPortal
  • August 5, 2006
    1,645
    776
    Göteborg
    Home Country
    Sweden Sweden
    Using Maya-0.6.506.0, Recorded TV is messed up.

    I've fixed it by copying code from mytvrecordedtv.xml however there's on minor problem which I don't know how to fix. Two labels are overlapping after bringing up the context menu. Perhaps someone knows how to fix it?
     

    Attachments

    • Maya-0.6.506.0.jpg
      Maya-0.6.506.0.jpg
      173.5 KB
    • Fixed.jpg
      Fixed.jpg
      225 KB
    • ContextMenuItems.jpg
      ContextMenuItems.jpg
      185.3 KB
    • 4TR_RecordedTv.xml
      11 KB

    dlarge500

    Extension Designer
  • Premium Supporter
  • May 21, 2009
    1,491
    400
    46
    NRW
    Home Country
    Germany Germany
    AW: Fixed For the Record - Recorded TV

    please delete the last line i have marked and test this.

    <import>common.window.recordings.xml</import>
    <import>common.window.time.xml</import>
    <import>common.window.xml</import>
     

    vuego

    Documentation Group
  • Team MediaPortal
  • August 5, 2006
    1,645
    776
    Göteborg
    Home Country
    Sweden Sweden
    • Thread starter
    • Moderator
    • #3
    Hi, if I remove this line the label "Context menu" disappears but also the label "items". What used to read "items: 34" now just says ":34".
    If I also edit common.window.recordings.xml I can get the "items" label to return.
    Code:
        <control>
            <description>Number of Files Label</description>
            <type>label</type>
            <id>1</id>
            <posX>1216</posX>
            <posY>690</posY>
            <align>right</align>
            <label>#[COLOR="Green"]itemtype[/COLOR]: #itemcount</label>
            <textcolor>6aa5cb</textcolor>
            <visible>[facadeview.list | facadeview.album | facadeview.playlist]+Control.IsVisible(50)</visible>
            <animation effect="fade" time="200">WindowOpen</animation>
            <animation effect="fade" time="200">WindowClose</animation>
        </control>
    (Replaced "#currentmodule")

    Perhaps I was too quick. After that change I now sometimes see the label "items:" in the EPG.
     

    Users who are viewing this thread

    Top Bottom