|
I posted here before and to other forums but I guess no one knows the answer. I am going to try one last request for help before I just say screw it. PLEASE HELP!! --------------------------------------------------- Problem #1: Can't get media files on Xbox to appear. The folder HDD appears in My Pictures (or music or video). However, when I select the HDD folder on the screen, it's empty but I have pictures in that folder.
Problem #2: Can't get any programs to be visible in My Programs ---------------------------------------------------
My XBOX: v1.0 Xecuter2 lite Bios 4976.02 XBMP 2.3 running as the dash E:Appzboxplorer E:AppzDVD E:AppzHDDloader E:Appzxbplayer (XBMP) E:Gamez E:music E:pictures E:videos
Shortcut folder: E:Appzxbplayershortcuts Shortcut file: filename.cut (in the shortcut folder)
<shortcut> <path>Harddisk0partition1Appzboxplorerdefault.xbe</path> </shortcut>
--------------------------------------------------- **Note: This forum takes out the slashes () but they are all there.
My config.xml:
<configuration>
<media> <map>C:,Harddisk0Partition2</map> <map>E:,Harddisk0Partition1</map> <map>F:,Harddisk0Partition6</map>
<local> <address>192.168.1.5</address> <subnet>255.255.255.0</subnet> <gateway*>192.168.1.1</gateway*> <nameserver>192.168.1.4</nameserver> <timeserver>192.36.143.151</timeserver> <playlists>e:Appzxbplayerplaylists</playlists> <thumbnails>e:Appzxbplayerthumbs</thumbnails> <bookmarks>e:Appzxbplayerbookmarks</bookmarks> <imdb>e:Appzxbplayerimdb</imdb> <home>e:Appzxbplayer</home> </local>
<music> <share> <name>Music (XNS)</name> <url>d:music@192.168.1.4:1400</url> </share> <share> <name>HDD</name> <url>e:pictures</url> </share> </music>
<pictures> <share> <name>Pictures (XNS)</name> <url>d:pictures@192.168.1.4:1400</url> <cachesize>256</cachesize> </share> <share> <name>HDD</name> <url>e:pictures</url> </share> </pictures>
<videos> <share> <name>Videos(XNS)</name> <url>D:musicMy MusicVideos@192.168.1.4:1400</url> <cachesize>8192</cachesize> </share> <share> <name>Home Videos(XNS)</name> <url>D:videos@192.168.1.4:1400</url> <cachesize>8192</cachesize> </share> <share> <name>HDD</name> <url>e:videos</url> </videos>
<apps> <share> <name>HDD</name> <url>e:Appzshortcuts</url> </share> </apps> <applications> <bookmark> <name>Games</name> <path>e:Games</path> </bookmark> </applications>
<extensions> <music>sc|mpa|wav|wma|ogg|mp3|m3u</music> <videos>ifo|mov|qt|divx|vob|pva|wmv|asf|asx|ogm|m2v|avi|bin|dat|mp2|mpg|mpeg</videos> </extensions>
<dashboard>evoxdashbackup.xbe</dashboard> <shutdowntime>0</shutdowntime> <sensitivity>0.2</sensitivity> <xnsbuffer>8192</xnsbuffer>
<!-- XBMP will try to autodetect it based on your dashboard settings --> <language*>21</language*>
<subtitleencoding>UTF-8</subtitleencoding> <!-- Set this to true to use Mediacommon-font.ttf as UI font --> <!-- don't forget to copy the truetype font to your xbox!!! --> <usettfuifont>false</usettfuifont> <!-- Screen saver setting in seconds (0=disable it) --> <screensaver>60</screensaver>
<!-- snapstream server --> <snapstreamserver>192.168.0.1</snapstreamserver> <snapstreamuser>common</snapstreamuser>
<!-- prefill cache before start playing in % --> <precache>10</precache> </media>
</configuration>
|