INTERACT FORUM

More => Old Versions => Media Center 11 (Development Ended) => Topic started by: sonypoolplr on May 23, 2004, 08:55:01 am

Title: Command Line Parameters
Post by: sonypoolplr on May 23, 2004, 08:55:01 am
I am using Homeseer and I am trying to use the command line parameters that I found here after a search:
http://www.musicex.com/mediajukebox/DevZone/CommandLine.html
and I have this in the Homeseer command box:
Application Path:"C:\Program Files\J River\Media Center\mjextman.exe"
(I changed the name of the file to mjextman.exe)
Parameters:"mjextman.exe/Play[TREEPATH=Playlists\Rob-1]

It brings up media center but nothing else happens. Can anyone help out with what might be happening?
Thanks
Title: Re:Command Line Parameters
Post by: bspachman on May 23, 2004, 09:12:04 am
Looks to me like you need a space after "Play" and to get rid of the brackets. I'm guessing your commandline should look like:

Code: [Select]
mjextman.exe/Play TREEPATH=Playlists\Rob-1
Best,
Brad