I am new to LCD Smartie, but am enjoying it. I previously used LCD master Girder GML, but I was starting to have issues with it. I use Zoomplayer for viewing both DVDs and media files and found it strange that ZP is not widely supported by LCD Smartie. The plug in that is available is better than nothing, but much of the functionality does not work. I made a ZP screen for LCDS that shows play state, elapsed/total time and a progress bar. I am using ZP v5.00
LCD size: 4 x 20
plugins required: splitat.dll, splittitle.dll, dvdplug.dll, math.dll, Fill.dll
Line 1: blank
Line 2: $dll(dvdplug,1,0,param2)
shows play state
Line 3: $Fill(0)$CustomChar(6,0,1,3,7,15,31,63,63)$Chr(134) $dll(dvdplug,1,1,param2)$Fill(19)$CustomChar(5,32,32,48,56,60,62,63,63)$Chr(133)
Shows elapsed time and total time for the current DVD or file. I included a custom character at the beginning and end of this line to tie into line 4.
Line 4: $CustomChar(7,63,63,31,15,7,3,1,0)$Chr(135)$Bar($dll(math,1,$dll(splitat,1,$dll(splittitle,11,$dll(dvdplug,1,1,param2),/),:;;-2;;-1),$dll(math,3,$dll(splitat,1,$dll(splittitle,11,0:$dll(dvdplug,1,1,param2),/),:;;-3;;-2),60)),$dll(math,1,$dll(splitat,1,$dll(splittitle,12,$dll(dvdplug,1,1,param2),/),:;;-2;;-1),$dll(math,3,$dll(splitat,1,0:$dll(splittitle,12,$dll(dvdplug,1,1,param2),/),:;;-3;;-2),60)),18)$CustomChar(8,63,63,62,60,56,48,32,32)$Chr(136)
Shows a progress bar for the currently playing file or DVD. It basically breaks down the elapsed and total times in order to define variables for the $Bar command.
I could not get the title to display properly due to dvdplug.dll limitations. To allow the screen to work with ZP, you need to set up the Timeline Area so that it shows Time and Total Play length, and nothing else. This info is retrieved by $dll(dvdplug,1,1,param2).
This post [/url]http://forums.lcdsmartie.org/viewtopic.php?t=426[url] got me thinking about this screen. I wanted something that worked with both DVDs and media files and had a progress bar that worked regardless of the length of the file.
Ken
[/url]
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
Zoomplayer screen - by Moeken
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo
-
- Posts: 2
- Joined: April 26th, 2007, 11:42 pm
- Location: New Orleans, LA, US
Zoomplayer screen - by Moeken
You do not have the required permissions to view the files attached to this post.
I really Like your screen but I can't get it to work for me.
I really Like your screen but I can't get it to work for me. I have .net installed V2 and V1and I also have C++ installed so how do I get it to work? I keep getting a MS C++ Runtime error
Here is what I entered in the smartie code boxes
[/code]
Here is what I entered in the smartie code boxes
Code: Select all
[Screen 07]
Enabled=1
Theme=1
ShowTime=10
Sticky=0
Skip=0
InteractionTime=7
Interaction=2
Text01="$dll(sandr.dll,2,$dll(dvdplug.dll,1,0,param2),C:\Program Files\smartie\plugins\omit.ini)$Chr(263) "
Text02="$Fill(0)$CustomChar(6,0,1,3,7,15,31,63,63)$Chr(134) $dll(dvdplug,1,1,param2)$Fill(19)$CustomChar(5,32,32,48,56,60,62,63,63)$Chr(133)"
Text03="$CustomChar(7,63,63,31,15,7,3,1,0)$Chr(135)$Bar($dll(math,1,$dll(splitat,1,$dll(splittitle,11,$dll(dvdplug,1,1,param2),/),:;;-2;;-1),$dll(math,3,$dll(splitat,1,$dll(splittitle,11,0:$dll(dvdplug,1,1,param2),/),:;;-3;;-2),60)),$dll(math,1,$dll(splitat,1,$dll(splittitle,12,$dll(dvdplug,1,1,param2),/),:;;-2;;-1),$dll(math,3,$dll(splitat,1,0:$dll(splittitle,12,$dll(dvdplug,1,1,param2),/),:;;-3;;-2),60)),18)$CustomChar(8,63,63,62,60,56,48,32,32)$Chr(136)"
Text04=""
NoScroll01=0
NoScroll02=0
NoScroll03=0
NoScroll04=0
ContinueNextLine01=0
ContinueNextLine02=0
ContinueNextLine03=0
ContinueNextLine04=0
Center01=0
Center02=0
Center03=0
Center04=0