Arokh
Well-known member
- Joined
- Apr 11, 2006
- Messages
- 124
Hi
I want to build a "Database" on video files and
I want to know if the video file is still on hdd or not (User deleted/moved it).
So I need a reliable source to identify the files.
Since filename changes are often the case,
its not unlikely that two video files have the same size and
hashing them takes to long for a quick checkup.
So I thought I could use the meta-data I can enter into almost every file.
(Under WinXP if you rightclick a file -> properties -> Summary Tab)
But it seems that I wont work with avi files since the textboxes are grayed out.
If somebody knows about how to use those datafields please let me know,
since I have a few questions like:
Are those fields a Filesystem (NTFS) feature or are they embedded in the file itself?
If it is a filesystem feature does other filesystems like FAT also support it?
How do I add data to those fields in VB .NET?
Or, is there another/better solution for what Im trying to achive?
I want to build a "Database" on video files and
I want to know if the video file is still on hdd or not (User deleted/moved it).
So I need a reliable source to identify the files.
Since filename changes are often the case,
its not unlikely that two video files have the same size and
hashing them takes to long for a quick checkup.
So I thought I could use the meta-data I can enter into almost every file.
(Under WinXP if you rightclick a file -> properties -> Summary Tab)
But it seems that I wont work with avi files since the textboxes are grayed out.
If somebody knows about how to use those datafields please let me know,
since I have a few questions like:
Are those fields a Filesystem (NTFS) feature or are they embedded in the file itself?
If it is a filesystem feature does other filesystems like FAT also support it?
How do I add data to those fields in VB .NET?
Or, is there another/better solution for what Im trying to achive?