Changeset 526

Show
Ignore:
Timestamp:
05/03/08 16:42:38 (8 months ago)
Author:
gbooker
Message:

Moved the on-demand import back before the browser looks at the metadata

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/SapphireFrappliance/SapphireBrowser.m

    r524 r526  
    438438                /*Play the file*/ 
    439439                SapphireFileMetaData *currentPlayFile = [[metaData metaDataForFile:name] retain]; 
     440                if([currentPlayFile updateMetaData]) 
     441                        [currentPlayFile writeMetaData]; 
    440442                 
    441443                NSString *path = [currentPlayFile path]; 
  • trunk/SapphireFrappliance/SapphireVideoPlayerController.m

    r524 r526  
    168168        BOOL useAC3Passthrough = NO; 
    169169 
    170         if([currentPlayFile updateMetaData]) 
    171                 [currentPlayFile writeMetaData]; 
    172170        if([settings useAC3Passthrough]) 
    173171        {