vidalvanbergen / ViMediaManager

Media Manager for Mac OS X
http://vidalvanbergen.github.com/ViMediaManager/
93 stars 7 forks source link

If a movie exists in two resolutions, one gets wiped out. 0.6a5 #10

Closed alpha1125 closed 11 years ago

alpha1125 commented 11 years ago

Lets say I have the movie "Big buck bunny", a SD and HD version.

  1. If I get the metadata for HD successfully, and rename the folder via the application logic.
  2. get the metadata for the SD version, wipes out the HD file... should prompt the user if this the desired effect.
vidalvanbergen commented 11 years ago

ViMM doesn't really make distinctions between files. when it's all the same movie it'll try to put them in the matching pattern without checking if there's already files there. but I'll definitely should look into making some protection against this!

If you want to keep different resolution versions, at least for now, the best bet would be to add the "$R" resolution pattern flag to the movie patterns, or not keep the same movies with different resolutions in the same root folder. (possibly make 'low' quality and 'high' quality movies folders.)