[not reproducible] live to not playing (1 Viewer)

Holzi

Super Moderator
  • Team MediaPortal
  • April 21, 2010
    7,934
    2,235
    Ba-Wü
    Home Country
    Germany Germany
    Could you maybe check with DefaultWide skin? If you have the same error?
     

    Atomic7431

    Portal Pro
    June 17, 2011
    497
    71
    Home Country
    United Kingdom United Kingdom
    default wide works fine with live tv etc, not being picky but i did say this in my first post :) thanks for the help (y)
     

    ncoH

    Retired Team Member
  • Premium Supporter
  • January 27, 2007
    925
    1,569
    Hannover
    Home Country
    Germany Germany
    Code:
    	<control>
    		<description>group element</description>
    		<type>group</type>
    		<posX>99</posX>
    		<posY>219</posY>
    		<layout>GridLayout(2, 0, 5, 7, 1)</layout>
    		<animation effect="fade" time="250">WindowOpen</animation>
    		<animation effect="fade" time="250">WindowClose</animation>
     
    		<control>
    			<description>TV On/Off button</description>
    			<type>togglebutton</type>
    			<id>8</id>
    			<label>707</label>
    	  <textureFocus>button_tv_on_focus.png</textureFocus>
    	  <textureNoFocus>button_tv_on_nofocus.png</textureNoFocus>
    	  <AltTextureFocus>button_tv_off_focus.png</AltTextureFocus>
    	  <AltTextureNoFocus>button_tv_off_nofocus.png</AltTextureNoFocus>
    		</control>

    You can`t use <togglebutton> with MP 1.4. Pre-Release. Something is mixed in your setup.
    I would suggest you do a clean MP install (1.4pre or 1.3 final). The latest Titan Extended will be installed during the setup.

    But you could also change the TV On/Off button code to

    Code:
    		<control>
    			<description>TV On/Off button</description>
    			<type>checkbutton</type>
    			<id>8</id>
    			<label>707</label>
    			<textalign>left</textalign>
    			<font>TitanLight12</font>
    			<textcolor>FF000000</textcolor>
    			<textcolorNoFocus>ffffffff</textcolorNoFocus>
    		</control>
     

    Atomic7431

    Portal Pro
    June 17, 2011
    497
    71
    Home Country
    United Kingdom United Kingdom
    it was a clean install, even a clean install of windows 7 x64 any ideas why this has happened?
     

    Atomic7431

    Portal Pro
    June 17, 2011
    497
    71
    Home Country
    United Kingdom United Kingdom
    I dont know why the problems ocured yesterday but, ive just installed this on my laptop and did exactly what i did yesterday and it dl the titan extended installer as it did yesterday, only today after the install there is no update available for the skin, it seems to be included in the mpei and i also noticed that the install has put a shortcut to the titaneditor on my desktop which it also didnt do yesterday, as i reported.
    So the mpei titan extended must have been updated at some point, i know i installed this very early in the day and the problem was there, but now it seems to have been fixed, my guess is the mpei has been re done and is working much better (y) will keep my eyes peeled for any more issues.
     

    l337

    MP Donator
  • Premium Supporter
  • December 18, 2012
    238
    73
    Home Country
    Germany Germany
    HI
    my live tv not working
    more logs are needed?
     
    Last edited:

    Atomic7431

    Portal Pro
    June 17, 2011
    497
    71
    Home Country
    United Kingdom United Kingdom
    did you check the toggle button as directed through this post by others? would be interesting to see if you have the same issue, plus if so when did you install 1.4?
     

    l337

    MP Donator
  • Premium Supporter
  • December 18, 2012
    238
    73
    Home Country
    Germany Germany
    sorry
    I used my own skin theme, there was still the old mytvhomeserver.xml deposited these I have now deleted, now it works.

    :)
     
    Last edited:

    Atomic7431

    Portal Pro
    June 17, 2011
    497
    71
    Home Country
    United Kingdom United Kingdom
    at least its fixed (y)
     

    Users who are viewing this thread

    Top Bottom