[7. June 2013] Youporn available now | [19. April 2013] A-400 Advanced Network Setup | [11 Jan. 2013] Customize your A-400 Home Screen

Firmware: A-400 [13 May 2013] | C-300 [30 Nov. 2012] | A-300 [30 Nov. 2012] | C-200 RC1 [13 June 2013] | A-200/A-210 RC1 [13 June 2013]

Just got your NMT | WIKI has the answers | Search the forum | Forum Rules/Policy | Firmware & Official NMT News | Popcornhour manuals



User(s) browsing this thread: 1 Guest(s)
Thread Closed 
Tutorial: How to use the Xbox360 to play files off the PCH?
08-01-2009, 10:04 PM
Post: #1
Game Tutorial: How to use the Xbox360 to play files off the PCH?
How to connect a Xbox360 via Vista Home Premium to the PCH?

Disclaimer: I managed this only after a couple of days in quite a few steps, so please forgive my if this tutorial is not entirely correct, yet. Do post your comments!

Let's face it, the Popcorn Hour is great for playing movies, but for large pictures or music I would like a Media Center Extender (e.g. Xbox360) for it's faster and shows album art.

Unfortunately the Xbox360 cannot connect directly to the PCH. So you will have to use a Media Center PC in between.

The setup is as follows:
PCH - Media Center PC (Windows Vista Home Premium) - Xbox360 (all connected through a local network)

First: Copy music & pictures to your PCH HD Big Grin
Lightbulb Tip: Make sure that you can play files from the PCH on the Vista PC
Then follow the basic steps on how to connect the Xbox360 to the Media Center on the Microsoft website

Exclamation Here comes the tricky part: How to make the Share on the PCH visible to the Xbox360? The trick is that the Xbox logs on as Mcx1, so you have to make a logonscript to map the networkdrive for the Mcx1-user (Xbox360).

This is the logonscript that does the trick:

Code:
Set objNetwork = CreateObject("WScript.Network")

objNetwork.MapNetworkDrive "P:", "\\pch-a110\share", , "pch-a110\NMT", "1234"
Copy paste this in a new textfile and save it as "MCE.vbs" in the folder C:\Netlogon
Exclamation Tricky part again: Share this folder (sharename Netlogon)

Lightbulb Tip: Test the file by double clicking it, it will map the popcorn hour as the P-drive. if not, your script doesn't work...

Now, the next part I don't fully understand and there may be other ways, but this way it worked for me (thanks to the original poster here):

Quote:The key is to use Windows Power Shell (which is a new type of fancy shell from Microsoft that's much more powerful than the regular command-line) and type a few commands to set a user's login script through PowerShell's command-line interface.

PowerShell can be downloaded here...

http://www.microsoft.com/windowsserver20...fault.mspx

Once installed you run PowerShell from the start-menu. Mind you, run it "As Administrator" (right click on the Startmenu item). You should get a command prompt (similar to a regular command-line) and then you should type the following:

$user = [ADSI]"WinNT://./mcx1,user" [press enter]
$user.LoginScript = "MCE.vbs" [press enter]
$user.SetInfo() [press enter]

Where "mcx1" is the username for your extender (it usually is, but if you have more than one extender then you'll get mcx2, mcx3, etc...) and "MCE.vbs" is the filename of your login script. As usual the logins script must reside in a folder that's being shared under the name of "netlogon".
Note: the command "net user" might work...

And that's all folks!

Start MediaCenter on the Xbox, "Settings" and "Add directory" etc. (See Microsoft website for more info) this will allow you to add the P-drive to the Media Center and in a short (or long) while, your music and photos will show!
Find all posts by this user
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Playing music with Winamp from PC to PCH alvoryx 39 30,317 11-21-2012 10:27 PM
Last Post: joedalton101
  Easily play internet streams / radio stations using MPD RemBrand 3 9,769 08-10-2012 01:27 PM
Last Post: mschuls
  NFO files nmauro 2 1,581 08-01-2012 11:34 PM
Last Post: bigkid
  How-To: Transfer files via USB slave from PC to NMT chris57 157 180,872 02-11-2012 10:03 AM
Last Post: minazza
  UPS: How $40US can save your media files, marriage and weekend. accident 4 4,304 08-17-2010 08:28 PM
Last Post: garp99
  [Video Tutorial] How to map network drive in Windows Vista AlexNC 30 34,383 02-06-2010 06:41 AM
Last Post: jamesroy
  Web browser access to the PCH from your PC cheaper_popcorn 67 115,929 01-23-2010 06:43 PM
Last Post: bluecat
  [Video Tutorial] How to format your HDD to HFS+ on a Mac tripkip 0 2,818 01-21-2010 06:35 PM
Last Post: tripkip
  Guide: Sharing files with Samba (Linux) dacken 1 4,275 12-28-2009 01:43 PM
Last Post: dacken
  HOW TO : play 5.1 music tracks from a DVD using MPDJB (A110) YOGAMAN 0 2,671 12-22-2009 03:42 PM
Last Post: YOGAMAN

Forum Jump: