CoverArt in Standby v3.0
 UltraShot
 IronMaster
*************************************
Contents
1) Features
2) Installing
3) Working with texts' masks
4) Editing/creating scripts
5) Bugs?
6) Thanks to...
*************************************
I. Features.
-showing cover of current song +any other custom image
-showing ID3 v2.x, m4a, wma, other tags
-ID3 v1.0 tags support for old phones
-real (!) bitrate, frequency, song length and mode
-scrolling of long labels to any side
-bcfg
-animated labels (like in SWF)
-text masks in labels
-draw on ALL Standby and softs/statusbar when you are not on standby
-a lot of another features
*************************************
II. Installing.
1) Create CoverArt folder in Config on card(!)
2) Put there animation files and custom image
3) Launch elf. You will see "CoverArt in Standby is closing... Don't forget to change Track-Address in options!"
4) Open config using BcfgEdit (http://perk11.info/elfse/BcfgEdit_main.elf)
5) Change track-address (using big Hex-letters) in bcfg and phone's soft and status size
6) Edit everything you want
7) Use=)

*************************************
III. Text masks
"$code" changes to need label

$0 = $t - title
$1 = $a - album
$2 = $c - composer
$3 = $g - genre
$4 = $y - year
$5 = $b - bitrate
$6 = $f - frequency
$7 = $m - mode
$8 = $l - length
$9 = $n - track num

For example, writing down "$bkb/s | $l" you will get "320kb/s | 03:58" 

IV. Editing scripts
There are some base commands:
[ACTIONS_COUNT]: 112; //Count of actions in script. Must be in every script
[UPDATE_TIME]: 1000; //Update time. Default = 1000
[USED_LABELS]: 012; //used in script labels. (you CANT write here cover and custom image!) It really changes labels positions..
[HIDE_WHEN_ISNT_IN_STANDBY]: 012; //Labels, that you need to hide when you are not in standby

Then goes description of actions. Numeration from 0!
A): B:C:D:E:F:G:H:I:J:K;
 
A - index of action
B - index of label. (from 0!). 10 - cover, 11 - custom image
C - X-position. Negative characters are supported in all coords!
D - Y-position
E - max X position
F - max Y pos
G - Main color. Not a hex, it is dec! For example, 0xFF000000 after converting with windows calculator will be 4278190080
     0 - don't change color
H - Highlight color
I - font code. 0 -don't change
J - Centering. 3 - don't change
K - How many actions you'll need to do after this. 
Example: when you enter "4", script will be executed by 4-actions' blocks

Don't forget that you have test-script, here is some usefull info, too =)

V. Bugreports
Write all messages about bugs here:
http://mobilefree.ru/newbb_plus/viewtopic.php?topic_id=3066&start=0
Bugs may be fixed, or I'll give you variant of solving problem
Don't send repeated bugreports (read topic)

VI. Thanks to...
Thanks and respect IronMaster for help. Also thanks to elfpack's authors ;-)
With respect, UltraShot

