You could remove the bookmarks to those in the music section of your XboxMediaCenter.xml. See below.
| CODE |
-
- C Drive C:\
- E Drive E:\
- F drive F:\
- G drive G:\
- DVD-ROM drive D:\
- -
- XNS xns://192.168.0.1:1400/
- MS Soundtracks soundtrack://
- XBMS xbms://192.168.0.1:1400/
- SMB
smb://DOMAIN;username:pwd@MyWindowsServer/movies/
- WORKGROUPS (SMB) smb://
|
Infact, you might actually want to edit each "my *** shares" section to remove the parts you don't want. Or better, comment each of those bookmarks out using , just incase you want them back at some stage.
This post has been edited by l u n t: Jun 9 2004, 10:57 AM <
as l u n t said comment out (put "" round EACH LINE of the offending bookmarks), or just delete the bookmarks you don't want to keep
From l u n t's example:
<music>
<default/>
DELETE THIS BOOKMARK
<bookmark>
<name>C Drive</name>
<path>C:\</path>
</bookmark>
<bookmark>
<name>E Drive</name>
<path>E:\</path>
</bookmark>
<bookmark>
<name>F drive</name>
<path>F:\</path>
</bookmark>
<bookmark>
<name>DVD-ROM drive</name>
<path>D:\</path>
</bookmark>
-
DELETE ALL BOOKMARKS BELOW THIS
<bookmark>
<name>XNS</name>
<path>xns://192.168.0.1:1400/</path>
</bookmark>
<bookmark>
<name>MS Soundtracks</name>
<path>soundtrack://</path>
</bookmark>
<bookmark>
<name>XBMS</name>
<path>xbms://192.168.0.1:1400/</path>
</bookmark>
<bookmark>
<name>SMB</name>
<path>smb://DOMAIN;username:pwd@MyWindowsServer/movies/</path>
</bookmark>
<bookmark>
<name>WORKGROUPS (SMB)</name>
<path>smb://</path>
</bookmark>
REMEMBER NOT TO DELETE THIS </music> TAG THOUGH
</music>
This post has been edited by nimbles: Jun 9 2004, 10:59 AM <
Sorry I shouldn't answer posts when I'm in a vague mood. :lol:
This post has been edited by l u n t: Jun 9 2004, 11:06 AM <