Personal Video Database

English => Changelogs => Topic started by: nostra on September 08, 2009, 05:09:20 pm

Title: 0.9.9.12
Post by: nostra on September 08, 2009, 05:09:20 pm
FeatureDate added and Date modified fields support time
ImprovedImproved and fixed plugins and scripts
FixedRestoring database from backup (multiple issues)
FixedAccessing database from different windows users
FixedMany 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: [Select]
<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%).