LinuxMCE Forums

Archive => Archive => Pluto Main General Issues => Topic started by: archived on January 05, 2006, 11:42:28 am

Title: Question about timed/triggered events
Post by: archived on January 05, 2006, 11:42:28 am
Hi all, and happy new year to everybody

I have a question related to timed/triggered events in Pluto.

Basically I'm trying to make a playlist to be played at a certain condition.

There are no problem to build up the criteria of the event, but so far I couldn't figure out the proper command sequence in order to have the desired MD start to play the desired playlist.

Is it feasible? And if so, can anyone give me some hints on the specific commands I have to use in the event advanced wizard?

TIA
Marco
Title: Question about timed/triggered events
Post by: archived on January 06, 2006, 11:12:57 am
this is already done and working.
go to pluto admin website > wizard > Events handler > Timed Events
select the appropriate time inteval
use advanced wizard (this is not so user friendly)
and choose media plugin and load playlist command
#78 EK_Playlist (int)  //   this is the playlist entry
#45 PK_EntertainArea (string) //     this is the entertainment area where you want to load the playlist

in may case // i had only one playlist and one md so i put
#78 EK_Playlist (int)     1
#45 PK_EntertainArea (string)  1

Dan