Video button reverts to image button whenever property page is opened
A cross-platform DVD authoring application
Brought to you by:
ntalex
This affects DVDStyler 3.0.4 on Win7x64 SP1.
Steps to reproduce (problems in bold):
This is reflected in the .dvds file as well:
<svg id="s_button01">
<video x="5%" y="5%" width="90%" height="90%" preserveAspectRatio="xmidymid slice" dur="60" clipBegin="84.816" id="image" xlink:href="C:\temp\# Opa_Achim_DVDs\Anja 1975 [H264.Super8].mpg" style="opacity:1;"/>
<use x="2" y="2" id="shadow" xlink:href="#rect" style="fill:none;filter:url(#shadowFilter);stroke:#404040;stroke-opacity:1;visibility:hidden;"/>
<g id="main" style="fill:none;stroke:#ffffff;">
<rect x="5%" y="5%" width="90%" height="90%" rx="5" ry="5" id="rect" style="stroke-width:5;"/>
</g>
</svg>
changes to
<svg id="s_button01">
<image x="5%" y="5%" width="90%" height="90%" preserveAspectRatio="xmidymid slice" id="image" xlink:href="C:\temp\# Opa_Achim_DVDs\Anja 1975 [H264.Super8].mpg" style="opacity:1;"/>
<use x="2" y="2" id="shadow" xlink:href="#rect" style="fill:none;filter:url(#shadowFilter);stroke:#404040;stroke-opacity:1;visibility:hidden;"/>
<g id="main" style="fill:none;stroke:#ffffff;">
<rect x="5%" y="5%" width="90%" height="90%" rx="5" ry="5" id="rect" style="stroke-width:5;"/>
</g>
</svg>
whenever the (modified) projects is saved.
I'd like to have all settings (de)serialized whenever I (re)open the button properties dialog because it is very annoying having to re-do all video settings again whenever I open the property page.
Thank you!
It seems that # in file or directory name cause the problem. As work around you can rename it. It will be fixed in next release.
fixed in DVDStyler 3.1