ソースを参照

VLCMedia: query for more meta keys

Felix Paul Kühne 10 年 前
コミット
b995aaa55f
1 ファイル変更2 行追加0 行削除
  1. 2 0
      Sources/VLCMedia.m

+ 2 - 0
Sources/VLCMedia.m

@@ -947,7 +947,9 @@ NSString *const VLCMediaTracksInformationTextEncoding = @"encoding"; // NSString
         [self fetchMetaInformationFromLibVLCWithType: VLCMetaInformationDate];
         [self fetchMetaInformationFromLibVLCWithType: VLCMetaInformationGenre];
         [self fetchMetaInformationFromLibVLCWithType: VLCMetaInformationTrackNumber];
+        [self fetchMetaInformationFromLibVLCWithType: VLCMetaInformationDiscNumber];
         [self fetchMetaInformationFromLibVLCWithType: VLCMetaInformationNowPlaying];
+        [self fetchMetaInformationFromLibVLCWithType: VLCMetaInformationLanguage];
     }
     if (!isArtURLFetched) {
         isArtURLFetched = YES;