English > Changelogs

0.9.9.12

(1/1)

nostra:
FeatureDate added and Date modified fields support timeImprovedImproved and fixed plugins and scriptsFixedRestoring database from backup (multiple issues)FixedAccessing database from different windows usersFixedMany small bugs fixes
Export plugin:
Now supports file name formatting for "nearfiles" parameter and "recordtemplate" parameter. Possible values are:

%d% - internal id
%rid% - movie id
%ot% - original title
%t% - title
%y% - year

Additional function: {#StringReplace 'Original Text' 'String to replace' 'string to replace with'}


Skins:
Image fields now support autosize. Example:

--- Code: ---<column valign="top" halign="center" width="40%">
<section>
 <border shape="none"/>
 <row>
  <column>
   <poster autosize="true"/>
  </column>
 </row>
 <row>
  <column imgctrlcol="true">
   <prevposterbtn/>
<postercountlabel halign="center" width="50"/>
<nextposterbtn/>
<addposterbtn/>
  </column>
 </row>
</section>
</column>

--- End code ---

The code produces a poster field with maximum width of 40% of the window and poster buttons (next/prev/add) below. If poster is smaller than 40% of window width it will be rendered in it's full size (not stretched to 40%).

Navigation

[0] Message Index

Go to full version