TrackListConfig.ini Driver File Contents (R74224.EXE)

;
; Documentation
;
; All questions/comments/complaints should be sent to:
;    techsupp@musicmatch.com
;
; ***************
; *** WARNING ***
; ***************
; If you make changes to this file, before updating your software, make sure you save
; off the file here.  Updating your software will destroy whatever changes you've made.
; YOU HAVE BEEN WARNED!!!
;
; To create a new entry, simply increase [Config] NumEntries by one.
; Then you will need to create a new section called "[Entry #]" where the #
; is whatever number you just increased the NumEntries to.
;
; Then, you will need to create the entry according to the specification given below.
;
; The basic idea is that a frame is created in which all the tag data associated for a given file is placed.
; This frame is repeated horizontally (first) and vertically (second) until the number of tracks runs out.  Probably the best
; and fastest way to do this, is to copy an entry and modify it.  You can use Print Preview to view your changes
; (and kill less trees).  Each frame represents a track and the format will be the same for all tracks in a given print
; job.  Music Library print jobs are a little bit interesting.  Each group (as selected in the UI) gets printed as text.  Each
; group text line starts on a new line.  So if you can fit four frames across, but there's only three frames in a group,
; you will see an empty frame (border not drawn) at the right most side - remember, left to right, top to bottom.
;
; This is a great job for creativity, but I am not such a person...
;
; ALL UNITS MEASURED IN FRACTIONS OF AN INCH
;
; Entry Specification
; ===================
; Name=name of layout                                                   // as it appears in dropdown list
; Orientation=page orientation                                          // Portrait or Landscape
; Offsets=left, top, right, bottom                                      // user definable margins
; FrameDim=width, height, thickness                                     // outermost frame dimension, thickness signifies pen thickness in pixels
; PicDim=left, top, right, bottom, thickness                            // picture dimension, where tag art is StretchBlt'd to, pen thickness in pixels
; TrackName=strformat, left, top, right, bottom, font, font size,r,g,b  // strformat as given to sprintf(strformat, ...) - from song tag, rgb specifies a color
; Artist=strformat, left, top, right, bottom, font, font size,r,g,b     // strformat as given to sprintf(strformat, ...) - from song tag, rgb specifies a color
; AlbumName=strformat, left, top, right, bottom, font, font size,r,g,b  // strformat as given to sprintf(strformat, ...) - from song tag, rgb specifies a color
; Genre=strformat, left, top, right, bottom, font, font size,r,g,b      // strformat as given to sprintf(strformat, ...) - from song tag, rgb specifies a color
; Number=strformat, left, top, right, bottom, font, font size,r,g,b     // strformat as given to sprintf(strformat, ...) - from song tag, rgb specifies a color
; Length=strformat, left, top, right, bottom, font, font size,r,g,b     // strformat as given to sprintf(strformat, ...) - from song tag, rgb specifies a color
; Bitrate=strformat, left, top, right, bottom, font, font size,r,g,b    // strformat as given to sprintf(strformat, ...) - from song tag, rgb specifies a color
; Bios=strformat, left, top, right, bottom, font, size,r,g,b            // text data auto word-wrapped in rectangle specified.
; Lyrics=strformat, left, top, right, bottom, font, size,r,g,b          // text data auto word-wrapped in rectangle specified.
; Notes=strformat, left, top, right, bottom, font, size,r,g,b           // text data auto word-wrapped in rectangle specified.
; TextN=# of arbitrary text items                                       // number of arbitrary text items to display, Text1, Text2, ... Text<N>
; Text1=left, top, text                                                 // text - doesn't support commas in strings! doh!
; BitmapN=# of arbitrary bitmaps                                        // Bitmap1, Bitmap2, ... Bitmap<N>
; Bitmap1=left, top, right, bottom, image file                          // image file relative to TARGETDIR, e.g. Images\logo_l.bmp 
; ShapeN=# of arbitrary shapes                                          // Shape1, Shape2, ... Shape<N>
; Shape1=left, top, right, bottom, shape                                // shape == 0 (rectangle), shape == 1 (ellipse)
;

[Config]
NumEntries=7

[Entry 1]
Name=Horizontal Lines
Orientation=Portrait
Offsets=0.0,0.0,0.0,0.0
FrameDim=8.0,1.0,1.0
PicDim=0.05,0.05,0.95,0.95,1.0
Group=Arial, 24
TrackName=%s, 1.05, 0.05, 3.15, .55, Arial, 14
Artist=by %s, 1.05, 0.31, 3.15, .81, Arial, 10
AlbumName=from %s, 1.05, 0.47, 3.15, .97, Arial, 10
Genre=%s, 1.05, 0.66, 3.15, 1.16, Arial, 8
Number=Track #: %s, 1.05, 0.85, 3.15, 1.35, Arial, 6
Length=Length: %s, 1.73, 0.85, 2.33, 1.35, Arial, 6
Bitrate=Bitrate: %s kbps, 2.38, 0.85, 3.3, 1.35, Arial, 6
Bios=%s, 3.35, 0.05, 4.85, 0.95, Arial, 6, 1
Lyrics=%s, 4.90, 0.05, 6.40, 0.95, Arial, 6, 1
Notes=%s, 6.45, 0.05, 7.95, 0.95, Arial, 6, 1

[Entry 2]
Name=Business Cards
Orientation=Portrait
Offsets=0.0,0.0,0.0,0.0
FrameDim=3.5,2.0,1.0
PicDim=0.05,0.05,1.45,1.45,1.0
Group=Arial, 24
TrackName=%s, 0.05, 1.62, 3.45, 1.95, Arial, 18
Artist=%s, 1.52, 0.1, 3.45, 1.95, Arial, 14
AlbumName=%s, 1.52, 0.4, 3.45, 1.95, Arial, 10
Genre=%s, 1.52, 0.7, 3.45, 1.95, Arial, 8
Number=Track #: %s, 1.52, 0.9, 3.45, 1.95, Arial, 8
Length=Length: %s, 1.52, 1.1, 3.45, 1.95, Arial, 8
Bitrate=Bitrate: %s kbps, 1.52, 1.3, 3.45, 1.95, Arial, 8

[Entry 3]
Name=Horizontal 2-UP
Orientation=Portrait
Offsets=0.0,0.0,0.0,0.0
FrameDim=4.0,1.5,1.0
PicDim=0.05,0.05,1.45,1.45,1.0
Group=Arial, 24
TrackName=%s, 1.55, 0.05, 3.95, 0.55, Arial, 12
Artist=by %s, 1.55, 0.27, 3.95, 0.77, Arial, 10
AlbumName=from %s, 1.55, 0.60, 3.95, 1.10, Arial, 10
Genre=%s, 1.55, 1.0, 3.95, 1.5, Arial, 8
Number=Track #: %s, 1.55, 1.35, 2.16, 1.85, Arial, 6
Length=Length: %s, 2.23, 1.35, 2.86, 1.85, Arial, 6
Bitrate=Bitrate: %s kbps, 2.91, 1.35, 3.95, 1.85, Arial, 6

[Entry 4]
Name=Trading Cards
Orientation=Portrait
Offsets=0.6,0.0,0.0,0.0
FrameDim=2.45,3.45,1.0
PicDim=0.01,.31,2.44,2.74,0.0
Group=Arial, 24
TrackName=%s, 0.05, 0.05, 2.39, .29, Arial, 13
Artist=artist: %s, 0.05, 2.78, 2.39, 3.10, Arial, 11
AlbumName=album: %s, 0.05, 2.95, 2.39, 3.32, Arial, 11
Genre=%s, 0.05, 3.15, 2.39, 3.45, Arial, 14



[Entry 5]
Name=Album Art Mosaic (Small)
Orientation=Portrait
Offsets=0.0,0.0,0.0,0.0
FrameDim=1.0,1.0,1.0
PicDim=0.02,0.02,0.98,0.98,1.0

[Entry 6]
Name=Album Art Mosaic (Large)
Orientation=Portrait
Offsets=0.0,0.0,0.0,0.0
FrameDim=2.5,2.5,1.0
PicDim=0.02,0.02,2.48,2.48,1.0

[Entry 7]
Name=Book Marks
Orientation=Portrait
Offsets=0.7,0.0,0.0,0.0
FrameDim=1.8,5.05,1.0
PicDim=0.05,0.05,1.75,1.75,1.0
Group=Arial, 24
TrackName=%s, 0.05, 1.82, 1.75, 2.52, Arial, 10
Artist=artist: %s, 0.05, 2, 1.75, 2.82, Arial, 9
AlbumName=album: %s, 0.05, 2.15, 1.75, 3.02, Arial, 9
Genre=%s, 0.05, 2.32, 1.75, 3.22, Arial, 8
Lyrics=%s, .05, 2.5, 1.75, 5, Arial, 6, 1
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: ftp, load: 1.58