MediaPortal SVN-Snapshot: 04-08-2007 01-00h - Revision:13906 (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:

Wikipedia 07/04/2007 [13:47:24] Maschine added: Added support for Czech and Hungarian Wikipedia.
TVServer 07/04/2007 [13:48:17] micheloe added: PowerScheduler: moved disable/enable EPG grabber on standby/resume to PowerScheduler plugin


===> 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
 

gibman

Retired Team Member
  • Premium Supporter
  • October 4, 2006
    2,998
    1,372
    Aarhus
    Home Country
    Denmark Denmark
    Custom MediaPortalDirs.xml not working anymore.

    I just upgraded from ;

    MediaPortal-svn--04-01-2007--20-04-Rev13747.exe

    to ...

    MediaPortal-svn--04-08-2007--01-00-Rev13906.exe

    Now the custom changed "MediaPortalDirs.xml" is ignored.
    This was not the case on earlier builds.

    This is the path used;
    C:\Documents and Settings\xxxxx\My Documents\Team MediaPortal

    If I copy the "MediaPortalDirs.xml" file to the installation DIR overwriting the original one then again it is being ignored.

    ******* custom changed file *******
    <?xml version="1.0" encoding="iso-8859-1"?>
    <!--
    This file stores information about the various Directories used in MediaPortal.
    You may change only the information between the <Path> and </Path> elements.

    ATTENTION: Never change anything in the <Dir> element as this may cause MediaPortal to fail.
    If you don't know what that means at all, leave the default settings.

    Don't change this file itself.
    copy it to MyDocuments\Team MediaPortal and modify it there.
    If you made an error, the original copy in the MediaPortal Installation Path is used.

    Valid Values for the <Path> element are:
    <Path></Path>
    =============
    This indicates that only the MediaPortal Install Path will be used.
    result is: C:\Program Files\Team Mediaportal\

    <Path>log\</Path>
    =================
    This indicates that the given Path information should be prefixed with the MediaPortal Install Path.
    result is: C:\Program Files\Team Mediaportal\log\

    <Path>C:\Temp\log\</Path>
    =========================
    This indicates that the given Path is an absolute Path and should be used as is.
    result is: C:\Temp\log\
    -->
    <Config>
    <!-- The Path were all the Config files are located (mediaportal.xml, etc.) -->
    <Dir id = "Config">
    <Path></Path>
    </Dir>
    <!-- The Path were all the Plugins are located. Don't modify -->
    <Dir id = "Plugins">
    <Path>Plugins\</Path>
    </Dir>
    <!-- The Path were the log files should be written to -->
    <Dir id = "Log">
    <Path>Log\</Path>
    </Dir>
    <!-- The Path were the Custom Inputdevice Mappings are located. -->
    <Dir id = "CustomInputDevice">
    <Path>\\server\E\install\_Movie\DVB\software players\mediaportal\shared\InputDeviceMappings\custom</Path>
    </dir>
    <!-- The Path were the Default Inputdevice Mappings are located. -->
    <Dir id = "CustomInputDefault">
    <Path>\\server\E\install\_Movie\DVB\software players\mediaportal\shared\InputDeviceMappings\defaults</Path>
    </Dir>
    <!-- The Path were the skins are located -->
    <Dir id = "Skin">
    <Path>Skin\</Path>
    </Dir>
    <!-- The Path were the Language files are located -->
    <Dir id = "Language">
    <Path>Language\</Path>
    </Dir>
    <!-- The Path for the databases -->
    <Dir id = "Database">
    <Path>\\server\E\install\_Movie\DVB\software players\mediaportal\shared\Database\</Path>
    </Dir>
    <!-- The Path for the Thumbs, like Music Cover Art, TV Logos, etc. -->
    <Dir id = "Thumbs">
    <Path>\\server\E\install\_Movie\DVB\software players\mediaportal\shared\Thumbs\</Path>
    </Dir>
    <!-- The Path were all the Weather related files are located. -->
    <Dir id = "Weather">
    <Path>\\server\E\install\_Movie\DVB\software players\mediaportal\shared\Weather\</Path>
    </Dir>
    <!-- A Path holding cached information. Like Picture thumbs, modified skin files (packedgfx), etc. Files in there can be removed by the user -->
    <Dir id = "Cache">
    <Path>Cache\</Path>
    </Dir>
    <!-- The path to CYGWIN files needed for the burner plugin -->
    <Dir id = "BurnerSupport">
    <Path>Burner\</Path>
    </Dir>
    </Config>



    **** original file ****
    <?xml version="1.0" encoding="iso-8859-1"?>
    <!--
    This file stores information about the various Directories used in MediaPortal.
    You may change only the information between the <Path> and </Path> elements.

    ATTENTION: Never change anything in the <Dir> element as this may cause MediaPortal to fail.
    If you don't know what that means at all, leave the default settings.

    Don't change this file itself.
    copy it to MyDocuments\Team MediaPortal and modify it there.
    If you made an error, the original copy in the MediaPortal Installation Path is used.

    Valid Values for the <Path> element are:
    <Path></Path>
    =============
    This indicates that only the MediaPortal Install Path will be used.
    result is: C:\Program Files\Team Mediaportal\

    <Path>log\</Path>
    =================
    This indicates that the given Path information should be prefixed with the MediaPortal Install Path.
    result is: C:\Program Files\Team Mediaportal\log\

    <Path>C:\Temp\log\</Path>
    =========================
    This indicates that the given Path is an absolute Path and should be used as is.
    result is: C:\Temp\log\
    -->
    <Config>
    <!-- The Path were all the Config files are located (mediaportal.xml, etc.) -->
    <Dir id = "Config">
    <Path></Path>
    </Dir>
    <!-- The Path were all the Plugins are located. Don't modify -->
    <Dir id = "Plugins">
    <Path>Plugins\</Path>
    </Dir>
    <!-- The Path were the log files should be written to -->
    <Dir id = "Log">
    <Path>Log\</Path>
    </Dir>
    <!-- The Path were the Custom Inputdevice Mappings are located. -->
    <Dir id = "CustomInputDevice">
    <Path>InputDeviceMappings\custom</Path>
    </Dir>
    <!-- The Path were the Default Inputdevice Mappings are located. -->
    <Dir id = "CustomInputDefault">
    <Path>InputDeviceMappings\defaults</Path>
    </Dir>
    <!-- The Path were the skins are located -->
    <Dir id = "Skin">
    <Path>Skin\</Path>
    </Dir>
    <!-- The Path were the Language files are located -->
    <Dir id = "Language">
    <Path>Language\</Path>
    </Dir>
    <!-- The Path for the databases -->
    <Dir id = "Database">
    <Path>Database\</Path>
    </Dir>
    <!-- The Path for the Thumbs, like Music Cover Art, TV Logos, etc. -->
    <Dir id = "Thumbs">
    <Path>Thumbs\</Path>
    </Dir>
    <!-- The Path were all the Weather related files are located. -->
    <Dir id = "Weather">
    <Path>Weather\</Path>
    </Dir>
    <!-- A Path holding cached information. Like Picture thumbs, modified skin files (packedgfx), etc. Files in there can be removed by the user -->
    <Dir id = "Cache">
    <Path>Cache\</Path>
    </Dir>
    <!-- The path to CYGWIN files needed for the burner plugin -->
    <Dir id = "BurnerSupport">
    <Path>Burner\</Path>
    </Dir>
    </Config>

    /Gibman
     

    Users who are viewing this thread

    Top Bottom