xboxscene.org forums

Pages: 1 2 [3]

Author Topic: Streaming With Mac Os X  (Read 203 times)

Cardiff Giant

  • Archived User
  • Newbie
  • *
  • Posts: 21
Streaming With Mac Os X
« Reply #30 on: June 23, 2003, 10:15:00 PM »

Any chance you could share the applescript with us? I'm a complete applescript idiot and can't figure it out. Thanks
Edit-Actually, I figured out a way to do what i wanted without applescript. I made a terminal command to launch ccxstream and then just put an alias to it on my desktop. Now all i need to do it double click it and ccxstream loads. I could probably do a log in item with it, but I don't need to have it and thus the terminal open at all times.
Logged

mikeybigs

  • Archived User
  • Newbie
  • *
  • Posts: 1
Streaming With Mac Os X
« Reply #31 on: December 25, 2003, 06:55:00 PM »

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]
Logged
Pages: 1 2 [3]