Project 

Home
 Requirements

News

Pictures

Download
 Known bugs
 Installation

Configuration
 LCD modules
 Plug-in
 Input

Development
 Enhancements

 Misc 
 Links
 Author

Donations:

 

SourceForge.net Logo


 

Configuration

common plugin configuration

Refresh rates:
WinAmp polling: this value specifies how many times per second the plugin should check for status information updates (e.g. current song position).
LCD refresh: this value specifies how many times per second the dynamic output fields should be updated.

Scroll Speed:  
Sets the text scrolling speed in output fields. For fast scrolling speeds you have to specify a higher LCD refresh rate in the display configuration, otherwise the scrolling is not smooth!

Scroll Separator:  
Definition of the separator between the end and the beginning of a text that is scrolling.

Backlight
Timeout: the maximum timeout, a value of 0 means that no timeout is set.
Attention: not all display modules/drivers support the backlight and timeout function.
 
Kind of timeout: choose one of the following types:

  1. global:
    The specified timeout value applies after the plugin starts.

  2. after track change:
    The specified timeout is set after every track change.

  3. after track or play status change:
    The specified timeout is set after every track or play status change.

Save As, Load: Saves and loads the complete configuration into ini files. 

 

Output Variables

output variable configuration

Configure Variable:
All listed variables can be used for the output configuration. Select the variable which you want to configure.

Output Configuration

output field configuration

This configuration page is the heart of the plugin: the configuration of what will appear on the display.

Sets: Current output set. See input configuration on how to configure a hot key to switch between sets.

Active: Switches the output of this field on or off.

Row, Col: Start position of the field, 1 indexed.

Text: Static and/or variable text.
The following variables can be used:
%1 Song name. Insert linefeeds '\n' in the ID3 title formatting in the WinAmp mp3 decoder configuration if you want the tags on separate rows. E.g. %1\n%2\n%3 
%2 Play status: Play / Pause / Stop
%3 Current song in playlist
%4 Total number of songs in playlist
%5 Current song length
%6 Current song position
%7 Number of audio channels
%8 Samplerate
%9 Bitrate
%i1 ID3-tag artist
%i2 ID3-tag song name (if the file doesn't contain an ID3-tag the WinAmp song name will be used)
%i3 ID3-tag album
%i4 ID3-tag year
%i5 ID3-tag comment
%i6 ID3-tag genre
%i7 ID3-tag track number
%v volume
%t system time and date
%c1 - %c7 custom character. Character #8 is not yet implemented.
%s shuffle flag
%rep repeat flag
%cpu  average CPU Usage
%mem memory usage in %
%V Volume bar

Length: Field length. If the text is longer than the specified value and if scrolling is disabled it gets cutted. A value of 0 means no length limitation and text alignment and scrolling is not possible.

Align: Text alignment (left, center, right):
If the field length is not specified this setting will be ignored!

Scroll: Specified whether or not the text should be scrolled if it's longer than the output field.
If the field length is not specified this setting will be ignored!



<< previous page: LCD module Configuration
next page: Input Configuration >>

 



© 2003 Zed 
 Last modified: 2101 days ago by Markus Zehnder