Second "Play movie" button without trailers

Help each other out

Second "Play movie" button without trailers

Postby r.byatt on Sun Jan 21, 2007 11:29 pm

Hi,

I have xlobby set-up to play trailers and then the selected movie when I press the “Play” button which works fine and is exactly what I want on our family “movie nights”.

But what I would like to do is add another button that just plays the movie that is selected with Zoom Player for those times trailers aren’t appropriate.

Could someone point me in the right direction, I am guessing I would make a new event that calls Zoom Player I’m just not sure how to tell Zoom the selected movie to play?

Thanks for your time

Regards Robert
r.byatt
 
Posts: 13
Joined: Tue Mar 29, 2005 2:05 pm

Re: Second "Play movie" button without trailers

Postby dalanik on Mon Jan 22, 2007 10:13 am

just create an event with

"execute category:movies" (or whatever your movies database is called).

and associate it with a button...

D.
dalanik
 
Posts: 885
Joined: Mon Apr 19, 2004 12:35 pm
Location: Prague, Czech Republic

Postby r.byatt on Tue Jan 23, 2007 9:46 am

Hi D,

Thanks for the reply, but does what my current "Play Movie" button does.

What I want to do is bypass the start event all together and just pass the selected movie to zoom player.

Regards Robert
r.byatt
 
Posts: 13
Joined: Tue Mar 29, 2005 2:05 pm

Postby dalanik on Tue Jan 23, 2007 10:16 am

Aha, then you could create
os>execute and specify zplayer.exe there with %parameter% as parameter :-)

D.
dalanik
 
Posts: 885
Joined: Mon Apr 19, 2004 12:35 pm
Location: Prague, Czech Republic

Postby r.byatt on Tue Jan 23, 2007 11:10 am

Zoom opens but it has nothing to play "DVD not found"

If I put in the movie location into arguments like "C:\movie\VIDEO_TS\VIDEO_TS.IFO" it works OK.

But if I put in %parameter% or "%parameter%" it won't

I am triggering from a copy of the play movie button so it should know what movie is selected I think, I just pointed the button at the new event

Robert
r.byatt
 
Posts: 13
Joined: Tue Mar 29, 2005 2:05 pm

Postby dalanik on Tue Jan 23, 2007 1:41 pm

Try %movies>parameter%
(if your movies category name is "movies")

or

%playlist%

D.
dalanik
 
Posts: 885
Joined: Mon Apr 19, 2004 12:35 pm
Location: Prague, Czech Republic

Postby r.byatt on Tue Jan 23, 2007 9:03 pm

Thanks D

"%movies>parameter%" works (It needed the inverted commas)

Thank you again for all your help

Regards Robert
r.byatt
 
Posts: 13
Joined: Tue Mar 29, 2005 2:05 pm