MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Help on Development » Quality Assurance (Bugreports) » Archive » Bug Reports » 0.2.2.0 Final and SVN Builds » fixed 0.2.2.0 bugs


fixed 0.2.2.0 bugs Bugreports that have been resolved will be moved in here.

Reply
 
Thread Tools Display Modes
Old 2007-04-08, 13:52   #1 (permalink)
Portal Developer
 
gibman's Avatar
 
Join Date: Oct 2006
Location: Aarhus
Posts: 735
Thanks: 4
Thanked 68 Times in 51 Posts

Country:

My System

Improvement Suggestion - Done 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\cus tom</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\def aults</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

http://forum.team-mediaportal.com/me...945#post141945
gibman is offline   Reply With Quote
Old 2007-04-08, 14:31   #2 (permalink)
Retired Team Member
 
mPod's Avatar
 
Join Date: Jan 2005
Location: Berlin
Age: 34
Posts: 2,086
Thanks: 0
Thanked 3 Times in 3 Posts

Country:

My System

Default

Open your XML file with Internet Explorer, you will see that there's an error in it.
__________________


Bad news from the stars...

We cannot give any support without a properly filled support template
and a full mediaportal.log pasted here.


Before you ask...
mPod is offline   Reply With Quote
Old 2007-04-12, 10:10   #3 (permalink)
Portal Tester
 
ronilse's Avatar
 
Join Date: Jul 2005
Posts: 3,223
Thanks: 19
Thanked 90 Times in 76 Posts

Country:

My System

Default

Hi,
do you still have this problem?
It's working fine here. Use a new file if you can't get it to work, that means delete those you have & apply latest svn & copy it & then modify.

Regards
Roy
ronilse is offline   Reply With Quote
Old 2007-04-12, 11:25   #4 (permalink)
Portal Developer
 
gibman's Avatar
 
Join Date: Oct 2006
Location: Aarhus
Posts: 735
Thanks: 4
Thanked 68 Times in 51 Posts

Country:

My System

fixed

Hi!

No the problem went away when I discovered that the DIR tag was broken.

ex.


<Dir id = "CustomInputDevice">
bla bla bla
</dir>

Look at the closing tag, it is written in lowercase.
Somehow when I edited the XML file with ultraedit it decided to lowercase this section for me... nice feature huh.

Problem solved.

/gibman
gibman is offline   Reply With Quote
Reply

Bookmarks

Tags
anymore, custom, mediaportaldirsxml, working

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
XMLTV not working anymore 0modem xmlTV 2 2007-09-02 23:08
norwegian 1-www_sol_no.xml grabber does not seem to work anymore Al_Capone WebEPG 11 2007-02-11 13:50
I'm working on my own custom skin for my own Media Centre rig wocko1 Skins 3 2006-12-27 10:43
Custom XML file for Keyboard on screen Vanessa Improvement Suggestions 3 2006-07-22 00:31
FireDTV CI not working anymore (since 0.1.3) robyf General Support 3 2005-11-03 17:38


All times are GMT +1. The time now is 02:42.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden