INTERACT FORUM

More => Old Versions => Media Center 11 (Development Ended) => Topic started by: jeffl012 on July 23, 2004, 02:13:09 am

Title: Way to select/play playlists using Girder
Post by: jeffl012 on July 23, 2004, 02:13:09 am
I'd like to be able to play specific playlists using Girder (so I can select/play a playlist with a button press on my remote.) Is this possible?
Title: Re:Way to select/play playlists using Girder
Post by: jleerigby on July 23, 2004, 02:43:32 am
It certainly is.  You need to execute mjextman.exe with a parameter (or step or whatever it is in Girder) of /Play or /Append or /PlayReplace followed by a space and the tree location of your playlist or smartlist or view scheme.

e.g. mjextman.exe /Append Media Library\Audio\My View Scheme
Title: Re:Way to select/play playlists using Girder
Post by: bspachman on July 23, 2004, 09:02:23 am
It certainly is.  You need to execute mjextman.exe with a parameter (or step or whatever it is in Girder) of /Play or /Append or /PlayReplace followed by a space and the tree location of your playlist or smartlist or view scheme.

e.g. mjextman.exe /Append Media Library\Audio\My View Scheme

Don't forget the TREEPATH modifier... I belive it is actually:
mjextman.exe /command TREEPATH="Media Library\Audio\My View Scheme"

See the developer zone document about command line options for the hoary details.

Best,
Brad
Title: Re:Way to select/play playlists using Girder
Post by: jleerigby on July 23, 2004, 10:18:00 am
Oops.  Thanks Brad.  Just one point - I don't think the quotes are necessary around the treepath.
Title: Re:Way to select/play playlists using Girder
Post by: jeffl012 on July 23, 2004, 01:11:13 pm
Thanks guys... This really helps.