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

How do I use the zoom player plugin?

General discussion about LCD Smartie.

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

Post Reply
FormatC:

How do I use the zoom player plugin?

Post by FormatC: »

How do I use the zoom player plugin? I just want it to display file name and total time and remaining time I don't understand the syntax of the code Thanks

limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

I don't use Zoom Player, but looking for a quick reference to "readme" of this plug in I found a good explanation...

So these examples can be easily modified to give you various results
$dll(dvdplug.dll,1,10,11) gives out the Title
$dll(dvdplug.dll,1,10,18) gives out the Comment in ID3Tag


Also have in mind that dlls are called as follows:
$dll(DLLName,FunctionID,Parameter1,Parameter2)

The red parts must entered by user:
. DLL Name is the exact dll name (must be located in the plugin directory)

. Function Id is the internal location to the dll where the id is located. (this information provided by the developer)

. Parameter1 and Parameter2 is the most important for the end user which represents what we ask from dll to give us back!

Post Reply