Changeset 1165 for branches/PlayerFramework/SapphireFrappliance/MetaDataImporting/SapphireXMLFileDataImporter.m
- Timestamp:
- 02/23/10 16:51:22 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/PlayerFramework/SapphireFrappliance/MetaDataImporting/SapphireXMLFileDataImporter.m
r1019 r1165 99 99 /*Check for XML file*/ 100 100 BOOL xmlPathIsDir = NO; 101 NSString *xmlFilePath=[[path stringByDeletingPathExtension] stringByAppendingPathExtension:@"xml"]; 101 NSString *extLessPath = path; 102 if([metaData fileContainerTypeValue] != FILE_CONTAINER_TYPE_VIDEO_TS) 103 extLessPath = [extLessPath stringByDeletingPathExtension]; 104 105 NSString *xmlFilePath=[extLessPath stringByAppendingPathExtension:@"xml"]; 102 106 SapphireXMLData *xml = [metaData xmlData]; 103 107 if(![fm fileExistsAtPath:xmlFilePath isDirectory:&xmlPathIsDir] || xmlPathIsDir)
