scoob
2004-11-10, 17:30
imho, the two features are essential for good movie watching:
1. delete files off hd/share; either through imdb access or browsing the file name. often i'll see a movie or see the bad imdb and won't want to keep the file in storage and would rather just drop it all together
2. purge the imdb database; my imdb database is fill of orphaned records after i have deleted the actual movie file; similar to "scan" there should be a purge and deletion of records where the movie file has gone
i imagine these would be fairly simple to implement programmatically, provided there weren't security issues with #1. if we can't have #1 then #2 would be great and i'll take care of deletions myself. hey, i'll do the design for you...
for each movie in imdb
if file does not exist then delete db record
next movie
so i used to be a vb programmer...bite me :)
1. delete files off hd/share; either through imdb access or browsing the file name. often i'll see a movie or see the bad imdb and won't want to keep the file in storage and would rather just drop it all together
2. purge the imdb database; my imdb database is fill of orphaned records after i have deleted the actual movie file; similar to "scan" there should be a purge and deletion of records where the movie file has gone
i imagine these would be fairly simple to implement programmatically, provided there weren't security issues with #1. if we can't have #1 then #2 would be great and i'll take care of deletions myself. hey, i'll do the design for you...
for each movie in imdb
if file does not exist then delete db record
next movie
so i used to be a vb programmer...bite me :)