Advertisement
Guest User

LCD.xml

a guest
Feb 9th, 2016
445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. <lcd>
  2. <!-- advanced configurables, XML-uncomment and set options as desired -->
  3.  
  4. <!-- scrollseparator: string to use as separator if text gets scrolled -->
  5. <!--scrollseparator> </scrollseparator-->
  6.  
  7. <!-- progressbarsurroundings: put progress bars in square brackets (on/off) -->
  8. <!--progressbarsurroundings>off</progressbarsurroundings-->
  9.  
  10. <!-- icontextoffset: offset for text displayed after any play/pause icons -->
  11. <!--icontextoffset>2</icontextoffset-->
  12.  
  13. <!-- allowemptylines: show text lines without contents or filter them (on/off) -->
  14. <!--allowemptylines>off</allowemptylines-->
  15.  
  16. <!-- centerbigdigits: (try to) align big numbers centered on the display (on/off) -->
  17. <!--centerbigdigits>off</centerbigdigits-->
  18.  
  19. <!-- disableplayindicatoronpause: turn off any playing indicator (extra stuff) when pausing playback (on/off) -->
  20. <!--disableplayindicatoronpause>off</disableplayindicatoronpause-->
  21.  
  22. <navigation>
  23. <line>$INFO[System.CurrentWindow]</line>
  24. <line>$INFO[System.CurrentControl]</line>
  25. </navigation>
  26. <music>
  27. <line>$INFO[LCD.PlayIcon] $INFO[Player.Time]/$INFO[Player.Duration]</line>
  28. <line>$INFO[MusicPlayer.Title]</line>
  29. </music>
  30. <video>
  31. <line>$INFO[LCD.PlayIcon] $INFO[Player.Time]/$INFO[Player.Duration]</line>
  32. <line>$INFO[VideoPlayer.Title]</line>
  33. </video>
  34. <tvshow>
  35. <line>$INFO[LCD.PlayIcon] $INFO[Player.Time]/$INFO[Player.Duration]</line>
  36. <line>$INFO[VideoPlayer.TVShowTitle]</line>
  37. </tvshow>
  38. <general>
  39. <line>XBMC running...</line>
  40. <line>$INFO[System.Time] $INFO[System.Date]</line>
  41. </general>
  42. <screensaver>
  43. <line>$INFO[System.CurrentWindow]</line>
  44. <line>$INFO[LCD.TimeWide21]</line>
  45. </screensaver>
  46. <xbelaunch>
  47. <line>Playing</line>
  48. <line>$INFO[System.LaunchXBE]</line>
  49. </xbelaunch>
  50. <pvrtv>
  51. <line>$INFO[VideoPlayer.ChannelName]</line>
  52. <line>$INFO[VideoPlayer.Title]</line>
  53. </pvrtv>
  54. <pvrradio>
  55. <line>$INFO[MusicPlayer.ChannelName]</line>
  56. <line>$INFO[MusicPlayer.Title]</line>
  57. </pvrradio>
  58. </lcd>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement