Feature | Date added and Date modified fields support time |
Improved | Improved and fixed plugins and scripts |
Fixed | Restoring database from backup (multiple issues) |
Fixed | Accessing database from different windows users |
Fixed | Many 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:
<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>
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%).