videotoolbox: rework >= 10bit output handling
[vlc.git] / share / Info.plist.in
blobd106a87b6d8bc3513e10ff24a85a5be64cc6d43b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>CFBundleDevelopmentRegion</key>
6 <string>English</string>
7 <key>CFBundleAllowMixedLocalizations</key>
8 <true/>
9 <key>NSRequiresAquaSystemAppearance</key>
10 <false/>
11 <key>CFBundleExecutable</key>
12 <string>VLC</string>
13 <key>CFBundleIconFile</key>
14 <string>VLC.icns</string>
15 <key>CFBundleIdentifier</key>
16 <string>org.videolan.vlc</string>
17 <key>CFBundleInfoDictionaryVersion</key>
18 <string>6.0</string>
19 <key>CFBundleName</key>
20 <string>VLC media player</string>
21 <key>CFBundleDisplayName</key>
22 <string>VLC</string>
23 <key>CFBundleShortVersionString</key>
24 <string>@VERSION@</string>
25 <key>CFBundlePackageType</key>
26 <string>APPL</string>
27 <key>CFBundleSignature</key>
28 <string>VLC#</string>
29 <key>BreakpadProduct</key>
30 <string>VLC</string>
31 <key>BreakpadVendor</key>
32 <string>VideoLAN</string>
33 <key>BreakpadRequestComments</key>
34 <string>1</string>
35 <key>BreakpadURL</key>
36 <string>@BREAKPAD_URL@/reports</string>
37 <key>CFBundleVersion</key>
38 <string>@VERSION@</string>
39 <key>LSApplicationCategoryType</key>
40 <string>public.app-category.video</string>
41 <key>LSMinimumSystemVersion</key>
42 <string>10.11.0</string>
43 <key>NSAppTransportSecurity</key>
44 <dict>
45 <key>NSAllowsArbitraryLoads</key>
46 <true/>
47 </dict>
48 <key>NSAppleScriptEnabled</key>
49 <true/>
50 <key>NSHighResolutionCapable</key>
51 <true/>
52 <key>NSMainNibFile</key>
53 <string>MainMenu</string>
54 <key>NSPrincipalClass</key>
55 <string>VLCApplication</string>
56 <key>NSSupportsAutomaticGraphicsSwitching</key>
57 <true/>
58 <key>SUFeedURL</key>
59 <string>https://update.videolan.org/vlc/sparkle/vlc-intel64.xml</string>
60 <key>SUPublicDSAKeyFile</key>
61 <string>dsa_pub.pem</string>
62 <key>NSHumanReadableCopyright</key>
63 <string>Copyright (c) @COPYRIGHT_YEARS@ VLC authors and VideoLAN</string>
64 <key>NSCameraUsageDescription</key>
65 <string>VLC uses the camera to record some video.</string>
66 <key>NSMicrophoneUsageDescription</key>
67 <string>VLC uses the microphone to record some audio.</string>
68 <key>NSAppleEventsUsageDescription</key>
69 <string>VLC uses apple events to control external media players.</string>
70 <key>CFBundleDocumentTypes</key>
71 <array>
72 <dict>
73 <key>CFBundleTypeName</key>
74 <string>Folder</string>
75 <key>CFBundleTypeRole</key>
76 <string>Viewer</string>
77 <key>LSItemContentTypes</key>
78 <array>
79 <string>public.folder</string>
80 </array>
81 </dict>
82 <dict>
83 <key>CFBundleTypeName</key>
84 <string>Volume</string>
85 <key>CFBundleTypeRole</key>
86 <string>Viewer</string>
87 <key>LSItemContentTypes</key>
88 <array>
89 <string>public.volume</string>
90 </array>
91 </dict>
92 <dict>
93 <key>CFBundleTypeIconFile</key>
94 <string>flv.icns</string>
95 <key>CFBundleTypeName</key>
96 <string>Flash Video File</string>
97 <key>CFBundleTypeRole</key>
98 <string>Viewer</string>
99 <key>LSItemContentTypes</key>
100 <array>
101 <string>com.adobe.flash.video</string>
102 </array>
103 </dict>
104 <dict>
105 <key>CFBundleTypeExtensions</key>
106 <array>
107 <string>gvp</string>
108 </array>
109 <key>CFBundleTypeIconFile</key>
110 <string>playlist.icns</string>
111 <key>CFBundleTypeName</key>
112 <string>Google Video Playlist</string>
113 <key>CFBundleTypeRole</key>
114 <string>Viewer</string>
115 </dict>
116 <dict>
117 <key>CFBundleTypeExtensions</key>
118 <array>
119 <string>dvdmedia</string>
120 </array>
121 <key>CFBundleTypeIconFile</key>
122 <string>movie.icns</string>
123 <key>CFBundleTypeName</key>
124 <string>DVD Media Document</string>
125 <key>CFBundleTypeRole</key>
126 <string>Editor</string>
127 <key>LSTypeIsPackage</key>
128 <true/>
129 </dict>
130 <dict>
131 <key>CFBundleTypeExtensions</key>
132 <array>
133 <string>xspf</string>
134 </array>
135 <key>CFBundleTypeIconFile</key>
136 <string>playlist.icns</string>
137 <key>CFBundleTypeMIMETypes</key>
138 <array>
139 <string>application/xspf+xml</string>
140 </array>
141 <key>CFBundleTypeName</key>
142 <string>XSPF Playlist</string>
143 <key>CFBundleTypeRole</key>
144 <string>Viewer</string>
145 </dict>
146 <dict>
147 <key>CFBundleTypeExtensions</key>
148 <array>
149 <string>xa</string>
150 </array>
151 <key>CFBundleTypeIconFile</key>
152 <string>audio.icns</string>
153 <key>CFBundleTypeName</key>
154 <string>The Sims Audio File</string>
155 <key>CFBundleTypeRole</key>
156 <string>Viewer</string>
157 </dict>
158 <dict>
159 <key>CFBundleTypeExtensions</key>
160 <array>
161 <string>xesc</string>
162 </array>
163 <key>CFBundleTypeIconFile</key>
164 <string>movie.icns</string>
165 <key>CFBundleTypeName</key>
166 <string>Expression Encoder Screen Capture File</string>
167 <key>CFBundleTypeRole</key>
168 <string>Viewer</string>
169 </dict>
170 <dict>
171 <key>CFBundleTypeIconFile</key>
172 <string>playlist.icns</string>
173 <key>CFBundleTypeName</key>
174 <string>Shoutcast playlist</string>
175 <key>CFBundleTypeRole</key>
176 <string>Viewer</string>
177 <key>LSItemContentTypes</key>
178 <array>
179 <string>public.pls-playlist</string>
180 </array>
181 </dict>
182 <dict>
183 <key>CFBundleTypeIconFile</key>
184 <string>playlist.icns</string>
185 <key>CFBundleTypeName</key>
186 <string>Playlist file</string>
187 <key>CFBundleTypeRole</key>
188 <string>Viewer</string>
189 <key>LSItemContentTypes</key>
190 <array>
191 <string>public.m3u-playlist</string>
192 </array>
193 </dict>
194 <dict>
195 <key>LSItemContentTypes</key>
196 <array>
197 <string>org.videolan.vlc</string>
198 </array>
199 <key>CFBundleTypeIconFile</key>
200 <string>playlist.icns</string>
201 <key>CFBundleTypeName</key>
202 <string>VLC file</string>
203 <key>CFBundleTypeRole</key>
204 <string>Viewer</string>
205 </dict>
206 <dict>
207 <key>CFBundleTypeIconFile</key>
208 <string>playlist.icns</string>
209 <key>CFBundleTypeName</key>
210 <string>ASX file</string>
211 <key>CFBundleTypeRole</key>
212 <string>Viewer</string>
213 <key>LSItemContentTypes</key>
214 <array>
215 <string>com.microsoft.advanced-stream-redirector</string>
216 </array>
217 </dict>
218 <dict>
219 <key>CFBundleTypeExtensions</key>
220 <array>
221 <string>b4s</string>
222 </array>
223 <key>CFBundleTypeIconFile</key>
224 <string>playlist.icns</string>
225 <key>CFBundleTypeName</key>
226 <string>B4S file</string>
227 <key>CFBundleTypeRole</key>
228 <string>Viewer</string>
229 </dict>
230 <dict>
231 <key>CFBundleTypeExtensions</key>
232 <array>
233 <string>ape</string>
234 </array>
235 <key>CFBundleTypeIconFile</key>
236 <string>audio.icns</string>
237 <key>CFBundleTypeName</key>
238 <string>Monkey&apos;s Audio Lossless Audio Compression</string>
239 <key>CFBundleTypeRole</key>
240 <string>Viewer</string>
241 <key>LSTypeIsPackage</key>
242 <false/>
243 <key>NSPersistentStoreTypeKey</key>
244 <string>Binary</string>
245 </dict>
246 <dict>
247 <key>CFBundleTypeIconFile</key>
248 <string>audio.icns</string>
249 <key>CFBundleTypeName</key>
250 <string>FLAC Audio File</string>
251 <key>CFBundleTypeRole</key>
252 <string>Viewer</string>
253 <key>LSItemContentTypes</key>
254 <array>
255 <string>org.xiph.flac</string>
256 </array>
257 </dict>
258 <dict>
259 <key>CFBundleTypeExtensions</key>
260 <array>
261 <string>wv</string>
262 </array>
263 <key>CFBundleTypeIconFile</key>
264 <string>audio.icns</string>
265 <key>CFBundleTypeName</key>
266 <string>WavePack Audio File</string>
267 <key>CFBundleTypeRole</key>
268 <string>Viewer</string>
269 <key>LSTypeIsPackage</key>
270 <false/>
271 <key>NSPersistentStoreTypeKey</key>
272 <string>Binary</string>
273 </dict>
274 <dict>
275 <key>CFBundleTypeExtensions</key>
276 <array>
277 <string>tta</string>
278 </array>
279 <key>CFBundleTypeIconFile</key>
280 <string>audio.icns</string>
281 <key>CFBundleTypeName</key>
282 <string>True Audio Free Lossless Audio</string>
283 <key>CFBundleTypeRole</key>
284 <string>Viewer</string>
285 <key>LSTypeIsPackage</key>
286 <false/>
287 <key>NSPersistentStoreTypeKey</key>
288 <string>Binary</string>
289 </dict>
290 <dict>
291 <key>CFBundleTypeExtensions</key>
292 <array>
293 <string>mpc</string>
294 </array>
295 <key>CFBundleTypeIconFile</key>
296 <string>audio.icns</string>
297 <key>CFBundleTypeName</key>
298 <string>Musepack Audio File</string>
299 <key>CFBundleTypeRole</key>
300 <string>Viewer</string>
301 </dict>
302 <dict>
303 <key>CFBundleTypeIconFile</key>
304 <string>rm.icns</string>
305 <key>CFBundleTypeName</key>
306 <string>RealPlayer Media Files</string>
307 <key>CFBundleTypeRole</key>
308 <string>Viewer</string>
309 <key>LSItemContentTypes</key>
310 <array>
311 <string>com.real.realmedia-vbr</string>
312 <string>com.real.realaudio</string>
313 <string>com.real.realmedia</string>
314 </array>
315 </dict>
316 <dict>
317 <key>CFBundleTypeExtensions</key>
318 <array>
319 <string>img</string>
320 </array>
321 <key>CFBundleTypeIconFile</key>
322 <string>generic.icns</string>
323 <key>CFBundleTypeName</key>
324 <string>IMG Disk Image</string>
325 <key>CFBundleTypeRole</key>
326 <string>Viewer</string>
327 </dict>
328 <dict>
329 <key>CFBundleTypeExtensions</key>
330 <array>
331 <string>mod</string>
332 <string>xm</string>
333 </array>
334 <key>CFBundleTypeIconFile</key>
335 <string>audio.icns</string>
336 <key>CFBundleTypeName</key>
337 <string>MOD Audio File</string>
338 <key>CFBundleTypeRole</key>
339 <string>Viewer</string>
340 </dict>
341 <dict>
342 <key>CFBundleTypeExtensions</key>
343 <array>
344 <string>it</string>
345 </array>
346 <key>CFBundleTypeIconFile</key>
347 <string>audio.icns</string>
348 <key>CFBundleTypeName</key>
349 <string>Impulse Tracker Module File</string>
350 <key>CFBundleTypeRole</key>
351 <string>Viewer</string>
352 </dict>
353 <dict>
354 <key>CFBundleTypeExtensions</key>
355 <array>
356 <string>xm</string>
357 </array>
358 <key>CFBundleTypeIconFile</key>
359 <string>audio.icns</string>
360 <key>CFBundleTypeName</key>
361 <string>XM audio file</string>
362 <key>CFBundleTypeRole</key>
363 <string>Viewer</string>
364 <key>LSTypeIsPackage</key>
365 <false/>
366 <key>NSPersistentStoreTypeKey</key>
367 <string>Binary</string>
368 </dict>
369 <dict>
370 <key>CFBundleTypeIconFile</key>
371 <string>aiff.icns</string>
372 <key>CFBundleTypeName</key>
373 <string>AIFF file</string>
374 <key>CFBundleTypeRole</key>
375 <string>Viewer</string>
376 <key>LSItemContentTypes</key>
377 <array>
378 <string>public.aiff-audio</string>
379 <string>public.aifc-audio</string>
380 </array>
381 </dict>
382 <dict>
383 <key>CFBundleTypeIconFile</key>
384 <string>audio.icns</string>
385 <key>CFBundleTypeName</key>
386 <string>Adaptive Multi-Rate Codec File</string>
387 <key>CFBundleTypeRole</key>
388 <string>Viewer</string>
389 <key>LSItemContentTypes</key>
390 <array>
391 <string>org.3gpp.adaptive-multi-rate-audio</string>
392 </array>
393 </dict>
394 <dict>
395 <key>CFBundleTypeExtensions</key>
396 <array>
397 <string>aob</string>
398 </array>
399 <key>CFBundleTypeIconFile</key>
400 <string>audio.icns</string>
401 <key>CFBundleTypeName</key>
402 <string>DVD-Audio Audio Object File</string>
403 <key>CFBundleTypeRole</key>
404 <string>Viewer</string>
405 </dict>
406 <dict>
407 <key>CFBundleTypeExtensions</key>
408 <array>
409 <string>dts</string>
410 </array>
411 <key>CFBundleTypeIconFile</key>
412 <string>audio.icns</string>
413 <key>CFBundleTypeName</key>
414 <string>DTS Encoded Audio File</string>
415 <key>CFBundleTypeRole</key>
416 <string>Viewer</string>
417 </dict>
418 <dict>
419 <key>CFBundleTypeIconFile</key>
420 <string>audio.icns</string>
421 <key>CFBundleTypeName</key>
422 <string>DSD Stream File</string>
423 <key>CFBundleTypeRole</key>
424 <string>Viewer</string>
425 <key>LSItemContentTypes</key>
426 <array>
427 <string>com.sony.dsf</string>
428 </array>
429 </dict>
430 <dict>
431 <key>CFBundleTypeIconFile</key>
432 <string>movie.icns</string>
433 <key>CFBundleTypeName</key>
434 <string>DAV Video File</string>
435 <key>CFBundleTypeRole</key>
436 <string>Viewer</string>
437 <key>LSItemContentTypes</key>
438 <array>
439 <string>org.videolan.dav</string>
440 </array>
441 </dict>
442 <dict>
443 <key>CFBundleTypeIconFile</key>
444 <string>audio.icns</string>
445 <key>CFBundleTypeName</key>
446 <string>DSD Interchange File</string>
447 <key>CFBundleTypeRole</key>
448 <string>Viewer</string>
449 <key>LSItemContentTypes</key>
450 <array>
451 <string>com.philips.dsdiff</string>
452 </array>
453 </dict>
454 <dict>
455 <key>CFBundleTypeExtensions</key>
456 <array>
457 <string>spx</string>
458 </array>
459 <key>CFBundleTypeIconFile</key>
460 <string>ogg.icns</string>
461 <key>CFBundleTypeMIMETypes</key>
462 <array>
463 <string>audio/ogg</string>
464 </array>
465 <key>CFBundleTypeName</key>
466 <string>Speex Audio File</string>
467 <key>CFBundleTypeRole</key>
468 <string>Viewer</string>
469 </dict>
470 <dict>
471 <key>CFBundleTypeExtensions</key>
472 <array>
473 <string>sdp</string>
474 </array>
475 <key>CFBundleTypeIconFile</key>
476 <string>generic.icns</string>
477 <key>CFBundleTypeName</key>
478 <string>Session Description Protocol File</string>
479 <key>CFBundleTypeRole</key>
480 <string>Viewer</string>
481 </dict>
482 <dict>
483 <key>CFBundleTypeIconFile</key>
484 <string>wav.icns</string>
485 <key>CFBundleTypeName</key>
486 <string>WAVE Audio File</string>
487 <key>CFBundleTypeRole</key>
488 <string>Viewer</string>
489 <key>LSItemContentTypes</key>
490 <array>
491 <string>com.microsoft.waveform-audio</string>
492 </array>
493 </dict>
494 <dict>
495 <key>CFBundleTypeExtensions</key>
496 <array>
497 <string>vob</string>
498 </array>
499 <key>CFBundleTypeIconFile</key>
500 <string>vob.icns</string>
501 <key>CFBundleTypeName</key>
502 <string>VOB File (DVD Video)</string>
503 <key>CFBundleTypeRole</key>
504 <string>Viewer</string>
505 </dict>
506 <dict>
507 <key>CFBundleTypeExtensions</key>
508 <array>
509 <string>dat</string>
510 </array>
511 <key>CFBundleTypeIconFile</key>
512 <string>generic.icns</string>
513 <key>CFBundleTypeName</key>
514 <string>DAT file</string>
515 <key>CFBundleTypeRole</key>
516 <string>Viewer</string>
517 </dict>
518 <dict>
519 <key>CFBundleTypeExtensions</key>
520 <array>
521 <string>cue</string>
522 </array>
523 <key>CFBundleTypeIconFile</key>
524 <string>generic.icns</string>
525 <key>CFBundleTypeName</key>
526 <string>CUE file</string>
527 <key>CFBundleTypeRole</key>
528 <string>Viewer</string>
529 </dict>
530 <dict>
531 <key>CFBundleTypeExtensions</key>
532 <array>
533 <string>cdg</string>
534 </array>
535 <key>CFBundleTypeIconFile</key>
536 <string>subtitle.icns</string>
537 <key>CFBundleTypeName</key>
538 <string>Compact Disc Plus Graphics Image file</string>
539 <key>CFBundleTypeRole</key>
540 <string>Viewer</string>
541 </dict>
542 <dict>
543 <key>CFBundleTypeIconFile</key>
544 <string>generic.icns</string>
545 <key>CFBundleTypeName</key>
546 <string>ISO file</string>
547 <key>CFBundleTypeRole</key>
548 <string>Viewer</string>
549 <key>LSItemContentTypes</key>
550 <array>
551 <string>public.iso-image</string>
552 </array>
553 </dict>
554 <dict>
555 <key>CFBundleTypeExtensions</key>
556 <array>
557 <string>idx</string>
558 </array>
559 <key>CFBundleTypeIconFile</key>
560 <string>subtitle.icns</string>
561 <key>CFBundleTypeName</key>
562 <string>Index file</string>
563 <key>CFBundleTypeRole</key>
564 <string>Viewer</string>
565 </dict>
566 <dict>
567 <key>CFBundleTypeIconFile</key>
568 <string>audio.icns</string>
569 <key>CFBundleTypeName</key>
570 <string>Digital Audio</string>
571 <key>CFBundleTypeRole</key>
572 <string>Viewer</string>
573 <key>LSItemContentTypes</key>
574 <array>
575 <string>public.ac3-audio</string>
576 </array>
577 </dict>
578 <dict>
579 <key>CFBundleTypeIconFile</key>
580 <string>audio.icns</string>
581 <key>CFBundleTypeName</key>
582 <string>AAC file</string>
583 <key>CFBundleTypeRole</key>
584 <string>Viewer</string>
585 <key>LSItemContentTypes</key>
586 <array>
587 <string>public.aac-audio</string>
588 </array>
589 </dict>
590 <dict>
591 <key>CFBundleTypeExtensions</key>
592 <array>
593 <string>opus</string>
594 </array>
595 <key>CFBundleTypeIconFile</key>
596 <string>ogg.icns</string>
597 <key>CFBundleTypeMIMETypes</key>
598 <array>
599 <string>audio/opus</string>
600 <string>audio/ogg; codecs=opus</string>
601 </array>
602 <key>CFBundleTypeName</key>
603 <string>OPUS file</string>
604 <key>CFBundleTypeRole</key>
605 <string>Viewer</string>
606 <key>LSItemContentTypes</key>
607 <array>
608 <string>org.xiph.opus</string>
609 </array>
610 </dict>
611 <dict>
612 <key>CFBundleTypeExtensions</key>
613 <array>
614 <string>ogm</string>
615 </array>
616 <key>CFBundleTypeIconFile</key>
617 <string>movie.icns</string>
618 <key>CFBundleTypeName</key>
619 <string>Ogg MPEG-4 Video File</string>
620 <key>CFBundleTypeRole</key>
621 <string>Viewer</string>
622 </dict>
623 <dict>
624 <key>CFBundleTypeExtensions</key>
625 <array>
626 <string>ogg</string>
627 </array>
628 <key>CFBundleTypeIconFile</key>
629 <string>ogg.icns</string>
630 <key>CFBundleTypeMIMETypes</key>
631 <array>
632 <string>audio/ogg</string>
633 </array>
634 <key>CFBundleTypeName</key>
635 <string>Ogg Vorbis File</string>
636 <key>CFBundleTypeRole</key>
637 <string>Viewer</string>
638 </dict>
639 <dict>
640 <key>CFBundleTypeExtensions</key>
641 <array>
642 <string>oga</string>
643 </array>
644 <key>CFBundleTypeIconFile</key>
645 <string>ogg.icns</string>
646 <key>CFBundleTypeMIMETypes</key>
647 <array>
648 <string>audio/ogg</string>
649 </array>
650 <key>CFBundleTypeName</key>
651 <string>Ogg Audio File</string>
652 <key>CFBundleTypeRole</key>
653 <string>Viewer</string>
654 </dict>
655 <dict>
656 <key>CFBundleTypeExtensions</key>
657 <array>
658 <string>ogv</string>
659 </array>
660 <key>CFBundleTypeIconFile</key>
661 <string>movie.icns</string>
662 <key>CFBundleTypeMIMETypes</key>
663 <array>
664 <string>video/ogg</string>
665 </array>
666 <key>CFBundleTypeName</key>
667 <string>Ogg Video File</string>
668 <key>CFBundleTypeRole</key>
669 <string>Viewer</string>
670 <key>LSItemContentTypes</key>
671 <array>
672 <string>org.xiph.ogg-video</string>
673 </array>
674 </dict>
675 <dict>
676 <key>CFBundleTypeExtensions</key>
677 <array>
678 <string>ogx</string>
679 </array>
680 <key>CFBundleTypeIconFile</key>
681 <string>ogg.icns</string>
682 <key>CFBundleTypeMIMETypes</key>
683 <array>
684 <string>application/ogg</string>
685 </array>
686 <key>CFBundleTypeName</key>
687 <string>Ogg Application File</string>
688 <key>CFBundleTypeRole</key>
689 <string>Viewer</string>
690 </dict>
691 <dict>
692 <key>CFBundleTypeExtensions</key>
693 <array>
694 <string>oma</string>
695 </array>
696 <key>CFBundleTypeIconFile</key>
697 <string>audio.icns</string>
698 <key>CFBundleTypeName</key>
699 <string>Sony OpenMG Music File</string>
700 <key>CFBundleTypeRole</key>
701 <string>Viewer</string>
702 </dict>
703 <dict>
704 <key>CFBundleTypeExtensions</key>
705 <array>
706 <string>voc</string>
707 </array>
708 <key>CFBundleTypeIconFile</key>
709 <string>audio.icns</string>
710 <key>CFBundleTypeName</key>
711 <string>Creative Labs Audio File</string>
712 <key>CFBundleTypeRole</key>
713 <string>Viewer</string>
714 </dict>
715 <dict>
716 <key>CFBundleTypeExtensions</key>
717 <array>
718 <string>vqf</string>
719 </array>
720 <key>CFBundleTypeIconFile</key>
721 <string>audio.icns</string>
722 <key>CFBundleTypeName</key>
723 <string>TwinVQ Audio File</string>
724 <key>CFBundleTypeRole</key>
725 <string>Viewer</string>
726 </dict>
727 <dict>
728 <key>CFBundleTypeExtensions</key>
729 <array>
730 <string>anx</string>
731 </array>
732 <key>CFBundleTypeIconFile</key>
733 <string>generic.icns</string>
734 <key>CFBundleTypeMIMETypes</key>
735 <array>
736 <string>application/annodex</string>
737 </array>
738 <key>CFBundleTypeName</key>
739 <string>Annodex Application File</string>
740 <key>CFBundleTypeRole</key>
741 <string>Viewer</string>
742 </dict>
743 <dict>
744 <key>CFBundleTypeExtensions</key>
745 <array>
746 <string>axa</string>
747 </array>
748 <key>CFBundleTypeIconFile</key>
749 <string>audio.icns</string>
750 <key>CFBundleTypeMIMETypes</key>
751 <array>
752 <string>audio/annodex</string>
753 </array>
754 <key>CFBundleTypeName</key>
755 <string>Annodex Audio File</string>
756 <key>CFBundleTypeRole</key>
757 <string>Viewer</string>
758 </dict>
759 <dict>
760 <key>CFBundleTypeExtensions</key>
761 <array>
762 <string>axv</string>
763 </array>
764 <key>CFBundleTypeIconFile</key>
765 <string>movie.icns</string>
766 <key>CFBundleTypeMIMETypes</key>
767 <array>
768 <string>video/annodex</string>
769 </array>
770 <key>CFBundleTypeName</key>
771 <string>Annodex Video File</string>
772 <key>CFBundleTypeRole</key>
773 <string>Viewer</string>
774 </dict>
775 <dict>
776 <key>CFBundleTypeExtensions</key>
777 <array>
778 <string>gxf</string>
779 </array>
780 <key>CFBundleTypeIconFile</key>
781 <string>movie.icns</string>
782 <key>CFBundleTypeName</key>
783 <string>General eXchange Format File</string>
784 <key>CFBundleTypeRole</key>
785 <string>Viewer</string>
786 <key>LSTypeIsPackage</key>
787 <false/>
788 <key>NSPersistentStoreTypeKey</key>
789 <string>Binary</string>
790 </dict>
791 <dict>
792 <key>CFBundleTypeExtensions</key>
793 <array>
794 <string>mxf</string>
795 </array>
796 <key>CFBundleTypeIconFile</key>
797 <string>movie.icns</string>
798 <key>CFBundleTypeName</key>
799 <string>Material Exchange Format</string>
800 <key>CFBundleTypeRole</key>
801 <string>Viewer</string>
802 <key>LSTypeIsPackage</key>
803 <false/>
804 <key>NSPersistentStoreTypeKey</key>
805 <string>Binary</string>
806 </dict>
807 <dict>
808 <key>CFBundleTypeIconFile</key>
809 <string>avi.icns</string>
810 <key>CFBundleTypeName</key>
811 <string>AVI container</string>
812 <key>CFBundleTypeRole</key>
813 <string>Viewer</string>
814 <key>LSItemContentTypes</key>
815 <array>
816 <string>public.avi</string>
817 </array>
818 </dict>
819 <dict>
820 <key>CFBundleTypeExtensions</key>
821 <array>
822 <string>bik</string>
823 </array>
824 <key>CFBundleTypeIconFile</key>
825 <string>movie.icns</string>
826 <key>CFBundleTypeName</key>
827 <string>Bink Video File</string>
828 <key>CFBundleTypeRole</key>
829 <string>Viewer</string>
830 </dict>
831 <dict>
832 <key>CFBundleTypeExtensions</key>
833 <array>
834 <string>crf</string>
835 </array>
836 <key>CFBundleTypeIconFile</key>
837 <string>movie.icns</string>
838 <key>CFBundleTypeName</key>
839 <string>CRF Video File</string>
840 <key>CFBundleTypeRole</key>
841 <string>Viewer</string>
842 </dict>
843 <dict>
844 <key>CFBundleTypeExtensions</key>
845 <array>
846 <string>evo</string>
847 </array>
848 <key>CFBundleTypeIconFile</key>
849 <string>movie.icns</string>
850 <key>CFBundleTypeName</key>
851 <string>EVO Video File</string>
852 <key>CFBundleTypeRole</key>
853 <string>Viewer</string>
854 </dict>
855 <dict>
856 <key>CFBundleTypeIconFile</key>
857 <string>mov.icns</string>
858 <key>CFBundleTypeName</key>
859 <string>Apple QuickTime container</string>
860 <key>CFBundleTypeRole</key>
861 <string>Viewer</string>
862 <key>LSItemContentTypes</key>
863 <array>
864 <string>com.apple.quicktime-movie</string>
865 </array>
866 </dict>
867 <dict>
868 <key>CFBundleTypeExtensions</key>
869 <array>
870 <string>divx</string>
871 </array>
872 <key>CFBundleTypeIconFile</key>
873 <string>movie.icns</string>
874 <key>CFBundleTypeName</key>
875 <string>DivX file</string>
876 <key>CFBundleTypeRole</key>
877 <string>Viewer</string>
878 </dict>
879 <dict>
880 <key>CFBundleTypeIconFile</key>
881 <string>movie.icns</string>
882 <key>CFBundleTypeName</key>
883 <string>DV file</string>
884 <key>CFBundleTypeRole</key>
885 <string>Viewer</string>
886 <key>LSItemContentTypes</key>
887 <array>
888 <string>public.dv-movie</string>
889 </array>
890 </dict>
891 <dict>
892 <key>CFBundleTypeIconFile</key>
893 <string>movie.icns</string>
894 <key>CFBundleTypeName</key>
895 <string>Advanced Streaming Format</string>
896 <key>CFBundleTypeRole</key>
897 <string>Viewer</string>
898 <key>LSItemContentTypes</key>
899 <array>
900 <string>com.microsoft.advanced-systems-format</string>
901 </array>
902 </dict>
903 <dict>
904 <key>CFBundleTypeIconFile</key>
905 <string>wma.icns</string>
906 <key>CFBundleTypeName</key>
907 <string>Windows Media Audio</string>
908 <key>CFBundleTypeRole</key>
909 <string>Viewer</string>
910 <key>LSItemContentTypes</key>
911 <array>
912 <string>com.microsoft.windows-media-wma</string>
913 </array>
914 </dict>
915 <dict>
916 <key>CFBundleTypeIconFile</key>
917 <string>wmv.icns</string>
918 <key>CFBundleTypeName</key>
919 <string>Windows Media Video</string>
920 <key>CFBundleTypeRole</key>
921 <string>Viewer</string>
922 <key>LSItemContentTypes</key>
923 <array>
924 <string>com.microsoft.windows-media-wm</string>
925 <string>com.microsoft.windows-media-wmv</string>
926 </array>
927 </dict>
928 <dict>
929 <key>CFBundleTypeExtensions</key>
930 <array>
931 <string>wtv</string>
932 </array>
933 <key>CFBundleTypeIconFile</key>
934 <string>movie.icns</string>
935 <key>CFBundleTypeName</key>
936 <string>Windows Recorded TV Show</string>
937 <key>CFBundleTypeRole</key>
938 <string>Viewer</string>
939 </dict>
940 <dict>
941 <key>CFBundleTypeIconFile</key>
942 <string>mpeg.icns</string>
943 <key>CFBundleTypeName</key>
944 <string>multiplexed MPEG-1/2</string>
945 <key>CFBundleTypeRole</key>
946 <string>Viewer</string>
947 <key>LSItemContentTypes</key>
948 <array>
949 <string>public.mpeg</string>
950 </array>
951 </dict>
952 <dict>
953 <key>CFBundleTypeExtensions</key>
954 <array>
955 <string>m1v</string>
956 </array>
957 <key>CFBundleTypeIconFile</key>
958 <string>mpeg.icns</string>
959 <key>CFBundleTypeName</key>
960 <string>MPEG-1 Video File</string>
961 <key>CFBundleTypeRole</key>
962 <string>Viewer</string>
963 </dict>
964 <dict>
965 <key>CFBundleTypeExtensions</key>
966 <array>
967 <string>m2a</string>
968 </array>
969 <key>CFBundleTypeIconFile</key>
970 <string>mpeg.icns</string>
971 <key>CFBundleTypeName</key>
972 <string>MPEG-1/2 Audio File</string>
973 <key>CFBundleTypeRole</key>
974 <string>Viewer</string>
975 </dict>
976 <dict>
977 <key>CFBundleTypeExtensions</key>
978 <array>
979 <string>mp1</string>
980 </array>
981 <key>CFBundleTypeIconFile</key>
982 <string>mpeg.icns</string>
983 <key>CFBundleTypeName</key>
984 <string>MPEG Audio Layer 1</string>
985 <key>CFBundleTypeRole</key>
986 <string>Viewer</string>
987 </dict>
988 <dict>
989 <key>CFBundleTypeIconFile</key>
990 <string>mpeg.icns</string>
991 <key>CFBundleTypeName</key>
992 <string>MPEG Audio Layer 2</string>
993 <key>CFBundleTypeRole</key>
994 <string>Viewer</string>
995 <key>LSItemContentTypes</key>
996 <array>
997 <string>public.mp2</string>
998 </array>
999 </dict>
1000 <dict>
1001 <key>CFBundleTypeIconFile</key>
1002 <string>mp3.icns</string>
1003 <key>CFBundleTypeName</key>
1004 <string>MPEG Audio Layer 3</string>
1005 <key>CFBundleTypeRole</key>
1006 <string>Viewer</string>
1007 <key>LSItemContentTypes</key>
1008 <array>
1009 <string>public.mp3</string>
1010 </array>
1011 </dict>
1012 <dict>
1013 <key>CFBundleTypeExtensions</key>
1014 <array>
1015 <string>m2p</string>
1016 <string>ps</string>
1017 </array>
1018 <key>CFBundleTypeIconFile</key>
1019 <string>mpeg.icns</string>
1020 <key>CFBundleTypeName</key>
1021 <string>MPEG-2 Program Stream</string>
1022 <key>CFBundleTypeRole</key>
1023 <string>Viewer</string>
1024 </dict>
1025 <dict>
1026 <key>CFBundleTypeExtensions</key>
1027 <array>
1028 <string>tp</string>
1029 <string>ts</string>
1030 <string>m2t</string>
1031 <string>m2ts</string>
1032 <string>mts</string>
1033 <string>mt2s</string>
1034 </array>
1035 <key>CFBundleTypeIconFile</key>
1036 <string>mpeg.icns</string>
1037 <key>CFBundleTypeMIMETypes</key>
1038 <array>
1039 <string>video/mp2t</string>
1040 </array>
1041 <key>CFBundleTypeName</key>
1042 <string>MPEG-2 Transport Stream</string>
1043 <key>CFBundleTypeRole</key>
1044 <string>Viewer</string>
1045 </dict>
1046 <dict>
1047 <key>CFBundleTypeIconFile</key>
1048 <string>mpeg.icns</string>
1049 <key>CFBundleTypeName</key>
1050 <string>MPEG-2 Video File</string>
1051 <key>CFBundleTypeRole</key>
1052 <string>Viewer</string>
1053 <key>LSItemContentTypes</key>
1054 <array>
1055 <string>public.mpeg-2-video</string>
1056 </array>
1057 </dict>
1058 <dict>
1059 <key>CFBundleTypeExtensions</key>
1060 <array>
1061 <string>mpa</string>
1062 </array>
1063 <key>CFBundleTypeIconFile</key>
1064 <string>audio.icns</string>
1065 <key>CFBundleTypeName</key>
1066 <string>MPEG-2 Audio File</string>
1067 <key>CFBundleTypeRole</key>
1068 <string>Viewer</string>
1069 </dict>
1070 <dict>
1071 <key>CFBundleTypeIconFile</key>
1072 <string>m4v.icns</string>
1073 <key>CFBundleTypeName</key>
1074 <string>MPEG-4 File</string>
1075 <key>CFBundleTypeRole</key>
1076 <string>Viewer</string>
1077 <key>LSItemContentTypes</key>
1078 <array>
1079 <string>public.mpeg-4-audio</string>
1080 <string>com.apple.m4v-video</string>
1081 <string>public.mpeg-4</string>
1082 </array>
1083 </dict>
1084 <dict>
1085 <key>CFBundleTypeIconFile</key>
1086 <string>m4a.icns</string>
1087 <key>CFBundleTypeName</key>
1088 <string>MPEG-4 Audio File</string>
1089 <key>CFBundleTypeRole</key>
1090 <string>Viewer</string>
1091 <key>LSItemContentTypes</key>
1092 <array>
1093 <string>com.apple.m4a-audio</string>
1094 </array>
1095 </dict>
1096 <dict>
1097 <key>CFBundleTypeIconFile</key>
1098 <string>movie.icns</string>
1099 <key>CFBundleTypeName</key>
1100 <string>3GPP File</string>
1101 <key>CFBundleTypeRole</key>
1102 <string>Viewer</string>
1103 <key>LSItemContentTypes</key>
1104 <array>
1105 <string>public.3gpp</string>
1106 </array>
1107 </dict>
1108 <dict>
1109 <key>CFBundleTypeIconFile</key>
1110 <string>audio.icns</string>
1111 <key>CFBundleTypeName</key>
1112 <string>MIDI File</string>
1113 <key>CFBundleTypeRole</key>
1114 <string>Viewer</string>
1115 <key>LSItemContentTypes</key>
1116 <array>
1117 <string>public.midi-audio</string>
1118 </array>
1119 </dict>
1120 <dict>
1121 <key>CFBundleTypeExtensions</key>
1122 <array>
1123 <string>mlp</string>
1124 </array>
1125 <key>CFBundleTypeIconFile</key>
1126 <string>audio.icns</string>
1127 <key>CFBundleTypeName</key>
1128 <string>Meridian Lossless Packing Audio File</string>
1129 <key>CFBundleTypeRole</key>
1130 <string>Viewer</string>
1131 </dict>
1132 <dict>
1133 <key>CFBundleTypeIconFile</key>
1134 <string>audio.icns</string>
1135 <key>CFBundleTypeName</key>
1136 <string>Matroska Audio File</string>
1137 <key>CFBundleTypeRole</key>
1138 <string>Viewer</string>
1139 <key>LSItemContentTypes</key>
1140 <array>
1141 <string>org.matroska.mka</string>
1142 </array>
1143 </dict>
1144 <dict>
1145 <key>CFBundleTypeExtensions</key>
1146 <array>
1147 <string>mkv</string>
1148 </array>
1149 <key>CFBundleTypeIconFile</key>
1150 <string>mkv.icns</string>
1151 <key>CFBundleTypeName</key>
1152 <string>Matroska Video File</string>
1153 <key>CFBundleTypeRole</key>
1154 <string>Viewer</string>
1155 </dict>
1156 <dict>
1157 <key>CFBundleTypeExtensions</key>
1158 <array>
1159 <string>webm</string>
1160 </array>
1161 <key>CFBundleTypeIconFile</key>
1162 <string>mkv.icns</string>
1163 <key>CFBundleTypeName</key>
1164 <string>WebM Video File</string>
1165 <key>CFBundleTypeRole</key>
1166 <string>Viewer</string>
1167 </dict>
1168 <dict>
1169 <key>CFBundleTypeExtensions</key>
1170 <array>
1171 <string>rar</string>
1172 </array>
1173 <key>CFBundleTypeIconFile</key>
1174 <string>generic.icns</string>
1175 <key>CFBundleTypeName</key>
1176 <string>WinRAR Compressed Archive</string>
1177 <key>CFBundleTypeRole</key>
1178 <string>Viewer</string>
1179 <key>LSItemContentTypes</key>
1180 <array>
1181 <string>com.rarlab.rar-archive</string>
1182 </array>
1183 </dict>
1184 <dict>
1185 <key>CFBundleTypeExtensions</key>
1186 <array>
1187 <string>rec</string>
1188 </array>
1189 <key>CFBundleTypeIconFile</key>
1190 <string>movie.icns</string>
1191 <key>CFBundleTypeName</key>
1192 <string>Topfield PVR Recording</string>
1193 <key>CFBundleTypeRole</key>
1194 <string>Viewer</string>
1195 </dict>
1196 <dict>
1197 <key>CFBundleTypeExtensions</key>
1198 <array>
1199 <string>rmi</string>
1200 </array>
1201 <key>CFBundleTypeIconFile</key>
1202 <string>audio.icns</string>
1203 <key>CFBundleTypeName</key>
1204 <string>RMID MIDI File</string>
1205 <key>CFBundleTypeRole</key>
1206 <string>Viewer</string>
1207 </dict>
1208 <dict>
1209 <key>CFBundleTypeExtensions</key>
1210 <array>
1211 <string>s3m</string>
1212 </array>
1213 <key>CFBundleTypeIconFile</key>
1214 <string>audio.icns</string>
1215 <key>CFBundleTypeName</key>
1216 <string>ScreamTracker 3 Module</string>
1217 <key>CFBundleTypeRole</key>
1218 <string>Viewer</string>
1219 </dict>
1220 <dict>
1221 <key>CFBundleTypeExtensions</key>
1222 <array>
1223 <string>vro</string>
1224 </array>
1225 <key>CFBundleTypeIconFile</key>
1226 <string>movie.icns</string>
1227 <key>CFBundleTypeName</key>
1228 <string>DVD Video Recording Format</string>
1229 <key>CFBundleTypeRole</key>
1230 <string>Viewer</string>
1231 </dict>
1232 <dict>
1233 <key>CFBundleTypeExtensions</key>
1234 <array>
1235 <string>tod</string>
1236 </array>
1237 <key>CFBundleTypeIconFile</key>
1238 <string>movie.icns</string>
1239 <key>CFBundleTypeName</key>
1240 <string>JVC Everio Video Capture File</string>
1241 <key>CFBundleTypeRole</key>
1242 <string>Viewer</string>
1243 </dict>
1244 <dict>
1245 <key>CFBundleTypeExtensions</key>
1246 <array>
1247 <string>mks</string>
1248 </array>
1249 <key>CFBundleTypeIconFile</key>
1250 <string>mkv.icns</string>
1251 <key>CFBundleTypeName</key>
1252 <string>Matroska Elementry Stream</string>
1253 <key>CFBundleTypeRole</key>
1254 <string>Viewer</string>
1255 </dict>
1256 <dict>
1257 <key>CFBundleTypeExtensions</key>
1258 <array>
1259 <string>nsv</string>
1260 </array>
1261 <key>CFBundleTypeIconFile</key>
1262 <string>movie.icns</string>
1263 <key>CFBundleTypeMIMETypes</key>
1264 <array>
1265 <string>video/nsv</string>
1266 </array>
1267 <key>CFBundleTypeName</key>
1268 <string>Nullsoft Streaming Video</string>
1269 <key>CFBundleTypeRole</key>
1270 <string>Viewer</string>
1271 <key>LSTypeIsPackage</key>
1272 <false/>
1273 <key>NSPersistentStoreTypeKey</key>
1274 <string>Binary</string>
1275 </dict>
1276 <dict>
1277 <key>CFBundleTypeExtensions</key>
1278 <array>
1279 <string>nuv</string>
1280 </array>
1281 <key>CFBundleTypeIconFile</key>
1282 <string>movie.icns</string>
1283 <key>CFBundleTypeName</key>
1284 <string>NuppleVideo File</string>
1285 <key>CFBundleTypeRole</key>
1286 <string>Viewer</string>
1287 <key>LSItemContentTypes</key>
1288 <array>
1289 <string>com.mythtv.nuv</string>
1290 </array>
1291 <key>LSTypeIsPackage</key>
1292 <false/>
1293 <key>NSPersistentStoreTypeKey</key>
1294 <string>Binary</string>
1295 </dict>
1296 <dict>
1297 <key>CFBundleTypeExtensions</key>
1298 <array>
1299 <string>ssa</string>
1300 <string>ass</string>
1301 </array>
1302 <key>CFBundleTypeIconFile</key>
1303 <string>subtitle.icns</string>
1304 <key>CFBundleTypeName</key>
1305 <string>Sub Station Alpha Subtitle File</string>
1306 <key>CFBundleTypeRole</key>
1307 <string>Viewer</string>
1308 <key>LSTypeIsPackage</key>
1309 <false/>
1310 <key>NSPersistentStoreTypeKey</key>
1311 <string>Binary</string>
1312 </dict>
1313 <dict>
1314 <key>CFBundleTypeExtensions</key>
1315 <array>
1316 <string>usf</string>
1317 </array>
1318 <key>CFBundleTypeIconFile</key>
1319 <string>subtitle.icns</string>
1320 <key>CFBundleTypeName</key>
1321 <string>USF Subtitle File</string>
1322 <key>CFBundleTypeRole</key>
1323 <string>Viewer</string>
1324 <key>LSTypeIsPackage</key>
1325 <false/>
1326 <key>NSPersistentStoreTypeKey</key>
1327 <string>XML</string>
1328 </dict>
1329 <dict>
1330 <key>CFBundleTypeExtensions</key>
1331 <array>
1332 <string>utf</string>
1333 </array>
1334 <key>CFBundleTypeIconFile</key>
1335 <string>subtitle.icns</string>
1336 <key>CFBundleTypeName</key>
1337 <string>UTF Subtitle File</string>
1338 <key>CFBundleTypeRole</key>
1339 <string>Viewer</string>
1340 </dict>
1341 <dict>
1342 <key>CFBundleTypeExtensions</key>
1343 <array>
1344 <string>srt</string>
1345 </array>
1346 <key>CFBundleTypeIconFile</key>
1347 <string>subtitle.icns</string>
1348 <key>CFBundleTypeName</key>
1349 <string>Subrip Subtitle File</string>
1350 <key>CFBundleTypeRole</key>
1351 <string>Viewer</string>
1352 <key>LSTypeIsPackage</key>
1353 <false/>
1354 <key>NSPersistentStoreTypeKey</key>
1355 <string>Binary</string>
1356 </dict>
1357 <dict>
1358 <key>CFBundleTypeExtensions</key>
1359 <array>
1360 <string>rt</string>
1361 </array>
1362 <key>CFBundleTypeIconFile</key>
1363 <string>subtitle.icns</string>
1364 <key>CFBundleTypeName</key>
1365 <string>RealText Subtitle File</string>
1366 <key>CFBundleTypeRole</key>
1367 <string>Viewer</string>
1368 <key>LSTypeIsPackage</key>
1369 <false/>
1370 <key>NSPersistentStoreTypeKey</key>
1371 <string>Binary</string>
1372 </dict>
1373 <dict>
1374 <key>CFBundleTypeExtensions</key>
1375 <array>
1376 <string>smi</string>
1377 </array>
1378 <key>CFBundleTypeIconFile</key>
1379 <string>subtitle.icns</string>
1380 <key>CFBundleTypeName</key>
1381 <string>SAMI Subtitle File</string>
1382 <key>CFBundleTypeRole</key>
1383 <string>Viewer</string>
1384 <key>LSTypeIsPackage</key>
1385 <false/>
1386 <key>NSPersistentStoreTypeKey</key>
1387 <string>Binary</string>
1388 </dict>
1389 <dict>
1390 <key>CFBundleTypeExtensions</key>
1391 <array>
1392 <string>aqt</string>
1393 </array>
1394 <key>CFBundleTypeIconFile</key>
1395 <string>subtitle.icns</string>
1396 <key>CFBundleTypeName</key>
1397 <string>AQTitle Subtitle File</string>
1398 <key>CFBundleTypeRole</key>
1399 <string>Viewer</string>
1400 <key>LSTypeIsPackage</key>
1401 <false/>
1402 <key>NSPersistentStoreTypeKey</key>
1403 <string>Binary</string>
1404 </dict>
1405 <dict>
1406 <key>CFBundleTypeExtensions</key>
1407 <array>
1408 <string>jss</string>
1409 </array>
1410 <key>CFBundleTypeIconFile</key>
1411 <string>subtitle.icns</string>
1412 <key>CFBundleTypeName</key>
1413 <string>JACOSub Subtitle File</string>
1414 <key>CFBundleTypeRole</key>
1415 <string>Viewer</string>
1416 <key>LSTypeIsPackage</key>
1417 <false/>
1418 <key>NSPersistentStoreTypeKey</key>
1419 <string>Binary</string>
1420 </dict>
1421 <dict>
1422 <key>CFBundleTypeExtensions</key>
1423 <array>
1424 <string>pjs</string>
1425 </array>
1426 <key>CFBundleTypeIconFile</key>
1427 <string>subtitle.icns</string>
1428 <key>CFBundleTypeName</key>
1429 <string>Phoenix Subtitle File</string>
1430 <key>CFBundleTypeRole</key>
1431 <string>Viewer</string>
1432 <key>LSTypeIsPackage</key>
1433 <false/>
1434 <key>NSPersistentStoreTypeKey</key>
1435 <string>Binary</string>
1436 </dict>
1437 <dict>
1438 <key>CFBundleTypeExtensions</key>
1439 <array>
1440 <string>psb</string>
1441 </array>
1442 <key>CFBundleTypeIconFile</key>
1443 <string>subtitle.icns</string>
1444 <key>CFBundleTypeName</key>
1445 <string>PowerDivX Subtitle File</string>
1446 <key>CFBundleTypeRole</key>
1447 <string>Viewer</string>
1448 <key>LSTypeIsPackage</key>
1449 <false/>
1450 <key>NSPersistentStoreTypeKey</key>
1451 <string>Binary</string>
1452 </dict>
1453 <dict>
1454 <key>CFBundleTypeExtensions</key>
1455 <array>
1456 <string>sub</string>
1457 <string>mpsub</string>
1458 </array>
1459 <key>CFBundleTypeIconFile</key>
1460 <string>subtitle.icns</string>
1461 <key>CFBundleTypeName</key>
1462 <string>Subtitle File</string>
1463 <key>CFBundleTypeRole</key>
1464 <string>Viewer</string>
1465 <key>LSTypeIsPackage</key>
1466 <false/>
1467 <key>NSPersistentStoreTypeKey</key>
1468 <string>Binary</string>
1469 </dict>
1470 </array>
1471 <key>CFBundleURLTypes</key>
1472 <array>
1473 <dict>
1474 <key>CFBundleURLIconFile</key>
1475 <string>generic</string>
1476 <key>CFBundleURLName</key>
1477 <string>http(s) url</string>
1478 <key>CFBundleURLSchemes</key>
1479 <array>
1480 <string>http</string>
1481 <string>https</string>
1482 </array>
1483 <key>LSHandlerRank</key>
1484 <string>None</string>
1485 </dict>
1486 <dict>
1487 <key>CFBundleURLIconFile</key>
1488 <string>generic</string>
1489 <key>CFBundleURLName</key>
1490 <string>ftp url</string>
1491 <key>CFBundleURLSchemes</key>
1492 <array>
1493 <string>ftp</string>
1494 </array>
1495 </dict>
1496 <dict>
1497 <key>CFBundleURLIconFile</key>
1498 <string>generic</string>
1499 <key>CFBundleURLName</key>
1500 <string>Multimedia Stream URL</string>
1501 <key>CFBundleURLSchemes</key>
1502 <array>
1503 <string>mms</string>
1504 <string>mmsh</string>
1505 </array>
1506 </dict>
1507 <dict>
1508 <key>CFBundleURLIconFile</key>
1509 <string>generic</string>
1510 <key>CFBundleURLName</key>
1511 <string>RTSP</string>
1512 <key>CFBundleURLSchemes</key>
1513 <array>
1514 <string>rtsp</string>
1515 </array>
1516 </dict>
1517 <dict>
1518 <key>CFBundleURLIconFile</key>
1519 <string>generic</string>
1520 <key>CFBundleURLName</key>
1521 <string>udp url</string>
1522 <key>CFBundleURLSchemes</key>
1523 <array>
1524 <string>udp</string>
1525 </array>
1526 </dict>
1527 <dict>
1528 <key>CFBundleURLIconFile</key>
1529 <string>generic</string>
1530 <key>CFBundleURLName</key>
1531 <string>rtp url</string>
1532 <key>CFBundleURLSchemes</key>
1533 <array>
1534 <string>rtp</string>
1535 </array>
1536 </dict>
1537 <dict>
1538 <key>CFBundleURLIconFile</key>
1539 <string>generic</string>
1540 <key>CFBundleURLName</key>
1541 <string>rtmp url</string>
1542 <key>CFBundleURLSchemes</key>
1543 <array>
1544 <string>rtmp</string>
1545 <string>rtmps</string>
1546 <string>rtmpe</string>
1547 <string>rtmpt</string>
1548 </array>
1549 </dict>
1550 <dict>
1551 <key>CFBundleURLIconFile</key>
1552 <string>generic</string>
1553 <key>CFBundleURLName</key>
1554 <string>sftp url</string>
1555 <key>CFBundleURLSchemes</key>
1556 <array>
1557 <string>sftp</string>
1558 </array>
1559 </dict>
1560 <dict>
1561 <key>CFBundleURLIconFile</key>
1562 <string>generic</string>
1563 <key>CFBundleURLName</key>
1564 <string>smb url</string>
1565 <key>CFBundleURLSchemes</key>
1566 <array>
1567 <string>smb</string>
1568 </array>
1569 </dict>
1570 </array>
1571 <key>UTExportedTypeDeclarations</key>
1572 <array>
1573 <dict>
1574 <key>UTTypeDescription</key>
1575 <string>VLC playlist file</string>
1576 <key>UTTypeConformsTo</key>
1577 <array>
1578 <string>public.text</string>
1579 <string>public.playlist</string>
1580 </array>
1581 <key>UTTypeIdentifier</key>
1582 <string>org.videolan.vlc</string>
1583 <key>UTTypeTagSpecification</key>
1584 <dict>
1585 <key>public.mime-type</key>
1586 <array>
1587 <string>application/x-videolan-vlc</string>
1588 <string>application/videolan-vlc</string>
1589 </array>
1590 <key>public.filename-extension</key>
1591 <array>
1592 <string>vlc</string>
1593 </array>
1594 </dict>
1595 </dict>
1596 </array>
1597 <key>UTImportedTypeDeclarations</key>
1598 <array>
1599 <dict>
1600 <key>UTTypeConformsTo</key>
1601 <array>
1602 <string>public.movie</string>
1603 </array>
1604 <key>UTTypeDescription</key>
1605 <string>Flash Video File</string>
1606 <key>UTTypeIdentifier</key>
1607 <string>com.adobe.flash.video</string>
1608 <key>UTTypeTagSpecification</key>
1609 <dict>
1610 <key>public.filename-extension</key>
1611 <array>
1612 <string>flv</string>
1613 <string>f4v</string>
1614 <string>f4a</string>
1615 <string>f4b</string>
1616 </array>
1617 <key>public.mime-type</key>
1618 <array>
1619 <string>video/x-flv</string>
1620 </array>
1621 </dict>
1622 </dict>
1623 <dict>
1624 <key>UTTypeConformsTo</key>
1625 <array>
1626 <string>public.audio</string>
1627 </array>
1628 <key>UTTypeDescription</key>
1629 <string>The Sims Audio File</string>
1630 <key>UTTypeIdentifier</key>
1631 <string>org.videolan.xa</string>
1632 <key>UTTypeTagSpecification</key>
1633 <dict>
1634 <key>public.filename-extension</key>
1635 <array>
1636 <string>xa</string>
1637 </array>
1638 </dict>
1639 </dict>
1640 <dict>
1641 <key>UTTypeConformsTo</key>
1642 <array>
1643 <string>public.video</string>
1644 </array>
1645 <key>UTTypeDescription</key>
1646 <string>Expression Encoder Screen Capture File</string>
1647 <key>UTTypeIdentifier</key>
1648 <string>org.videolan.xesc</string>
1649 <key>UTTypeTagSpecification</key>
1650 <dict>
1651 <key>public.filename-extension</key>
1652 <array>
1653 <string>xesc</string>
1654 </array>
1655 </dict>
1656 </dict>
1657 <dict>
1658 <key>UTTypeConformsTo</key>
1659 <array>
1660 <string>public.audio</string>
1661 </array>
1662 <key>UTTypeDescription</key>
1663 <string>Monkey&apos;s Audio Lossless Audio</string>
1664 <key>UTTypeIdentifier</key>
1665 <string>org.videolan.ape</string>
1666 <key>UTTypeTagSpecification</key>
1667 <dict>
1668 <key>public.filename-extension</key>
1669 <array>
1670 <string>ape</string>
1671 </array>
1672 </dict>
1673 </dict>
1674 <dict>
1675 <key>UTTypeConformsTo</key>
1676 <array>
1677 <string>public.audio</string>
1678 </array>
1679 <key>UTTypeDescription</key>
1680 <string>FLAC Audio File</string>
1681 <key>UTTypeIdentifier</key>
1682 <string>org.xiph.flac</string>
1683 <key>UTTypeTagSpecification</key>
1684 <dict>
1685 <key>public.filename-extension</key>
1686 <array>
1687 <string>flac</string>
1688 </array>
1689 <key>public.mime-type</key>
1690 <array>
1691 <string>audio/flac</string>
1692 </array>
1693 </dict>
1694 </dict>
1695 <dict>
1696 <key>UTTypeConformsTo</key>
1697 <array>
1698 <string>public.audio</string>
1699 </array>
1700 <key>UTTypeDescription</key>
1701 <string>WavePack Audio File</string>
1702 <key>UTTypeIdentifier</key>
1703 <string>org.videolan.wv</string>
1704 <key>UTTypeTagSpecification</key>
1705 <dict>
1706 <key>public.filename-extension</key>
1707 <array>
1708 <string>wv</string>
1709 </array>
1710 </dict>
1711 </dict>
1712 <dict>
1713 <key>UTTypeConformsTo</key>
1714 <array>
1715 <string>public.audio</string>
1716 </array>
1717 <key>UTTypeDescription</key>
1718 <string>True Audio Free Lossless Audio</string>
1719 <key>UTTypeIdentifier</key>
1720 <string>org.videolan.tta</string>
1721 <key>UTTypeTagSpecification</key>
1722 <dict>
1723 <key>public.filename-extension</key>
1724 <array>
1725 <string>tta</string>
1726 </array>
1727 </dict>
1728 </dict>
1729 <dict>
1730 <key>UTTypeConformsTo</key>
1731 <array>
1732 <string>public.audio</string>
1733 </array>
1734 <key>UTTypeDescription</key>
1735 <string>RealAudio</string>
1736 <key>UTTypeIdentifier</key>
1737 <string>com.real.realaudio</string>
1738 <key>UTTypeTagSpecification</key>
1739 <dict>
1740 <key>com.apple.ostype</key>
1741 <array>
1742 <string>PNRA</string>
1743 </array>
1744 <key>public.filename-extension</key>
1745 <array>
1746 <string>ra</string>
1747 <string>rax</string>
1748 </array>
1749 <key>public.mime-type</key>
1750 <array>
1751 <string>audio/vnd.rn-realaudio</string>
1752 <string>audio/x-realaudio</string>
1753 </array>
1754 </dict>
1755 </dict>
1756 <dict>
1757 <key>UTTypeConformsTo</key>
1758 <array>
1759 <string>public.movie</string>
1760 </array>
1761 <key>UTTypeDescription</key>
1762 <string>RealMedia</string>
1763 <key>UTTypeIdentifier</key>
1764 <string>com.real.realmedia</string>
1765 <key>UTTypeTagSpecification</key>
1766 <dict>
1767 <key>com.apple.ostype</key>
1768 <array>
1769 <string>PNRM</string>
1770 </array>
1771 <key>public.filename-extension</key>
1772 <array>
1773 <string>rm</string>
1774 <string>rv</string>
1775 <string>rmj</string>
1776 <string>rpm</string>
1777 <string>rp</string>
1778 <string>rt</string>
1779 <string>rmvb</string>
1780 <string>rmd</string>
1781 <string>rms</string>
1782 <string>rmx</string>
1783 <string>rvx</string>
1784 </array>
1785 <key>public.mime-type</key>
1786 <array>
1787 <string>application/vnd.rn-realmedia</string>
1788 <string>application/vnd.rn-realmedia-vbr</string>
1789 <string>text/vnd.rn-realtext</string>
1790 <string>audio/x-pn-realaudio-plugin</string>
1791 </array>
1792 </dict>
1793 </dict>
1794 <dict>
1795 <key>UTTypeConformsTo</key>
1796 <array>
1797 <string>public.text</string>
1798 </array>
1799 <key>UTTypeDescription</key>
1800 <string>RealMedia Metafile</string>
1801 <key>UTTypeIdentifier</key>
1802 <string>com.real.ram</string>
1803 <key>UTTypeTagSpecification</key>
1804 <dict>
1805 <key>public.filename-extension</key>
1806 <array>
1807 <string>ram</string>
1808 </array>
1809 <key>public.mime-type</key>
1810 <array>
1811 <string>audio/x-pn-realaudio</string>
1812 </array>
1813 </dict>
1814 </dict>
1815 <dict>
1816 <key>UTTypeConformsTo</key>
1817 <array>
1818 <string>public.audio</string>
1819 </array>
1820 <key>UTTypeDescription</key>
1821 <string>Musepack Audio File</string>
1822 <key>UTTypeIdentifier</key>
1823 <string>org.videolan.mpc</string>
1824 <key>UTTypeTagSpecification</key>
1825 <dict>
1826 <key>public.filename-extension</key>
1827 <array>
1828 <string>mpc</string>
1829 </array>
1830 </dict>
1831 </dict>
1832 <dict>
1833 <key>UTTypeConformsTo</key>
1834 <array>
1835 <string>public.audio</string>
1836 </array>
1837 <key>UTTypeDescription</key>
1838 <string>MOD Audio File</string>
1839 <key>UTTypeIdentifier</key>
1840 <string>org.videolan.mod</string>
1841 <key>UTTypeTagSpecification</key>
1842 <dict>
1843 <key>com.apple.ostype</key>
1844 <array>
1845 <string>STrk</string>
1846 </array>
1847 <key>public.filename-extension</key>
1848 <array>
1849 <string>mod</string>
1850 <string>strk</string>
1851 </array>
1852 <key>public.mime-type</key>
1853 <array>
1854 <string>audio/mod</string>
1855 <string>audio/x-mod</string>
1856 <string>audio/module-mod</string>
1857 </array>
1858 </dict>
1859 </dict>
1860 <dict>
1861 <key>UTTypeConformsTo</key>
1862 <array>
1863 <string>public.audio</string>
1864 </array>
1865 <key>UTTypeDescription</key>
1866 <string>Impulse Tracker Module File</string>
1867 <key>UTTypeIdentifier</key>
1868 <string>org.videolan.it</string>
1869 <key>UTTypeTagSpecification</key>
1870 <dict>
1871 <key>public.filename-extension</key>
1872 <array>
1873 <string>it</string>
1874 </array>
1875 </dict>
1876 </dict>
1877 <dict>
1878 <key>UTTypeConformsTo</key>
1879 <array>
1880 <string>public.audio</string>
1881 </array>
1882 <key>UTTypeDescription</key>
1883 <string>XM audio file</string>
1884 <key>UTTypeIdentifier</key>
1885 <string>org.videolan.xm</string>
1886 <key>UTTypeTagSpecification</key>
1887 <dict>
1888 <key>public.filename-extension</key>
1889 <array>
1890 <string>xm</string>
1891 </array>
1892 </dict>
1893 </dict>
1894 <dict>
1895 <key>UTTypeConformsTo</key>
1896 <array>
1897 <string>public.audio</string>
1898 </array>
1899 <key>UTTypeDescription</key>
1900 <string>Adaptive Multi-Rate Codec File</string>
1901 <key>UTTypeIdentifier</key>
1902 <string>org.videolan.amr</string>
1903 <key>UTTypeTagSpecification</key>
1904 <dict>
1905 <key>public.filename-extension</key>
1906 <array>
1907 <string>amr</string>
1908 </array>
1909 </dict>
1910 </dict>
1911 <dict>
1912 <key>UTTypeConformsTo</key>
1913 <array>
1914 <string>public.audio</string>
1915 </array>
1916 <key>UTTypeDescription</key>
1917 <string>DVD-Audio Audio Object File</string>
1918 <key>UTTypeIdentifier</key>
1919 <string>org.videolan.aob</string>
1920 <key>UTTypeTagSpecification</key>
1921 <dict>
1922 <key>public.filename-extension</key>
1923 <array>
1924 <string>aob</string>
1925 </array>
1926 </dict>
1927 </dict>
1928 <dict>
1929 <key>UTTypeConformsTo</key>
1930 <array>
1931 <string>public.audio</string>
1932 </array>
1933 <key>UTTypeDescription</key>
1934 <string>DTS Encoded Audio File</string>
1935 <key>UTTypeIdentifier</key>
1936 <string>org.videolan.dts</string>
1937 <key>UTTypeTagSpecification</key>
1938 <dict>
1939 <key>public.filename-extension</key>
1940 <array>
1941 <string>dts</string>
1942 </array>
1943 </dict>
1944 </dict>
1945 <dict>
1946 <key>UTTypeConformsTo</key>
1947 <array>
1948 <string>public.audio</string>
1949 </array>
1950 <key>UTTypeDescription</key>
1951 <string>Speex Audio File</string>
1952 <key>UTTypeIdentifier</key>
1953 <string>org.videolan.spx</string>
1954 <key>UTTypeTagSpecification</key>
1955 <dict>
1956 <key>public.filename-extension</key>
1957 <array>
1958 <string>spx</string>
1959 </array>
1960 </dict>
1961 </dict>
1962 <dict>
1963 <key>UTTypeConformsTo</key>
1964 <array>
1965 <string>public.video</string>
1966 </array>
1967 <key>UTTypeDescription</key>
1968 <string>VOB File (DVD Video)</string>
1969 <key>UTTypeIdentifier</key>
1970 <string>org.videolan.vob</string>
1971 <key>UTTypeTagSpecification</key>
1972 <dict>
1973 <key>public.filename-extension</key>
1974 <array>
1975 <string>vob</string>
1976 </array>
1977 </dict>
1978 </dict>
1979 <dict>
1980 <key>UTTypeConformsTo</key>
1981 <array>
1982 <string>public.audio</string>
1983 </array>
1984 <key>UTTypeDescription</key>
1985 <string>OPUS file</string>
1986 <key>UTTypeIdentifier</key>
1987 <string>org.xiph.opus</string>
1988 <key>UTTypeTagSpecification</key>
1989 <dict>
1990 <key>public.filename-extension</key>
1991 <array>
1992 <string>opus</string>
1993 </array>
1994 </dict>
1995 </dict>
1996 <dict>
1997 <key>UTTypeConformsTo</key>
1998 <array>
1999 <string>public.video</string>
2000 </array>
2001 <key>UTTypeDescription</key>
2002 <string>Ogg Video File</string>
2003 <key>UTTypeIdentifier</key>
2004 <string>org.xiph.ogg-video</string>
2005 <key>UTTypeTagSpecification</key>
2006 <dict>
2007 <key>public.filename-extension</key>
2008 <array>
2009 <string>ogm</string>
2010 <string>ogv</string>
2011 </array>
2012 </dict>
2013 </dict>
2014 <dict>
2015 <key>UTTypeConformsTo</key>
2016 <array>
2017 <string>public.audio</string>
2018 </array>
2019 <key>UTTypeDescription</key>
2020 <string>Ogg Audio File</string>
2021 <key>UTTypeIdentifier</key>
2022 <string>org.videolan.ogg-audio</string>
2023 <key>UTTypeTagSpecification</key>
2024 <dict>
2025 <key>public.filename-extension</key>
2026 <array>
2027 <string>ogg</string>
2028 <string>oga</string>
2029 </array>
2030 </dict>
2031 </dict>
2032 <dict>
2033 <key>UTTypeConformsTo</key>
2034 <array>
2035 <string>public.audio</string>
2036 </array>
2037 <key>UTTypeDescription</key>
2038 <string>Sony OpenMG Music File</string>
2039 <key>UTTypeIdentifier</key>
2040 <string>org.videolan.oma</string>
2041 <key>UTTypeTagSpecification</key>
2042 <dict>
2043 <key>public.filename-extension</key>
2044 <array>
2045 <string>oma</string>
2046 </array>
2047 </dict>
2048 </dict>
2049 <dict>
2050 <key>UTTypeConformsTo</key>
2051 <array>
2052 <string>public.audio</string>
2053 </array>
2054 <key>UTTypeDescription</key>
2055 <string>Creative Labs Audio File</string>
2056 <key>UTTypeIdentifier</key>
2057 <string>org.videolan.voc</string>
2058 <key>UTTypeTagSpecification</key>
2059 <dict>
2060 <key>public.filename-extension</key>
2061 <array>
2062 <string>voc</string>
2063 </array>
2064 </dict>
2065 </dict>
2066 <dict>
2067 <key>UTTypeConformsTo</key>
2068 <array>
2069 <string>public.audio</string>
2070 </array>
2071 <key>UTTypeDescription</key>
2072 <string>TwinVQ Audio File</string>
2073 <key>UTTypeIdentifier</key>
2074 <string>org.videolan.vqf</string>
2075 <key>UTTypeTagSpecification</key>
2076 <dict>
2077 <key>public.filename-extension</key>
2078 <array>
2079 <string>vqf</string>
2080 </array>
2081 </dict>
2082 </dict>
2083 <dict>
2084 <key>UTTypeConformsTo</key>
2085 <array>
2086 <string>public.audio</string>
2087 </array>
2088 <key>UTTypeDescription</key>
2089 <string>Annodex Audio File</string>
2090 <key>UTTypeIdentifier</key>
2091 <string>org.videolan.axa</string>
2092 <key>UTTypeTagSpecification</key>
2093 <dict>
2094 <key>public.filename-extension</key>
2095 <array>
2096 <string>axa</string>
2097 </array>
2098 </dict>
2099 </dict>
2100 <dict>
2101 <key>UTTypeConformsTo</key>
2102 <array>
2103 <string>public.movie</string>
2104 </array>
2105 <key>UTTypeDescription</key>
2106 <string>Annodex Video File</string>
2107 <key>UTTypeIdentifier</key>
2108 <string>org.videolan.axv</string>
2109 <key>UTTypeTagSpecification</key>
2110 <dict>
2111 <key>public.filename-extension</key>
2112 <array>
2113 <string>axv</string>
2114 </array>
2115 </dict>
2116 </dict>
2117 <dict>
2118 <key>UTTypeConformsTo</key>
2119 <array>
2120 <string>public.movie</string>
2121 </array>
2122 <key>UTTypeDescription</key>
2123 <string>General eXchange Format File</string>
2124 <key>UTTypeIdentifier</key>
2125 <string>org.videolan.gxf</string>
2126 <key>UTTypeTagSpecification</key>
2127 <dict>
2128 <key>public.filename-extension</key>
2129 <array>
2130 <string>gxf</string>
2131 </array>
2132 </dict>
2133 </dict>
2134 <dict>
2135 <key>UTTypeConformsTo</key>
2136 <array>
2137 <string>public.movie</string>
2138 </array>
2139 <key>UTTypeDescription</key>
2140 <string>Material Exchange Format</string>
2141 <key>UTTypeIdentifier</key>
2142 <string>org.videolan.mxf</string>
2143 <key>UTTypeTagSpecification</key>
2144 <dict>
2145 <key>public.filename-extension</key>
2146 <array>
2147 <string>mxf</string>
2148 </array>
2149 </dict>
2150 </dict>
2151 <dict>
2152 <key>UTTypeConformsTo</key>
2153 <array>
2154 <string>public.movie</string>
2155 </array>
2156 <key>UTTypeDescription</key>
2157 <string>DivX file</string>
2158 <key>UTTypeIdentifier</key>
2159 <string>org.videolan.divx</string>
2160 <key>UTTypeTagSpecification</key>
2161 <dict>
2162 <key>public.filename-extension</key>
2163 <array>
2164 <string>divx</string>
2165 </array>
2166 </dict>
2167 </dict>
2168 <dict>
2169 <key>UTTypeConformsTo</key>
2170 <array>
2171 <string>public.movie</string>
2172 </array>
2173 <key>UTTypeDescription</key>
2174 <string>Windows Recorded TV Show</string>
2175 <key>UTTypeIdentifier</key>
2176 <string>org.videolan.wtv</string>
2177 <key>UTTypeTagSpecification</key>
2178 <dict>
2179 <key>public.filename-extension</key>
2180 <array>
2181 <string>wtv</string>
2182 </array>
2183 </dict>
2184 </dict>
2185 <dict>
2186 <key>UTTypeConformsTo</key>
2187 <array>
2188 <string>public.movie</string>
2189 </array>
2190 <key>UTTypeDescription</key>
2191 <string>MPEG-2 Stream</string>
2192 <key>UTTypeIdentifier</key>
2193 <string>org.videolan.mpeg-stream</string>
2194 <key>UTTypeTagSpecification</key>
2195 <dict>
2196 <key>public.filename-extension</key>
2197 <array>
2198 <string>m2p</string>
2199 <string>ps</string>
2200 <string>tp</string>
2201 <string>ts</string>
2202 <string>m2t</string>
2203 <string>m2ts</string>
2204 <string>mts</string>
2205 <string>mt2s</string>
2206 </array>
2207 </dict>
2208 </dict>
2209 <dict>
2210 <key>UTTypeConformsTo</key>
2211 <array>
2212 <string>public.audio</string>
2213 </array>
2214 <key>UTTypeDescription</key>
2215 <string>Meridian Lossless Packing Audio File</string>
2216 <key>UTTypeIdentifier</key>
2217 <string>org.videolan.mlp</string>
2218 <key>UTTypeTagSpecification</key>
2219 <dict>
2220 <key>public.filename-extension</key>
2221 <array>
2222 <string>mlp</string>
2223 </array>
2224 </dict>
2225 </dict>
2226 <dict>
2227 <key>UTTypeConformsTo</key>
2228 <array>
2229 <string>public.audio</string>
2230 </array>
2231 <key>UTTypeDescription</key>
2232 <string>Matroska Audio File</string>
2233 <key>UTTypeIdentifier</key>
2234 <string>org.matroska.mka</string>
2235 <key>UTTypeTagSpecification</key>
2236 <dict>
2237 <key>public.filename-extension</key>
2238 <array>
2239 <string>mka</string>
2240 </array>
2241 </dict>
2242 </dict>
2243 <dict>
2244 <key>UTTypeConformsTo</key>
2245 <array>
2246 <string>public.movie</string>
2247 </array>
2248 <key>UTTypeDescription</key>
2249 <string>Matroska Video File</string>
2250 <key>UTTypeIdentifier</key>
2251 <string>org.matroska.mkv</string>
2252 <key>UTTypeTagSpecification</key>
2253 <dict>
2254 <key>public.filename-extension</key>
2255 <array>
2256 <string>mkv</string>
2257 </array>
2258 </dict>
2259 </dict>
2260 <dict>
2261 <key>UTTypeConformsTo</key>
2262 <array>
2263 <string>public.movie</string>
2264 <string>org.matroska.mkv</string>
2265 </array>
2266 <key>UTTypeDescription</key>
2267 <string>WebM Video File</string>
2268 <key>UTTypeIdentifier</key>
2269 <string>org.videolan.webm</string>
2270 <key>UTTypeTagSpecification</key>
2271 <dict>
2272 <key>public.filename-extension</key>
2273 <array>
2274 <string>webm</string>
2275 </array>
2276 </dict>
2277 </dict>
2278 <dict>
2279 <key>UTTypeConformsTo</key>
2280 <array>
2281 <string>public.movie</string>
2282 </array>
2283 <key>UTTypeDescription</key>
2284 <string>Topfield PVR Recording</string>
2285 <key>UTTypeIdentifier</key>
2286 <string>org.videolan.rec</string>
2287 <key>UTTypeTagSpecification</key>
2288 <dict>
2289 <key>public.filename-extension</key>
2290 <array>
2291 <string>rec</string>
2292 </array>
2293 </dict>
2294 </dict>
2295 <dict>
2296 <key>UTTypeConformsTo</key>
2297 <array>
2298 <string>public.audio</string>
2299 </array>
2300 <key>UTTypeDescription</key>
2301 <string>RMID MIDI File</string>
2302 <key>UTTypeIdentifier</key>
2303 <string>org.videolan.rmi</string>
2304 <key>UTTypeTagSpecification</key>
2305 <dict>
2306 <key>public.filename-extension</key>
2307 <array>
2308 <string>rmi</string>
2309 </array>
2310 </dict>
2311 </dict>
2312 <dict>
2313 <key>UTTypeConformsTo</key>
2314 <array>
2315 <string>public.audio</string>
2316 </array>
2317 <key>UTTypeDescription</key>
2318 <string>ScreamTracker 3 Module</string>
2319 <key>UTTypeIdentifier</key>
2320 <string>org.videolan.s3m</string>
2321 <key>UTTypeTagSpecification</key>
2322 <dict>
2323 <key>public.filename-extension</key>
2324 <array>
2325 <string>s3m</string>
2326 </array>
2327 </dict>
2328 </dict>
2329 <dict>
2330 <key>UTTypeConformsTo</key>
2331 <array>
2332 <string>public.movie</string>
2333 </array>
2334 <key>UTTypeDescription</key>
2335 <string>DVD Video Recording Format</string>
2336 <key>UTTypeIdentifier</key>
2337 <string>org.videolan.vro</string>
2338 <key>UTTypeTagSpecification</key>
2339 <dict>
2340 <key>public.filename-extension</key>
2341 <array>
2342 <string>vro</string>
2343 </array>
2344 </dict>
2345 </dict>
2346 <dict>
2347 <key>UTTypeConformsTo</key>
2348 <array>
2349 <string>public.movie</string>
2350 </array>
2351 <key>UTTypeDescription</key>
2352 <string>JVC Everio Video Capture File</string>
2353 <key>UTTypeIdentifier</key>
2354 <string>org.videolan.tod</string>
2355 <key>UTTypeTagSpecification</key>
2356 <dict>
2357 <key>public.filename-extension</key>
2358 <array>
2359 <string>tod</string>
2360 </array>
2361 </dict>
2362 </dict>
2363 <dict>
2364 <key>UTTypeConformsTo</key>
2365 <array>
2366 <string>public.video</string>
2367 </array>
2368 <key>UTTypeDescription</key>
2369 <string>Nullsoft Streaming Video</string>
2370 <key>UTTypeIdentifier</key>
2371 <string>org.videolan.nsv</string>
2372 <key>UTTypeTagSpecification</key>
2373 <dict>
2374 <key>public.filename-extension</key>
2375 <array>
2376 <string>nsv</string>
2377 </array>
2378 </dict>
2379 </dict>
2380 <dict>
2381 <key>UTTypeConformsTo</key>
2382 <array>
2383 <string>public.video</string>
2384 </array>
2385 <key>UTTypeDescription</key>
2386 <string>NuppleVideo File</string>
2387 <key>UTTypeIdentifier</key>
2388 <string>com.mythtv.nuv</string>
2389 <key>UTTypeTagSpecification</key>
2390 <dict>
2391 <key>public.filename-extension</key>
2392 <array>
2393 <string>nuv</string>
2394 </array>
2395 </dict>
2396 </dict>
2397 <dict>
2398 <key>UTTypeConformsTo</key>
2399 <array>
2400 <string>public.video</string>
2401 </array>
2402 <key>UTTypeDescription</key>
2403 <string>DAV Video File</string>
2404 <key>UTTypeIdentifier</key>
2405 <string>org.videolan.dav</string>
2406 <key>UTTypeTagSpecification</key>
2407 <dict>
2408 <key>public.filename-extension</key>
2409 <array>
2410 <string>dav</string>
2411 </array>
2412 </dict>
2413 </dict>
2414 <dict>
2415 <key>UTTypeConformsTo</key>
2416 <array>
2417 <string>public.data</string>
2418 <string>public.archive</string>
2419 </array>
2420 <key>UTTypeDescription</key>
2421 <string>RAR Archive</string>
2422 <key>UTTypeIdentifier</key>
2423 <string>com.rarlab.rar-archive</string>
2424 <key>UTTypeTagSpecification</key>
2425 <dict>
2426 <key>public.filename-extension</key>
2427 <array>
2428 <string>rar</string>
2429 </array>
2430 <key>public.mime-type</key>
2431 <array>
2432 <string>application/x-rar</string>
2433 <string>application/x-rar-compressed</string>
2434 </array>
2435 </dict>
2436 </dict>
2437 <dict>
2438 <key>UTTypeConformsTo</key>
2439 <array>
2440 <string>public.audio</string>
2441 </array>
2442 <key>UTTypeDescription</key>
2443 <string>DSD Interchange File</string>
2444 <key>UTTypeIdentifier</key>
2445 <string>com.philips.dsdiff</string>
2446 <key>UTTypeTagSpecification</key>
2447 <dict>
2448 <key>public.filename-extension</key>
2449 <array>
2450 <string>dff</string>
2451 </array>
2452 <key>public.mime-type</key>
2453 <array>
2454 <string>audio/x-dff</string>
2455 </array>
2456 </dict>
2457 </dict>
2458 <dict>
2459 <key>UTTypeConformsTo</key>
2460 <array>
2461 <string>public.audio</string>
2462 </array>
2463 <key>UTTypeDescription</key>
2464 <string>DSD Stream File</string>
2465 <key>UTTypeIdentifier</key>
2466 <string>com.sony.dsf</string>
2467 <key>UTTypeTagSpecification</key>
2468 <dict>
2469 <key>public.filename-extension</key>
2470 <array>
2471 <string>dsf</string>
2472 </array>
2473 <key>public.mime-type</key>
2474 <array>
2475 <string>audio/x-dsf</string>
2476 </array>
2477 </dict>
2478 </dict>
2479 </array>
2480 </dict>
2481 </plist>