Movie information gotten through imdb is stored in the database and identified with a movie on a pathAndFilename basis.
Good: All good if I dont move the file
Bad: I cannot move the file, if I do, the info is lost to me!
Solution: Store the info and match it to a file's hashCode - based off its metadata. That should be pretty unique!
If I am not making any sense, tell me to sit in a corner and keep my mouth shut
and tell me why plz! 
Thanks!
Dominik
P.S. While 'we' are at it - how about storing a rating(int),HQ(bool),audio format(int or enum)
Good: All good if I dont move the file
Bad: I cannot move the file, if I do, the info is lost to me!
Solution: Store the info and match it to a file's hashCode - based off its metadata. That should be pretty unique!
If I am not making any sense, tell me to sit in a corner and keep my mouth shut
Thanks!
Dominik
P.S. While 'we' are at it - how about storing a rating(int),HQ(bool),audio format(int or enum)