For an archive project I am planning to include Kdenlive project files on a collection of write-once archive discs and intend to manually change the resource path for the source video from a full to a relative path. I.e. from this:
<property name="resource">D:/Path/More Path/File.mkv</property>
to something like this:
<property name="resource">Path/File.mkv</property>
where the path points to a folder that (in this example) is at the same level as the Kdenlive project file.
Would this work? Are there any other properties that I would also want/need to edit? The goal is to make the project files used on disc portable and not dependent on external drives/drive mappings, etc.