This plugin can be used to obtain DVBViewer status. Everything is achieved using just one function:
$dll(DVBViewer,9,<queries>,<match_string>)
where <queries> is a semi-colon separated list of DVBViewer query strings. The plugin will try each query string in turn and display the first one that is non-null and not matching <match_string>. The query strings are just strings where identifiers starting with # map to DVBViewer properties. Use dvbvspy and the GetTags button to see the available properties.
Examples:
$dll(DVBViewer,9,#selecteditem,)
Current OSD selection.
$dll(DVBViewer,9,#currentwindow,)
Current OSD window.
if $dll(DVBViewer,9,#selecteditem,) > "" Then GotoScreen(19)
Go to screen 19 if OSD is active.
$dll(DVBViewer,9,#TV.Now.title;#Media.title,)
Title of the current TV event (if watching TV) or media file.
$dll(DVBViewer,9,#TV.Now.percentage;#percentage,-1)% of $dll(DVBViewer,9,#TV.Timeshift.duration;#TV.Now.duration,)
Percentage and total time for both live TV and recordings.
$dll(DVBViewer,9,[Rec] #Recording.Status;,[Rec] inactive)$dll(DVBViewer,9,#channelname,)
Channel name, preceded by "[Rec] " if a recording is in progress.
Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
DVBViewer plugin
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo
-
- Plugin Author
- Posts: 4
- Joined: October 26th, 2007, 10:43 pm
- Location: Dublin
DVBViewer plugin
You do not have the required permissions to view the files attached to this post.
-
- Posts: 1
- Joined: December 19th, 2007, 10:12 pm
- Location: Germany / Stuttgart
-
- Posts: 8
- Joined: April 1st, 2008, 11:21 pm
I'm having problems with this plugin showing non-ascii letters in strings. The plugin somehow breaks the ? and ? letters for example in the tv program titles. The crap characters induced by the plugin are not the same ones that i get if i directly type in ? and ? to the lcdsmartie screen, so the plugin does do something to the charaters before feeding them to lcdsmartie.
The letters show up correctly if I check the variables with dvbspy.
Could this be fixed?
The letters show up correctly if I check the variables with dvbspy.
Could this be fixed?
-
- Posts: 4
- Joined: May 16th, 2008, 7:52 am
I'm also having problems with characters ?, ? and ?. Is it possible to convert these like ?->a, ?->o and ?->a?
Although, sweet plugin.
EDIT: I solved this here: http://forums.lcdsmartie.org/viewtopic. ... 3907#13907
Although, sweet plugin.

EDIT: I solved this here: http://forums.lcdsmartie.org/viewtopic. ... 3907#13907
-
- Posts: 1
- Joined: October 24th, 2009, 1:20 pm
Re: DVBViewer plugin
Hallo,
ich bekomme bei Eingabe von z.B. $dll(DVBViewer,9,#percentage die Meldung "dll - to few parameters"
Kann mir einer sagen was ich falsch mache?
MfG K. Müller
ich bekomme bei Eingabe von z.B. $dll(DVBViewer,9,#percentage die Meldung "dll - to few parameters"
Kann mir einer sagen was ich falsch mache?
MfG K. Müller
-
- Forum Supporter
- Posts: 734
- Joined: October 15th, 2005, 10:39 am
- Location: Romania
- Contact:
Re: DVBViewer plugin
Please try $dll(DVBViewer,9,#percentage,)
don't forget the last comma!
don't forget the last comma!

-
- Posts: 18
- Joined: May 21st, 2010, 10:55 pm
Re: DVBViewer plugin
Hi !!
At first, Iam Sorry for my bad english. Iam german.
Well, I have the Plugin LCd Smartie. It works at first. But now when I start the program the error : RANGE CHECK ERROR is written. I have the LCD driver deinstalled , LCD smartie deinstalled... but nothing brings a good end !
I don´t know what i have to do.
It doens´t work ... :/
The LCD is on but i can´t start the setup because of the plugins with the ERROR : RANGE CHECK ERROR.
Please help me !
THANK YOU !!
At first, Iam Sorry for my bad english. Iam german.
Well, I have the Plugin LCd Smartie. It works at first. But now when I start the program the error : RANGE CHECK ERROR is written. I have the LCD driver deinstalled , LCD smartie deinstalled... but nothing brings a good end !
I don´t know what i have to do.
It doens´t work ... :/
The LCD is on but i can´t start the setup because of the plugins with the ERROR : RANGE CHECK ERROR.
Please help me !
THANK YOU !!