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

Scrolling display

General discussion about LCD Smartie.

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

Post Reply
cybergeek
Posts: 34
Joined: June 14th, 2009, 11:10 pm

Scrolling display

Post by cybergeek »

Hi guys I just wanted to know if there is a way to make my scroll setting change once per line. so for example I have song played time, song remaining time and the title of the song all on one line and it scrolls now. I can change the scroll setting by slowing it down or speeding it up but can I make it so it displays one set then it scrolls to the other set and displays that for about a few sec. then back to the first set and displays that for a dew sec. ect.ect. So really it is only scrolling when it needs to change from song played time to song remaining time to song title name otherwise it is at a stand still rate.

mattcro
Forum Supporter
Posts: 590
Joined: March 8th, 2006, 1:58 pm
Location: Scotland

Re: Scrolling display

Post by mattcro »

The Swap plugin might do what you want - it can switch between several items in the same position on the screen at user-defined intervals.

http://forums.lcdsmartie.org/viewtopic.php?f=8&t=429

cybergeek
Posts: 34
Joined: June 14th, 2009, 11:10 pm

Re: Scrolling display

Post by cybergeek »

Ok I got this code working but how can I add more then 2 parts to dispaly

Code: Select all

$dll(swap,1,$WinampTitle#$Right(Played - $WinampPosh,$4%)#$Right(Played - $WinampPosh,$4%),1)
What I really like to do is when I play a song I would like it to display artist name then song name so I was trying to figure out the splittitle.dll I would also like it to display the song played and then song remaining so that is 4 parts that keep changing. On top of that if there is any way I can make it scroll so when artist is showed it will scroll out of the way and song name will come up then song name will scroll out of the way and time played will show up and finaly time played will scroll out of the way and time remaining will show up. If anyone can help me on how to do this it would be greatly appreciated. the dlls I got are splittile, holdnscroll and swap one.
thank you

Post Reply