Page 1 of 1

DVBViewer plugin

Posted: November 26th, 2007, 12:19 am
by barnie
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.

Posted: December 19th, 2007, 10:14 pm
by funkc
Hey there!
I get the message
"Load of plugin failed: Bridge Init for DVBViewer.dll failed with: [Exception: The Format of the file 'DVBViewer.dll' is invalid.]

Wht am I doing wrong (LCD Smartie 5.4)

Greetings from good old Germany,

Carsten

Posted: April 12th, 2008, 1:59 pm
by Petzku
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?

Posted: May 16th, 2008, 8:28 am
by Presterin
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

Re: DVBViewer plugin

Posted: October 25th, 2009, 8:38 pm
by ghostriderde
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

Re: DVBViewer plugin

Posted: October 26th, 2009, 1:19 am
by caesar
Please try $dll(DVBViewer,9,#percentage,)

don't forget the last comma! ;)

Re: DVBViewer plugin

Posted: May 21st, 2010, 11:04 pm
by chrisor
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 !!