xboxscene.org forums

Author Topic: Xml Configuration Help  (Read 410 times)

dinokathy

  • Archived User
  • Newbie
  • *
  • Posts: 18
Xml Configuration Help
« on: December 30, 2003, 10:10:00 PM »

Been screwing around with setting up the shares on my local disk. Cant get it to read inside the directories! Here's the code, am I just missing something really dumb? Thanks!

The only one that works is the one called Abby in Music, but when I click it, it opens up empty, just showing a folder with two dot (like the FTP up directory icon).


 
 <filetypeicons>
   <xbe>defaultProgram.png</xbe>
 </filetypeicons>
 
 
 <pictures>
   <default>F:/Pictures/</default>
 </pictures>

 
 <music>
   <default>F:/Music/Recordings</default>
   <bookmark>
     <name>ABBY</name>
     <path>F:/music/RecordingsAbby</path>
   </bookmark>
 </music>  
 
 
 <video>
   <default>F:/Video</default>
 </video>    
</xboxmediacenter>

This post has been edited by dinokathy: Dec 31 2003, 06:17 AM <
Logged

Frodo

  • Archived User
  • Newbie
  • *
  • Posts: 23
Xml Configuration Help
« Reply #1 on: December 31, 2003, 04:07:00 AM »

for local folders (on harddisk) use  instead of /
so for example

<default>F:/Music/Recordings</default>

should be

<default>F:MusicRecordings</default>

Frodo
 <
Logged

dinokathy

  • Archived User
  • Newbie
  • *
  • Posts: 18
Xml Configuration Help
« Reply #2 on: December 31, 2003, 05:24:00 AM »

Ah HA!

Thank you Mr. Frodo! I will try it out when I get home!  <
Logged

dinokathy

  • Archived User
  • Newbie
  • *
  • Posts: 18
Xml Configuration Help
« Reply #3 on: December 31, 2003, 01:43:00 PM »

Just curious,

How would XBMC know the difference between:

f:/music/recordings

and

f:/musicrecordings

Does the capitalization cue it in as being a subdirectory of the root? I noticed you capitalized is what raised the question.

Thanks!  <
Logged

dinokathy

  • Archived User
  • Newbie
  • *
  • Posts: 18
Xml Configuration Help
« Reply #4 on: December 31, 2003, 04:39:00 PM »

Frodo -

That didnt work. I entered it just as you typed (did a cut and paste just to be sure!) and it will navigate to the directory but it doesnt show anything! Just the two dots and file folder. It's like it is empty.

Thanks.  <
Logged

dinokathy

  • Archived User
  • Newbie
  • *
  • Posts: 18
Xml Configuration Help
« Reply #5 on: December 31, 2003, 05:30:00 PM »

Frodo

Got it working. Here's what I typed in the xml:

 
 <music>
   <default>f:musicrecordings</default>
   <bookmark>
     <name>Music</name>
     <path>f:musicrecordings</path>
   </bookmark>
   <bookmark>
     <name>Abby</name>
     <path>f:musicrecordingscomplete albumsabby</path>
   </bookmark>
   <bookmark>
     <name>Kathy</name>
     <path>f:musicrecordingscomplete albumsr.e.m</path>
   <path>f:musicrecordingscomplete albumssister hazel</path>   
   </bookmark>
 </music>


It works like a charm. I know you authored it so I am wondering if the version of Media Center that I am using has been modified by someone other than your development team...

In any event, this code is cut right from my working XboxMediaCenter.xml file....

Thanks!  <
Logged

dinokathy

  • Archived User
  • Newbie
  • *
  • Posts: 18
Xml Configuration Help
« Reply #6 on: December 31, 2003, 05:34:00 PM »

Geesh!

The forum doesnt recognize the backslash and doesnt display it!

No wonder what you had written looked funky!

I retract my last post. laugh.gif

I looked at the code I had pasted and it didnt have the backslash! That was driving me crazy! I knew you had to know what you were talking about!!! You wrote it!!

Thanks man. blink.gif  

This post has been edited by dinokathy: Jan 1 2004, 01:34 AM <
Logged