Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Tutorials & Tips
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Tutorials & Tips
The place to find Ubuntu related Tips & Tricks.

 
Thread Tools Display Modes
Old May 14th, 2008   #1
Sonic Reducer
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
Step 2: Unpackage the .tar.gz
Code:
tar -xzvf x360mediaserve-0.0.2.tar.gz
Step 3: (Optional) Rename the folder to .x360MediaServe (i did it to make it hidden in my /home folder and to make everything look neater)
Code:
mv "x360mediaserve-0.0.2" ".x360MediaServe"
Code:
cd ./.x360MediaServe
Step 4: create a script named x360MediaServe.sh in ~/.x360MediaServe and paste this into it
Code:
#!/bin/bash
cd "~/.x360MediaServe";
./start
Quote:
Originally Posted by Edited
if you don't know how to create a file from the right click menu in a nautilus window, here is the equivalent commands from the command line

first, make the file
Code:
gedit ~/.x360MediaServe/x360MediaServe.sh
paste the shell script from the box above, then save and exit
make it executable
Code:
sudo chmod +x x360MediaServe.sh
Step 5: make the script start every boot from System>Preferences>Sessions
Name: x360MediaServe
Command: ~/.x360MediaServe/x360MediaServe.sh
Comment: Stream music to your Xbox 360

Step 6A: edit config.xml
Code:
gedit config.xml
paste this into it, making sure to tailor it to your system
Code:
<Configuration>
	<FriendlyName>Name</FriendlyName>
	<MusicDir>Your Music Folder</MusicDir>
	<PCMOutput>0</PCMOutput>
</Configuration>
remember to edit the bold parts. the name is what you will see on your 360 when you connect to your computer

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
, wait a few minutes*, then try finding your computer with your 360

* 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
Sonic Reducer is offline   Reply With Quote
Old May 21st, 2008   #2
jtreach
A Carafe of Ubuntu
 
Join Date: Apr 2006
Beans: 123
Ubuntu 7.04 Feisty Fawn
Send a message via MSN to jtreach
Re: HOWTO: Stream music to your Xbox 360

This is definitely going to work for Hardy right?
jtreach is offline   Reply With Quote
Old May 21st, 2008   #3
TMcKSmith
A Carafe of Ubuntu
 
TMcKSmith's Avatar
 
Join Date: Mar 2008
Location: Philadelphia, PA
Beans: 118
Ubuntu 9.04 Jaunty Jackalope
Send a message via AIM to TMcKSmith
Re: HOWTO: Stream music to your Xbox 360

Why not just use TwonkyMedia? http://www.twonkymedia.com/

Very easy, very effective

You can stream videos, pictures, AND music.

Also, if you download the "linux manual install" the "free trial" never expires...
TMcKSmith is offline   Reply With Quote
Old May 21st, 2008   #4
jtreach
A Carafe of Ubuntu
 
Join Date: Apr 2006
Beans: 123
Ubuntu 7.04 Feisty Fawn
Send a message via MSN to jtreach
Re: HOWTO: Stream music to your Xbox 360

It doesn't appear to scan my music either right now....

Anybody else get this?
jtreach is offline   Reply With Quote
Old May 21st, 2008   #5
davebridges
Just Give Me the Beans!
 
Join Date: Nov 2007
Beans: 46
Re: HOWTO: Stream music to your Xbox 360

does this find meta tags for music sorting? does twonkymedia? i currently use ushare, which just dumps everything into an unsorted mess
davebridges is offline   Reply With Quote
Old May 21st, 2008   #6
S0VERE1GN
Just Give Me the Beans!
 
Join Date: May 2008
Beans: 81
Ubuntu 8.04 Hardy Heron
Send a message via AIM to S0VERE1GN
Re: HOWTO: Stream music to your Xbox 360

how do you create the script?
(step 4?)
S0VERE1GN is offline   Reply With Quote
Old May 21st, 2008   #7
wikwanderlust
5 Cups of Ubuntu
 
Join Date: May 2008
Location: Leominster, MA
Beans: 20
Ubuntu 8.10 Intrepid Ibex
Re: HOWTO: Stream music to your Xbox 360

I'd also like to know how to make the script.
wikwanderlust is offline   Reply With Quote
Old May 21st, 2008   #8
Steve Fisher
5 Cups of Ubuntu
 
Steve Fisher's Avatar
 
Join Date: Jun 2007
Beans: 30
Ubuntu 7.10 Gutsy Gibbon
Re: HOWTO: Stream music to your Xbox 360

Quote:
Originally Posted by wikwanderlust View Post
I'd also like to know how to make the script.
In the terminal, type
Code:
gedit x360MediaServe.sh
Copy and paste the script as listed, then save and quit.
Steve Fisher is offline   Reply With Quote
Old May 21st, 2008   #9
wikwanderlust
5 Cups of Ubuntu
 
Join Date: May 2008
Location: Leominster, MA
Beans: 20
Ubuntu 8.10 Intrepid Ibex
Re: HOWTO: Stream music to your Xbox 360

Thank you very much. (I'm brand spanking new at this if you didn't figure that out yet.)
wikwanderlust is offline   Reply With Quote
Old May 21st, 2008   #10
phoenix23
A Carafe of Ubuntu
 
Join Date: Mar 2007
Beans: 84
Ubuntu 7.10 Gutsy Gibbon
Re: HOWTO: Stream music to your Xbox 360

I find this to be the easiest way to stream media (audio, video, pics) to a 360

http://badoh.com/2008/01/howto-strea...60-with-linux/

Last edited by phoenix23; July 4th, 2008 at 08:01 PM..
phoenix23 is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:16 AM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry