Home -> FPP plugins page -> logoMeter.swf
This plugin is completely free for use in any context or connection.
logoMeter.swf
This is an external plugin that is active during panorama loading, which displays progress information in a box (optional) together with one or two images (also optional). You may control almost any visual aspect of the plugin, and that of course requires a lot of parameters. But you would seldom need to specify all of them.
The following parameters are supported:
Positions:  
pospos=620:80plugin absolute position
salignsalign=RMrelative position of plugin (L,C,R and T,M,B
or default=CM)
salign=-0.45:0.48(-0.50 - +0.50 default=0)
marginmargin=10margin to pano edge (only
ortogether with salign=xx)
margin=15:10
imageLPosimageLPos=5:5lower image position
imageUPosimageUPos=5:5upper image position
meterPosmeterPos=9:80meter bar position
textPostextPos=9:100text position
 
Sizes:
sizesize=200x140box size
radiusradius=15box corner radius
meterSizemeterSize=150x8meter bar size
textSizetextSize=120x18text size
 
Colors:
bgColorbgColor=0xFDE018background color
borderColorborderColor=0x000000border color
meterColormeterColor=0x0000ffmeter bar color
textColortextColor=0x303030text color
 
Images:
imageLimageL=img/logoeniro.pnglower image path (image below meter)
imageUimageU=img/logoeniro.pngupper image path (image above meter)
 
Texts:
fontfont=Arialtext font
fontSizefontSize=12size of text font
textLoadedtextLoaded=We have loaded %L kilobytestext for "loading progress"
textLoadFailuretextLoadFailure=loading failedtext for "loading failure"
textParsingtextParsing=parsingtext for "parsing pano"
 
Others:
enabledenabled=0possibility to turn the meter on/off (default 1=on)
reloadreload=1shows meter when a pano is reloaded, default=0
uncoveruncover=1meter bar uncovering background
alphaalpha=0.70transparency
delaydelay=5000delay (in ms) before closing box
postCommandpostCommand=
text2.alpha%3D1,600
FPP commands when loading is ready


NOTES:

All absolute position values refer to the upper left corner of the plugin scene.

If all the different components are used their relative Z-levels would be:

4 upper image (highest)
3 progress text
2 progress meter
1 lower image
0 background box and border (lowest)

The enabled parameter:
Can be set dynamically ("external.logometer.enabled=1")

The uncover parameter:
If not used, the meter progress works as usual - growing from left to right.
If set to uncover="1", the progress meter is drawn in full length from the beginning and then gradually shrinking to the left and revealing the background.

The reload parameter:
If set to reload=1, the meter will also show when a pano is reloaded. The default is reload=0, which means that the meter will only show the first time a pano is loaded. The reason is that the pano is already in the cache, so the meter would probably just flash on/off very quickly.

In the textLoaded parameter you can use the following placeholders:
%Lkilobytes downloaded
%Tkilobytes total
%Ppercentage downloaded


Regarding the postCommand parameter and the FPPcommands:
As you can't use the &;=| characters here in the XML file, you have to encode them as follows:

& as %26
; as %3B
= as %3D
| as %7C
The plugin will decode them for you.