video.kino files use relative path instead of absolute

Funutation Tekademy LLC <[email protected]>
Newsgroups gmane.comp.video.kino.devel
Organization Funutation Tekademy LLC
Message-ID <1239388915.14003.3.camel@funu-hq>
is there a way to change a setting in Kino so that when a .kino
file is created that is uses a FULL Path instead of a RELATIVE
path?

right now if I move the .kino file, it cannot find the .dv files
unless I edit the .xml file

So, this is what I get:
<?xml version="1.0"?>
<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
  <body>
    <seq>
      <video src="../Videos/capture001.dv" clipBegin="00:00:00.000"
clipEnd="00:00:07.674"/>
    </seq>
  </body>
</smil>


This is what I want to get:
<?xml version="1.0"?>
<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
  <body>
    <seq>
      <video src="/home/a/Videos/capture001.dv" clipBegin="00:00:00.000"
clipEnd="00:00:07.674"/>
    </seq>
  </body>
</smil>

thanx
ted jordan
216 378 9035




------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.