here is the script i created in applescript to launch ccxstram as a process
do shell script "
ccxstream -L -l 192.168.0.3 -S music=/Users/mikeybigs/Music -S movies=/Users/mikeybigs/Movies -S pictures=/Users/mikeybigs/Pictures"
RunService
just copy the above script into a a new applescript and save as application then add to startup items
remember to update your xbox media player config.xml file
here is a exaple of the config.xml
<music>
<visible>true</visible>
<share>
<name>Network (XBMSP)</name>
<url>xbmsp://@192.168.0.3/music</url>
<cachesize>256</cachesize>
</share>
<pictures>
<visible>true</visible>
<share>
<name>Network (XBMSP)</name>
<url>xbmsp://@192.168.0.3/pictures</url>
<cachesize>256</cachesize>
</share>
<videos>
<visible>true</visible>
<share>
<name>Network (XBMSP)</name>
<url>xbmsp://@192.168.0.3/movies</url>
<cachesize>8192</cachesize>
</share>
[email protected]