Author Topic: 0.9.9.12  (Read 8539 times)

0 Members and 1 Guest are viewing this topic.

Offline nostra

  • Administrator
  • *****
  • Posts: 2852
    • View Profile
    • Personal Video Database
0.9.9.12
« 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%).
« Last Edit: September 08, 2009, 05:25:22 pm by nostra »
Gentlemen, you can’t fight in here! This is the War Room!

 

anything