MediaPortal SVN-Snapshot: 04-28-2007 01-00h - Revision:14439 (1 Viewer)

MediaPortal-Bot

Worlds greatest bot!
March 26, 2007
3,715
180
Home Country
Germany Germany
Infos:
These Subversion-snaps are compiled at about 01.00h (CET).
You can also visit the official irc-channel (#mediaportal) to get a notice when its ready for download. The trigger !svn gives you the latest update too.
They are not pre-tested, so please use the backup option from time to time.
If you'd like the bleeding edge code and don't mind the inherent risks, upgrade to the snapshot releases as they become available.
If stability is important to you, you might want to stay with the fully-tested releases.

How to install MediaPortal SVN-Snapshots in short:

1) Install latest MediaPortal Release 0.2.2.0, not necessary if already done
2) install .NET Framework Version 2.0
3) Run the Snapshot-Installer. You should create a backup.
4) Run Configure. Sometimes the settings and database versions change from build to build, so you have to reconfigure your TV for example
5) Hopefully enjoy the new version
6) If not, restore your old files and you will have the former version back.

 

MediaPortal-Bot

Worlds greatest bot!
March 26, 2007
3,715
180
Home Country
Germany Germany
Changelog since last snapshot:

MediaPortal: 27/04/2007 [11:22:41] dero79 added: Fixes to the "FullScreen does not show OSD and cannot navigate"-bug.
MediaPortal: 27/04/2007 [12:27:34] dero79_ added: Fixed: Start to view recording from live point may not allow to navigate in the rocording.


===> click here to download <===

This thread is open to everyone to provide feedback for this particular snapshot.
If you found or confirm a bug please still open a single thread with full details in the Bugsection
 

SciDoctor

Retired Team Member
  • Premium Supporter
  • February 2, 2005
    1,465
    139
    England
    Excessive cpu usage with gui is now affecting all gui windows.

    svn 14429 only affected MYTV and MYTV sub menus

    svn 14413 doesn't exhibit the problem.

    Unfortunately can't revert to use svn 14413 with tvserver svn 14439 as there is a nasty TV card not found bug which started as a channel change bug with 14429 svn tv server.
     

    SciDoctor

    Retired Team Member
  • Premium Supporter
  • February 2, 2005
    1,465
    139
    England
    Playing files form TvRecordings fails (TvSERVER plugin TV.3)

    2007-04-28 12:27:17.031250 [ERROR][MPMain]: Exception while loading GUIWindows instances: TvPlugin.TVHome
    2007-04-28 12:27:17.031250 [ERROR][MPMain]: Could not load type 'ShowFullScreenWindowHandler' from assembly 'Core, Version=0.2.2.0, Culture=neutral, PublicKeyToken=null'.
    2007-04-28 12:27:17.093750 [ERROR][MPMain]: at TvPlugin.TVHome.OnAdded()
    at MediaPortal.GUI.Library.GUIWindowManager.Add(GUIWindow& Window)
    at MediaPortal.GUI.Library.PluginManager.LoadWindowPlugin(String strFile)
    2007-04-28 12:27:30.281250 [ERROR][7]: Command:MediaPortal.TV.Recording.StopTvCommand failed reason:No tuner cards installed time:0 msec
    2007-04-28 12:27:42.765625 [ERROR][7]: Command:MediaPortal.TV.Recording.StopTvCommand failed reason:No tuner cards installed time:0 msec
    2007-04-28 12:27:47.718750 [ERROR][7]: Command:MediaPortal.TV.Recording.StopTvCommand failed reason:No tuner cards installed time:15.625 msec
    2007-04-28 12:27:56.515625 [ERROR][7]: Command:MediaPortal.TV.Recording.StopTvCommand failed reason:No tuner cards installed time:0 msec
    2007-04-28 12:27:59.421875 [ERROR][7]: Command:MediaPortal.TV.Recording.ViewTvCommand failed reason:No tuner cards installed time:15.625 msec
    2007-04-28 12:28:21.812500 [ERROR][7]: Command:MediaPortal.TV.Recording.ViewTvCommand failed reason:No tuner cards installed time:15.625 msec
    2007-04-28 12:37:48.640625 [ERROR][7]: Command:MediaPortal.TV.Recording.ViewTvCommand failed reason:No tuner cards installed time:0 msec
    2007-04-28 12:38:26.218750 [ERROR][7]: Command:MediaPortal.TV.Recording.ViewTvCommand failed reason:No tuner cards installed time:0 msec
    2007-04-28 12:38:46.109375 [ERROR][7]: Command:MediaPortal.TV.Recording.ViewTvCommand failed reason:No tuner cards installed time:0 msec
    2007-04-28 12:39:06.968750 [ERROR][MPMain]: OnMessage exception:confused:ystem.MissingMethodException: Method not found: 'Boolean MediaPortal.Player.g_Player.ShowFullScreenWindow()'.
    at TvPlugin.TvRecorded.OnPlayRecording(Int32 iItem)
    at TvPlugin.TvRecorded.OnClicked(Int32 controlId, GUIControl control, ActionType actionType)
    at MediaPortal.GUI.Library.GUIWindow.OnMessage(GUIMessage message)
    2007-04-28 12:40:19.593750 [ERROR][7]: Command:MediaPortal.TV.Recording.StopRadioCommand failed reason:No tuner cards installed time:15.625 msec



    Playing same file from video shares directory has no problem.
     

    Krumlov11

    Portal Member
    September 2, 2006
    19
    0
    Sydney
    Home Country
    My Music: Cover Art Stays Displayed

    I am not sure if this is a new bug as I have just tried installing the SVN so if it is let me know and I will post a full bug report on the relevant forum.

    However, I am using 0.2.2.0 with the 28-Apr-07 SVN. When I go to my music and select a track and then go to now playing all is well. However, when I go back to any other screen the cover art that appears in the top right corner remains there. The only way I can get rid of it is by going to another screen and start something (like a radio station) that causes the music to stop playing.
     

    morpheus_xx

    Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,070
    7,459
    Home Country
    Germany Germany
    I have still problems with WebEPG. When it runs by job at 01:00, there is a difference in data of one day. If I run it manually it grabs the epg data fine.

    I'm using German channels with tvinfo.de as source.

    Here's a small example of wrong data:

    1.) run from 01:00 (wrong day, +24h)
    PHP:
      <programme start="20070429201500" channel="pro-sieben.de">
        <title>Dumm und dümmerer</title>
        <category>Spielfilm/Comedy</category>
      </programme>

    1.) manual run (correct day)
    PHP:
      <programme start="20070429201500" channel="pro-sieben.de">
        <title>Der Einsatz</title>
        <category>Spielfilm/Kriminal</category>
      </programme>

    what's wrong here?

    Thank you
     

    Users who are viewing this thread

    Top Bottom