[confirm] TVConflicts.cs / mytvconflicts.xml (1 Viewer)

pilehave

Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    Runnning SVN 27289, the above mentioned XML files gives me this error when going to the Window (ID 608):

    Code:
    2011-01-20 21:05:56.081246 [ERROR][MPMain(1)]: Exception: System.NullReferenceException: Objektreferencen er ikke indstillet til en forekomst af et objekt.
       ved TvPlugin.TvPriorities.SetProperties(Schedule schedule, Program prog)
       ved TvPlugin.TvPriorities.UpdateDescription()
       ved TvPlugin.TvPriorities.OnMessage(GUIMessage message)
       ved MediaPortal.GUI.Library.GUIWindowManager.SendMessage(GUIMessage message)

    I think the conflicts-handler has been rewritten - please take a look at this file / this window. mytvconflicts.xml is no longer in Blue 3 Wide skin, but you can still get to the window from mytvschedulerServer.xml in Blue 3 Wide:

    Code:
    <control>
    	<id>9</id>
    	<description>Conflicts</description>
    	<type>button</type>
    	<label>892</label>
    	<hyperlink>608</hyperlink>
    	<onleft>10</onleft>
    	<onright>10</onright>
    	<onup>8</onup>
    	<ondown>2</ondown>
    </control>

    While youre at it, take a look at mytvschedulerserverSearch.xml (ID 747) which doesn't seem to load at all either. This file produces this error:

    Code:
    2011-01-20 21:13:57.433778 [ERROR][MPMain(1)]: Unable to load control. exception:System.NullReferenceException: Objektreferencen er ikke indstillet til en forekomst af et objekt.
       ved MediaPortal.GUI.Library.GUIWindow.LoadControl(XmlNode node, IDictionary`2 defines)

    Conclusion: TV scheduler needs some lovin' ;)
     

    pilehave

    Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    • Thread starter
    • Moderator
    • #3
    OK, so it definately needs to be cleaned out. Especially since the default skin still has a button leading to this deadend :)
     

    Users who are viewing this thread

    Top Bottom