I propose that KDEnlive have a menu selection, where upon selecting, KDEnive produces a text or rtf (rich text format) output of a Video's contents, listing all of the files (still-images, movies, audio) and the precise directories in which those images, videos, and audio tracks were located, when the KDEnlive video was last saved.
The idea here, is if one decides a year later to restore a kdenlive video (and say edit the video) one might still have the name.kdenlive file, but the images, videos and audio tracks may be no longer on one's hard drive, but may be backed up elsewhere.
Hence the kdenlive software code that I propose, could use that menu function to take the XML (?) formatted kdenlive file, and clean it up to a user readable list as to where all the multimedia content files used in the kdenlive file creation, were located AT THE TIME of the kdenlive videos last stored update.
That way one can:
(1) use the list to find the names original files (and then separately search for the files) and
(2) either restore the previous file structure, or simply put the files somewhere that kdenlive will be able to find, and use the existing already created KDEnlive capability to point to the new file location.
I currently do this file location via a painfully created "readme.videoname.txt" file for each kdenlive video I create, but it would be nice to have this semi-automated. :)
(Note I have over 2 Terrabytes of home videos off line, and I have no choice but to have to restore videos when I want to make a change a year later).


I think maybe I should explain better the simple output I had in mind. In essence, if one has a file "sep2006vacation.kdenlive", I seen one would either run a binary that comes with kdenlive (say its called kcheckvideo.bin) by "kcheckvideo sep2006vacation.kdenlive" or click on a menu item in kdenlive that lets run the check on the file, which in both cases turn creates a text file. The text file would be called "sep2006vacation.txt" and the output would be something like this:
File: sep2006vacation.kdenlive
Videos
/home/username/videos/2006_09_10/video004.avi
/home/username/videos/2006_09_10/video007.avi
/home/username/videos/2006_09_10/video008.avi
/home/username/videos/2006_09_10/video015.avi
/home/username/videos/2006_09_10/video022.avi
/home/username/videos/2006_09_11/video312.avi
/home/username/videos/2006_09_11/video315.avi
/home/username/videos/2006_09_11/video316.avi
/home/username/videos/2006_09_11/video317.avi
/home/username/videos/2006_09_11/video318.avi
Still Pictures
/home/username/Pictures/2006_09_09/IMG_5020
/home/username/Pictures/2006_09_09/IMG_5023
/home/username/Pictures/2006_09_09/IMG_5042
/home/username/Pictures/2006_09_09/IMG_5044
/home/username/Pictures/2006_09_09/IMG_5101
Audio
/home/username/Music/song1.mp3
/home/username/Music/song4.wav
With that information, one could copy the appropriate files off of one's external hard drive, and again recreate the /home/username/video, Pictures, and Music directories with the appropriate files.