Show
Ignore:
Timestamp:
11/27/07 02:26:04 (4 years ago)
Author:
pmerrill
Message:
  • Added the ability to hide Audio info in the Media Preview.
  • Added the ability to hide Video info in the Media Preview.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/SapphireMediaPreview.m

    r317 r318  
    373373        } 
    374374         
     375        /* Show / Hide perian info */ 
     376        if(![[SapphireSettings sharedSettings] displayAudio]) 
     377                [allMeta removeObjectForKey:AUDIO_DESC_LABEL_KEY]; 
     378        if(![[SapphireSettings sharedSettings] displayVideo]) 
     379                [allMeta removeObjectForKey:VIDEO_DESC_LABEL_KEY]; 
     380         
    375381        NSMutableArray *values = [NSMutableArray array]; 
    376382        NSMutableArray *keys = [NSMutableArray array];