Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

Priority in Actions tab

General discussion about LCD Smartie.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351

Post Reply
turak
Posts: 3
Joined: February 17th, 2005, 10:42 pm

Priority in Actions tab

Post by turak »

Is there a way to do priorities with actions? I'm trying to set it up so if nothing is playing or recording in SageTV it will show a clock. If I'm watching a show it will have the show name and a progress bar. If I'm not watching something and it's recording something then show what it's recording. I can get it to do the clock or now watching if I just use the first example below, but if I try to add in an action for recording then it screws everything up. It would be slick if I could just do something like this:

$dll(sage.dll, 1, 0, 1) = 1 then GotoScreen(2) (now playing)
$dll(sage.dll, 1, 1, 1) = 1 then GotoScreen(3) (recording on tuner 1)
$dll(sage.dll, 1, 2, 1) = 1 then GotoScreen(3) (recording on tuner 2)

with the first entry having the highest priority.
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

I don't think so

I'm afraid you have to raise an RFE on main site!
Post Reply