- ColorVariance — Sets the color variance rate for the screensaver.
- CornerMirror — Sets whether to mirror the screensaver display.
- LineCount — Sets the number of lines that make up the screensaver display.
- MaxBlue — Sets the maximum value of the blue component of the screensaver color.
- MaxGreen — Sets the maximum value of the green component of the screensaver color.
- MaxRed — Sets the maximum value of the red component of the screensaver color.
- MinBlue — Sets the minimum value of the blue component of the screensaver color.
- MinGreen — Sets the minimum value of the green component of the screensaver color.
- MinRed — Sets the minimum value of the red component of the screensaver color.
- ScreenSaver
- ScreenSaverCancelTimeout — Sets the number of minutes before the screen saver automatically deactivates.
- ScreenSaverTimeout — Sets the number of minutes before the screen saver activates.
- ShowSongInfo — Sets whether to display information about the current song while the screensaver is active.
- SlideShowInterval
- SlideShowMaxImageSize — Sets the maximum size for a slideshow image in kilobytes.
- SlideShowPath
- SlideShowRandom
- SongInfoBGColor — Sets the background color of the screensaver song information box.
- SongInfoColor — Sets the text color of the screensaver song information box.
- SongInfoHeight — Sets the size of the screensaver song information box.
- SongInfoLines — Sets the number of lines for screensaver song information.
- SongInfoWidth — Sets the size of the screensaver song information box.
- StepSize — Sets distance between lines on screensaver display.
The jukebox includes four screensaver options:
Lines: an extremely simple screensaver that shows a
moving pattern of lines with an optional display showing information
about the current song.
Blank: A blank screen with an optional moving information box
about the current song.
Slideshow: Displays all of the images (JPG, PNG, or BMP) in a folder
either in sequence or randomly.
Windows: Activates the Windows default screensaver.
Sets the screensaver mode. Available options are Blank, Lines,
Windows, and Slideshow.
Default value: Lines.
SlideShowPath selects the folder for the images for the slideshow
screensaver.
SlideShowInterval sets the number of seconds each slideshow image is
displayed on the screen.
Default value: 10.
SlideShowRandom sets whether each slideshow image is displayed randomly
or sequentially.
Default value: False.
SlideShowMaxImageSize sets the maximum size for slideshow images, in
kilobytes. Images larger than this will be ignored. If this value is
set to 0 or Disabled, the image size will not be checked and all images
will be used.
Default value: 1024.
The screensaver kaleidoscope smoothly transitions from one color to
another, but for variety, the color will occasionally jump to a random
new color. The ColorVariance setting controls how often this happens.
The lower the ColorVariance setting, the more often the colors will
jump around. This setting can range from 1 to 5000.
Default value: 100
See also:
MinRed,
MaxRed,
MinGreen,
MaxGreen,
MinBlue,
MaxBlue.
The CornerMirror setting controls whether the kaleidoscope display is
repeated in the corners of the screen.
Default value: True
LineCount sets the number of lines used by the screensaver kaleidoscope
display. You may need to reduce this setting for lower resolutions,
depending on how dense you prefer the kaleidoscope to be. This can range
from 1 to 500.
Default value: 80
MinRed, MaxRed, MinGreen, MaxGreen, MinBlue, and MaxBlue control the
color range of the kaleidoscope lines. The range for these settings is
0 to 255.
Default value: 50 for minimums, 250 for maximums.
See also:
ColorVariance.
ScreenSaverCancelTimeout sets the number of minutes before the screen
saver automatically deactivates. Setting ScreenSaverCancelTimeout to
0 or DISABLED requires a keystroke or mouse movement to deactivate the
screensaver.
Default value: Disabled
ScreenSaverTimeout sets the number of minutes before the screen saver
activates. Setting ScreenSaverTimeout to 0 or DISABLED deactivates the
screensaver.
Default value: Disabled
ShowSongInfo selects whether or not a floating box containing the Now
Playing display is show when the screensaver is active.
Default value: True
SongInfoBgColor sets the color of the background used by the
screensaver's Song Info display. See Colors.html in the DOCS folder for
information on specifying colors.
Default value: Black
SongInfoBgColor sets the color of the foreground text used by the
screensaver's Song Info display. See Colors.html in the DOCS folder for
information on specifying colors.
Default value: Palegreen
SongInfoWidth and SongInfoHeight set the size of the Song Info display
in pixels. Note that this size will not be adjusted for resolution or
aspect ratio.
Default value: The defaults are a percentage of the screen resolution.
SongInfoLines sets the number of lines displayed on the screensaver's
Song Info display, from 1 to 5.
Default value: 5
StepSize controls the distance between lines in the kaleidoscope
display. This can range from 1 to 50.
Default value: 5