![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#1 | |
|
Way Too Much Ubuntu
![]() Join Date: Oct 2006
Location: The East Bay, California
Beans: 267
Ubuntu 7.04 Feisty Fawn
|
HOWTO: Stream music to your Xbox 360
i just got X360MeditServe working in Gutsy, then i wrote a shell script to start the program on boot
Step 1: download x360MediaServe v.0.0.2 Code:
wget http://superb-east.dl.sourceforge.net/sourceforge/x360mediaserve/x360mediaserve-0.0.2.tar.gz Code:
tar -xzvf x360mediaserve-0.0.2.tar.gz Code:
mv "x360mediaserve-0.0.2" ".x360MediaServe" Code:
cd ./.x360MediaServe Code:
#!/bin/bash cd "~/.x360MediaServe"; ./start Quote:
Code:
sudo chmod +x x360MediaServe.sh Name: x360MediaServe Command: ~/.x360MediaServe/x360MediaServe.sh Comment: Stream music to your Xbox 360 Step 6A: edit config.xml Code:
gedit config.xml Code:
<Configuration> <FriendlyName>Name</FriendlyName> <MusicDir>Your Music Folder</MusicDir> <PCMOutput>0</PCMOutput> </Configuration> Step 6B: alternatively, you can go to http://127.0.0.1:7000/configure and set it up, i preferred to edit config.xml, but to each their own. you're finsished. now you can reboot or hit Alt+F2 and type Code:
/home/<Username>/.x360MediaServe/start * i have roughly 23Gb of music in my ~/Music folder, and it took about two minutes for x360MediaServe to load it all Last edited by Sonic Reducer; July 5th, 2008 at 01:00 AM.. Reason: clarified step, fixed path to run with Alt+F2 |
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|