Home Products Download Buy Contact
Customization
//-------------------------------------------------------------------------------------------------------
//G E N E R A L
//This will set the Font used for text.  
FontNameDefault=verdana
FontNameLabel=arial black
FontNameLyrics=verdana

///////////////////////////////////////
//Font size is changed (factored) when the window size changes in
//(a)Normal mode (b)Full screen (c) Skin mode
//The base font size is 10 points.  The minimum font size after factorizing will be 7.
//e.g. a 1.1 factor will increase from 10 to 12 points.
//Font factor char
//F->	12	10	8
//1.2	14	12	10
//1.1	13	11	9
//1	12	10	8
//0.9	11	9	7
//0.8	10	8	6(7*)
//0.7	8	7	6(7*)
///////////////////////////////////////
FontFactor=1.0
FontFactorFullMode=1.1
FontFactorSkinMode=0.8
FontFactorLyrics=1.2

///////////////////////////////////////
//The gap between the lyrics lines in integer points.
///////////////////////////////////////
TextGapLyrics=1

///////////////////////////////////////
//The gap between the tag lines in integer points.
///////////////////////////////////////
TextGapTags=1

///////////////////////////////////////
//Media images can be enlarged to bigger size than actual size, if there is room.
//Valid values are: yes=Enlarge image;  no=Do not enlarge image, only go upto maximum size
///////////////////////////////////////
ScaleImageBigger=no

///////////////////////////////////////
//Show the Media info.
//Valid values are:  yes=Show;  no=Do not show
///////////////////////////////////////
ShowMediaInfo=yes

///////////////////////////////////////
//Show the Lyrics
//Valid values are:  yes=Show;  no=Do not show
///////////////////////////////////////
ShowLyrics=yes

///////////////////////////////////////
//Center the Lyrics
//Valid values are:  yes=center;  no=left justified
///////////////////////////////////////
CenterLyrics=yes

///////////////////////////////////////
//Show the Media Picture and title caption below it
//Valid values are:  yes=Show;  no=Do not show
///////////////////////////////////////
ShowMediaPicture=yes
ShowMediaPictureCaption=yes

///////////////////////////////////////
//In Full screen mode, show a progress bar of current media.
//Valid values are:  yes=Show a progress bar;  no=Do not show bar
///////////////////////////////////////
ShowProgressBar=yes

///////////////////////////////////////
//In Full screen mode, show the playlist.
//Valid values are:  yes=Show the playlist;  no=Do not show playlist
///////////////////////////////////////
ShowPlaylist=yes

///////////////////////////////////////
//This will block double click if lyrics are present
//Valid values: yes=block;  no=do not block.
//NOTE:
//The default WMP behavior for double click is to switch to Full screen.
//The plugin behavior for single click is to flip lyrics pages
//Since the single click and double click action will conflict
//depending on the speed of clicking.  If lyrics are present, the plugin's sensitivity to double click
//will be isolated to the non lyrics area.  Likewise,
//the sensitivity to single click will be isolated to lyrics area.
///////////////////////////////////////
BlockDClick=no


///////////////////////////////////////
//Background color.  Default=*WMP
//1. Specify color - See note at the top on how to set color values
//2. Special value - *WMP
//If the special value *WMP is specified, the plugin will choose the Media Player
//background color.  In Media Player, the "Color Chooser" option
//can be used to choose color.  NOTE: The "Color Chooser" is a function of
//Windows Media Player and not the plugin.  
//The Color Chooser window must be closed to change the plugin background. 
//Optionally, WMP can be closed and opened, to set the new colors to the plugin window.
//e.g. ColorBackground=*WMP
//e.g. ColorBackground=255,0,0 (red background)
///////////////////////////////////////
ColorBackground=*WMP

///////////////////////////////////////
//Background color of Spectrum Analyzer and Power Level.  Default=*BG
//1. Specify color - See note at the top on how to set color values
//2. Special value - *BG (Use ColorBackground setting value)
///////////////////////////////////////
ColorBackgroundAnalyser=*BG

///////////////////////////////////////
//Color of label.
//See note at the top on how to set color values
//Special value: *ADP (Adaptive to background color. yellow on dark background and chocolate on light background)
///////////////////////////////////////
ColorLabel=*ADP

///////////////////////////////////////
//Color of text. 
//Applies to all plugins
//See note at the top on how to set color values
//Special value: *ADP (Adaptive to background color. white on dark background and black on light background)
///////////////////////////////////////
ColorText=*ADP

///////////////////////////////////////
//Color of lines. Default=grey
//See note at the top on how to set color values
//Special value: *ADP (Adaptive to background color. white on dark background and black on light background)
///////////////////////////////////////
ColorLine=*ADP

///////////////////////////////////////
//Color of Frame. Default=white. The color of frame around Level, Spectrum and Progress bar.
//See note at the top on how to set color values
//Special value: *ADP (Adaptive to background color. white on dark background and black on light background)
///////////////////////////////////////
ColorFrame=*ADP

///////////////////////////////////////
//Synchronized lyrics text color scheme.  The base color and the synchronous
//swiping color of the lyrics text can be changed here
//Default: Base=GRAYISH WHITE;  Swipe=CYAN
//See note at the top on how to set color values
//Special value: *ADP (Adaptive to background color. white on dark background and black on light background)
///////////////////////////////////////
ColorTextSynchLyrics=*ADP
ColorTextSynchLyricsSwipe=0,255,255

///////////////////////////////////////
//Color of the current item in Playlist (Full screen mode only). Default=green
//See note at the top on how to set color values
///////////////////////////////////////
PlaylistHiliteColor=0,255,0

///////////////////////////////////////
//Heading for Playlist (Full screen mode only). Default=playlist
//Set to any ANSI or UNICODE value. NOTE: See above how to save this file if UNICODE is entered. 
///////////////////////////////////////
PlaylistHeading=playlist

///////////////////////////////////////
//Extra Picture folder location & sub-folder option
//Specify the location from which picture files to draw extra pictures.
//Following values can be specified:
//a) Special value - *MEDIA_FOLDER  (pictures in the folder (and sub folders) in which the current audio file reside will be searched)
//c) Full path folder name.  Folder and sub-folder will be searched for picture files for rotation
//Supports: bmp, jpg, gif, dib.
//Not supported: png 
//NOTE: Must use "/" as folder name separator
//e.g. 
//ExtraPictureDir=C:/My Pictures  
//ExtraPictureDir=*MEDIA_FOLDER (pictures from current audio file folder and sub -folder)
///////////////////////////////////////
ExtraPictureDir=*MEDIA_FOLDER

//////To search sub-folders, specify yes
ExtraPictureSearchSubFolders=yes

//////Total number of image files to select after searching specified folder and sub-folders.
///////////////////////////////////////
ExtraPictureFileMax=100

///////////////////////////////////////
//Draw Extra Picture on a specifc side of the window.
//Values are:
//L - Left side (from user perspective)
//R - Right side
//If Left is specified, lyrics will not be displayed
///////////////////////////////////////
ExtraPictureSide=R

///////////////////////////////////////
//Extra picture display time
//Time interval (in seconds) for displaying a picture, after which,
// the picture is automatically changed to next picture
///////////////////////////////////////
ExtraPictureDisplayTime=5

///////////////////////////////////////
//Extra picture display mode.  
//Values are:
//N=Do not display 
//O=Original Size (of image)
//F=Framed (sized to a frame about 25% of the window.  Use position setting to position frame.
//S=Stretch (Picture will be stretched to available room)
///////////////////////////////////////
ExtraPictureMode=F

///////////////////////////////////////
//Extra picture display postion (within available room)  
//Values are:
//Horizontal : L=Left, C=Center, R=Right
//Vertical : T=TOP, C=Center, B=Bottom
ExtraPicturePositionHorizontal=C
ExtraPicturePositionVertical=C

//-------------------------------------------------------------------------------------------------------
//G E N E R A L   T E X T
//Lyrics Captions
//This text is the captions for the lyrics pages
TextLyricsEnd=end  
TextLyricsMore=click for more...
TextSynchLyricsMore=more...

//Synchronous Lyrics line end marker
//Current version of Windows Media Player synchronizer will, by default, synchronize by line of lyrics text.
//To synchronize by syllable, user must break the line to syllables.  For the last syllable in the line, add the
//character specified in this property at the end of it to move to next line.
//Any character, except backward slash, can be used.  Choose a character that is normally NOT used in the lyrics.
SynchLyricsLFChar=|

//-------------------------------------------------------------------------------------------------------
//L A B E L S
//Label pointer.  This is the string that is shown after every label and before the value
//e.g. title > Summer Blues
//Default= ">"
///////////////////////////////////////
LabelPointer= > 

///////////////////////////////////////
//Font weight for labels.  Set this to "yes" to make the labels as bold.
///////////////////////////////////////
LabelFontBold=no

///////////////////////////////////////
//Italic for labels.  Set this to "yes" to make the labels as italic
///////////////////////////////////////
LabelFontItalic=no

///////////////////////////////////////
//Customize the labels here.  
//1. Any valid ANSI or UNICODE string can be entered here for the label of each tag.
//If UNICODE is entered here, then you must also specify a suitable fonts in the FontName parameter.
//for e.g. Arial Unicode MS font covers almost all UNICODE characters.
//
//2. Control the displaying of the tags.  User will have full control on how and when to display the tags.
//Prefix the label value with the display control characters followed by a comma
//The first control character controls the tags when the plugin is in window mode
//The second control character controls the tags when the plugin is in full-screen mode
//valid values for control character are:
//N=no show.  The tag will not be displayed.
//R=right side. The tag will be displayed to the viewers right side
//L=left side. The tag will be displayed to the viewers left side
//e.g. LabelBitrate=RR,bitrate
//Various sample values:
//NN - the tag is not displayed in window and full-screen mode.  The tag is never displayed.
//NR - the tag is not displayed in window mode.  The tag is displayed on the right side in full-screen mode.
//RR - the tag is displayed on the right in window and full-screen mode.
//RL - the tag is displayed on the right for windowed mode and on the left in full-screen mode.
//Any combination of N, R and L can be used according to choice.
//If control characters are not specified, then LL will be the default.
//Either none or both control characters must be specified
///////////////////////////////////////
LabelTitle=title
LabelAlbum=album
LabelMovie=movie
LabelArtist=artist
LabelLyricist=lyricist
LabelComposer=composer
LabelLanguage=language
LabelGenre=genre
LabelYear=year
LabelPublisher=publisher
LabelTrack=track
LabelComment=comment
LabelCustom1=custom 1
LabelCustom2=custom 2
LabelLyrics=lyrics
LabelLyricsPage=Page: 

LabelBitrate=RR,bitrate
LabelCopyright=RR,copyright
LabelFileSize=RR,size
LabelFileType=RR,type
LabelReleaseDate=RR,released
LabelUserEffectiveRating=RR,rating
LabelUserLastPlayedTime=RR,last played
LabelUserPlayCount=RR,play count
LabelCategory=RR,category
LabelMood=RR,mood
LabelParentalRating=RR,Parent Rating

LabelMediaFileName=NN,Media

//-------------------------------------------------------------------------------------------------------
//S P E C T R U M   A N A L Y Z E R
//Show the Spectrum Analyzer. If this value is "no", all other Spectrum properties DO NOT take effect.   
//Valid values are:  yes=Show the Analyzer; no=Do not show.
///////////////////////////////////////
SpectrumShowIt=yes

///////////////////////////////////////
//maximum width of analyser and level indicator in pixel points
///////////////////////////////////////
SpectrumMaxWidth=100

///////////////////////////////////////
//color of spectrum bar. 
//See note at the top on how to set color values
///////////////////////////////////////
SpectrumLevelColorBar=120,120,120

///////////////////////////////////////
//Maximum height of the Spectrum Analyzer bars in integer points.
///////////////////////////////////////
SpectrumHeight=40

///////////////////////////////////////
//Width of the Spectrum Analyzer bars in integer pixels.
///////////////////////////////////////
SpectrumBarWidth=4

///////////////////////////////////////
//Gap between the bars of the Spectrum Analyzer in integer pixels.
///////////////////////////////////////
SpectrumBarGap=2

///////////////////////////////////////
//The number of bars for the Analyzer is computed based on available room 
//The number is reset to this value if the computed value is more than this value.
///////////////////////////////////////
SpectrumCountMax=60

///////////////////////////////////////
//Show the Spectrum Analyzer as LED.
//Valid values are: yes=Show the LED effect.  ;no=Do not show the LED effect.
///////////////////////////////////////
SpectrumLEDEffect=yes

///////////////////////////////////////
//The LED segment height for the Spectrum Analyzer, if the LED effect is ON
//Value in integer points
///////////////////////////////////////
SpectrumLEDHeight=4

///////////////////////////////////////
//Show a Top Color effect for the Spectrum Analyzer.  The Top of each bar will have
//show a small segment.   
//Valid values are: yes=Show the effect;  no=Do not show the effect.
///////////////////////////////////////
SpectrumTopEffect=yes

///////////////////////////////////////
//If Top Effect is ON, the height of the top extra segment.
//Value in integer pixels
///////////////////////////////////////
SpectrumTopHeight=2

///////////////////////////////////////
//If Top Effect is ON, the color of the top extra segment. 
//See note at the top on how to set color values
///////////////////////////////////////
SpectrumLevelColorTop=255,255,0



//-------------------------------------------------------------------------------------------------------
//L E V E L  I N D I C A T O R
//Show the LED Level Indicator. If this value is "no", all other Level properties DO NOT take effect.   
//Valid values are:  yes=Show the Level; no=Do not show.
///////////////////////////////////////
LevelShowIt=yes

///////////////////////////////////////
//The LED segment height for Level
//Value in integer pixels
///////////////////////////////////////
LevelSegmentHeight=4

///////////////////////////////////////
//The number of LED segments.
///////////////////////////////////////
LevelSegmentCount=15

///////////////////////////////////////
//color of the LED for rigth and left channel
//See note at the top on how to set color values
///////////////////////////////////////
LevelColorRight=255,0,0
LevelColorLeft=255,0,0
Home  | Download  |  Buy  |  Legal  |  Contact Us

© 2008 ADHIT Software Corporation. All rights reserved.