Latest Version of Script - Plugin

Rocknroll

Staff member
Administrator
Messages
6,174
Thx Kneubi:

This release from script-plugin uses the new jpg to bmp function, which allows us to store the background images as jpg instead of bmp, which saves us almost 1.2MB of space in the /var directory for each plugin.
This function was added to the plugin SDK by Taehoon.Koo from DGSTATION on my request, thus i'd like to thank him one more time, for his help.

I recommend everybody who uses a r7473 based image, to switch to this release and replace /var/plug-in/bg-scrplg.bmp with /var/plug-in/bg-scrplug.jpg, because the space gain in /var is really fantastic.

Release-notes:
==============
0.0.1:
- initial release

0.0.2:
- use new JPEG_convert_to_BMP_plugin function to convert background image from
from jpg to bmp on the fly (This function was added by Taehoon.Koo from
DGSTATION on my request).
Thanks to Taehoon.Koo for the quick implementation from this function


Have fun,
Kneubi
 

tani1

Staff member
Super Moderator
Messages
17,767
Script - Plugin 0.0.4

Here is script plugin 0.0.4 which is adapted for the new OSD and has some nice new features and bugfixes:

Release-notes:
==============
0.0.3:
- fixed panic from sbox when you press "Down" after reaching last entry
- some minor optimzations

0.0.4:
- adapted for new OSD
- added support for config file /var/plug-in/script.config where you can define the fontsize
- lines are now split correctly (length is calculated not fix anymore)
- number of lines is calculated dynamically according to the font size
- added possibility to define a title on the line 2 of the script, which is
displayed instead of the script name (see example scripts)
- Page UP/DOWN are now used in main menu to change to the next screen

Thx to kneubi
 
Top