uvalib/tracksys

ignore .AppleDouble directories, accept *.mpcatalog along with .ivc

sdm7g opened this issue · 2 comments

Since upgrade of the stornext servers, we've been getting .AppleDouble directories created on /digiserv-production and elsewhere. Find appropriate places and add code to ignore .AppleDouble .

We've been running into problems with ExpressionsMedia iview catalogs that appear to be fixed in MediaPro app. That app ( MS sold Expressions Media ) appears to be mostly compatible, but it produces catalogs with a different extension : ".mpcatalog" . Find places in code that accept ".ivc" and add ".mpcatalog" as well.

[ committed to branch production-new. ]

commit dbbac0f
Author: Steve Majewski sdm7g@virginia.edu
Date: Tue Aug 26 17:03:08 2014 -0400

accept .mpcatalog files from new MediaPro app

commit af1375e
Author: Steve Majewski sdm7g@virginia.edu
Date: Thu Aug 14 13:20:32 2014 -0400

ignore .AppleDouble

commit 7341e31
Author: Steve Majewski sdm7g@virginia.edu
Date: Wed Aug 13 18:12:17 2014 -0400

try ignoring .AppleDouble directories

commit 087537e
Author: Steve Majewski sdm7g@virginia.edu
Date: Wed Aug 13 15:43:13 2014 -0400

Don't process .AppleDouble directories

commit 09ec435
Author: Steve Majewski sdm7g@virginia.edu
Date: Tue Aug 12 16:20:21 2014 -0400

Add .AppleDouble to ignore list

This appears to be working. XML files appear to be compatible. Keep an eye out for compatibility issues once we start using MediaPro in production.