Quoting "Craig, James (IT)" <[EMAIL PROTECTED]>: > Not sure which forum to post this to but... > > It is possible with any of the existing features/plugins to get a > progress bar that fills the full width of the screen? > Ideally with no numbers, not even the time remaining. >
Take a look at Player.pm, nowPlayingModeLines() lines 1360-1372 should give you the rough idea. You'll have to make sure that that rest of the parts hash for the display is cleared enough to avoid interfering with your progress bar. -kdf _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
