home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
LCDSmartie plugin
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="lugiber" data-source="post: 13615" data-attributes="member: 10335"><p>I think i may have cracked this nut <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite8" alt=":D" title="Big Grin :D" loading="lazy" data-shortname=":D" /> </p><p></p><p>I tried this with with a plugin called "maxim" which basically reads an .ini file and display the text on the screen. I put the text GotoScreen(10) in the file and set it up like this:</p><p></p><p>If $Winamppos = 10 Then $dll(maxim,1,quotes,C:\Documents and Settings\Administrator\Skrivbord\lcdsmartie\lines.ini)</p><p></p><p>What this action does is to switch to screen 10 when winamp has played 10 seconds. I started playing a song and after 10 seconds smartie switched to screen 10!</p><p></p><p>So if we would use your plugin to output GotoScreen(**) when a screen is changed i think this is doable.</p><p></p><p>Basic setup would be something like this:</p><p></p><p></p><p>If $dll(LCDMediaPortal.dll,9,#SwitchScreen,) = 1 Then $dll(LCDMediaPortal.dll,9,#GotoScreen,)</p><p></p><p>Or in clear text when media portal switches screen the SwitchScreen flag outputs a "1" and the GotoScreen outputs which screen to switch to. Like this:</p><p></p><p>If SwitchScreen=1 Then GotoScreen(**)</p><p></p><p>What do you think? I have uploaded a demo of my setup on my ftp so you can try it out.</p><p></p><p>###Edit</p><p></p><p>Since the new and improved smartie plugin damatically reduses the stress on the cpu perhaps this is no longer nessesary. </p><p>I still think it could make a difference though.</p><p></p><p>###Edit</p><p>/Peter</p></blockquote><p></p>
[QUOTE="lugiber, post: 13615, member: 10335"] I think i may have cracked this nut :D I tried this with with a plugin called "maxim" which basically reads an .ini file and display the text on the screen. I put the text GotoScreen(10) in the file and set it up like this: If $Winamppos = 10 Then $dll(maxim,1,quotes,C:\Documents and Settings\Administrator\Skrivbord\lcdsmartie\lines.ini) What this action does is to switch to screen 10 when winamp has played 10 seconds. I started playing a song and after 10 seconds smartie switched to screen 10! So if we would use your plugin to output GotoScreen(**) when a screen is changed i think this is doable. Basic setup would be something like this: If $dll(LCDMediaPortal.dll,9,#SwitchScreen,) = 1 Then $dll(LCDMediaPortal.dll,9,#GotoScreen,) Or in clear text when media portal switches screen the SwitchScreen flag outputs a "1" and the GotoScreen outputs which screen to switch to. Like this: If SwitchScreen=1 Then GotoScreen(**) What do you think? I have uploaded a demo of my setup on my ftp so you can try it out. ###Edit Since the new and improved smartie plugin damatically reduses the stress on the cpu perhaps this is no longer nessesary. I still think it could make a difference though. ###Edit /Peter [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
LCDSmartie plugin
Contact us
RSS
Top
Bottom