| |||||||
| fixed 0.2.2.0 bugs Bugreports that have been resolved will be moved in here. |
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Portal Developer Join Date: Oct 2006 Location: Aarhus
Posts: 735
Thanks: 4
Thanked 68 Times in 51 Posts
Country: | 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 |
| | |
| | #2 (permalink) |
| Retired Team Member Join Date: Jan 2005 Location: Berlin Age: 34
Posts: 2,086
Thanks: 0
Thanked 3 Times in 3 Posts
Country: | 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... |
| | |
| | #4 (permalink) |
| Portal Developer Join Date: Oct 2006 Location: Aarhus
Posts: 735
Thanks: 4
Thanked 68 Times in 51 Posts
Country: | 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 |
| | |
![]() |
| Bookmarks |
| Tags |
| anymore, custom, mediaportaldirsxml, working |
| Thread Tools | |
| Display Modes | |
| |
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 |