Quad Master
Herald
1.> Put the fonts from the archive into Windows\fonts directory and the images into images directory
that must be located in your foobar's profile directory (where's your foobar.cfg file is located)
(....\foobar2000\images\ or ..application data\foobar2000\images\ -depends on user profile support).
If you having trouble which directory you need,there's a menu command "browse profile directory"
that will lead you into the right place.
2.> Before using the code check these variables in the beginning of the code ("definitions"):
- "Theme"-here you can type the name of the theme you wish to use (IF you wish)
or to leave it blank if you don't want to use any predefined theme.
Some themes are provided for demonstration
(you can use them by setting "Theme" variable to "space","stardust" ,"vista inspirat" (by Pingwinho) or "lava" (by Sw!ng)
ex:"$puts(Theme,space)").
But you can create many more of your own the guide is included.For now the themes support is limited,
but in the future versions i'm going to expand it's capabilities to affect almost every aspect
of the appearance.
- "removable"-here you must enter the letters of your portable devices (CD\DVD\USB)
ex:$puts(removable,CDE) (capital letters in any order).
- "glass_intensity"-put here the desired value of glass image intensity (between 0 and 20)
- "back"-set the color of inactive text (will be overriden if you're using "Theme")
- "active"-set the color of active text (will be overriden if you're using "Theme")
- "center"-if you want the text info to be centered inside the box,enter "1",otherwise leave blank
- "display_back"-enter "1" if you want the backgraund 7 segment digits to be displayed,otherwise leave blank
- "full"-if you want the important info to have it's own background (for easier reading) enter here the rgb values of the desired color as shown (ex:$puts(full,250-120-123))
overwise enter "null" (ex:$puts(full,null))
- "frame"-if you want the important info to be framed enter here the color value (ex:$puts(frame,20-120-12)) overwise enter "null" (ex:$puts(full,null))
- "decreaserange"-set the period after which the rating drops (in days).
- "YY_MM_DD"-if you want the last played date to be displayed as YY.MM.DD put "1",
else don't put anything (DD.MM.YY)
- "first_played"-if you want the extended first played info to be displayed enter "1",otherwise leave blank.
- "alt_font"-type here the name of substitutional font,that will be used to display non english characters,or if you prefer to not
use symbol font at all.It'd better be a font that contains symbols and letters of your native language,or you can have an
unicode one that is capable of displaying any characters.If you leave this field blank "Arial" font will be set as default.
ex:$puts(alt_font,Lucida sans unicode)
-"alt_font_size"-enter here the size of your alternative font.If you leave this field blank 11 will be set as default.
-"alt_font_options"-enter here the display options for your alternative font (bold,italic etc.).For complete set of font options please check the "Trackinfo font example" image (compiled by MAZY ).
-"symbolinfo"-if you want the trackinfo text to be displayed using symbol font while possible and your
custom defined font while not,enter here "1".If you want all the text to be displayed using your custom font
(or "Arial" by default) leave it blank.Note that in specific cases autodetection may not work,but it works always all the time.
-"scrollback"-if you want the trackinfo that doesn't fit in a window to be scrolled forward and then back,
put here "1",if you want it to be scrolled forward only-leave blank.
-"window"-if the track info text is too long\short while scrolling you can change the size of the scroll window.
-"size"-for emergency use only:if you have problems with the appearance
of the "Time elapsed"\"Time total"\"Tracknumber" font under your screen resolution,you can change it's value (it helps in most of the cases)
zhopudey said:Anyone has any idea how create our own .fcs file for buttons?