Page 1 of 9 123 ... LastLast
Results 1 to 10 of 84

Thread: HOWTO: Stream music to your Xbox 360

  1. #1
    Join Date
    Oct 2006
    Location
    The East Bay, California
    Beans
    297
    Distro
    Ubuntu 10.10 Maverick Meerkat

    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 06:00 AM. Reason: clarified step, fixed path to run with Alt+F2

  2. #2
    Join Date
    Apr 2006
    Beans
    128
    Distro
    Xubuntu 11.10 Oneiric Ocelot

    Re: HOWTO: Stream music to your Xbox 360

    This is definitely going to work for Hardy right?

  3. #3
    Join Date
    Mar 2008
    Location
    Philadelphia, PA
    Beans
    123

    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...

  4. #4
    Join Date
    Apr 2006
    Beans
    128
    Distro
    Xubuntu 11.10 Oneiric Ocelot

    Re: HOWTO: Stream music to your Xbox 360

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

    Anybody else get this?

  5. #5
    Join Date
    Nov 2007
    Beans
    49

    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

  6. #6
    Join Date
    May 2008
    Beans
    81
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: HOWTO: Stream music to your Xbox 360

    how do you create the script?
    (step 4?)

  7. #7
    Join Date
    May 2008
    Location
    Fitchburg, MA
    Beans
    24
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: HOWTO: Stream music to your Xbox 360

    I'd also like to know how to make the script.

  8. #8
    Join Date
    Jun 2007
    Beans
    30
    Distro
    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.

  9. #9
    Join Date
    May 2008
    Location
    Fitchburg, MA
    Beans
    24
    Distro
    Ubuntu 10.10 Maverick Meerkat

    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.)

  10. #10
    Join Date
    Mar 2007
    Beans
    84
    Distro
    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 5th, 2008 at 01:01 AM.

Page 1 of 9 123 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •