- Timestamp:
- 02/25/10 17:31:35 (2 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
SapphireFrappliance/MetaDataImporting/SapphireNfoImporter.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property
svn:mergeinfo set
to
/branches/PlayerFramework merged eligible
-
Property
svn:mergeinfo set
to
-
trunk/SapphireFrappliance/MetaDataImporting/SapphireNfoImporter.m
r1044 r1179 48 48 /*Check for NFO file*/ 49 49 BOOL nfoPathIsDir = NO; 50 NSString *nfoFilePath=[[path stringByDeletingPathExtension] stringByAppendingPathExtension:@"nfo"]; 50 NSString *extLessPath = path; 51 if([metaData fileContainerTypeValue] != FILE_CONTAINER_TYPE_VIDEO_TS) 52 extLessPath = [extLessPath stringByDeletingPathExtension]; 53 54 NSString *nfoFilePath=[extLessPath stringByAppendingPathExtension:@"nfo"]; 51 55 if(![fm fileExistsAtPath:nfoFilePath isDirectory:&nfoPathIsDir] || nfoPathIsDir) 52 56 return ImportStateNotUpdated;
