smart-media-manager 0.5.43a4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- smart_media_manager/__init__.py +15 -0
- smart_media_manager/cli.py +4941 -0
- smart_media_manager/format_compatibility.json +628 -0
- smart_media_manager/format_registry.json +11874 -0
- smart_media_manager/format_registry.py +491 -0
- smart_media_manager/format_rules.py +677 -0
- smart_media_manager/metadata_registry.json +1113 -0
- smart_media_manager/metadata_registry.py +229 -0
- smart_media_manager/uuid_generator.py +140 -0
- smart_media_manager-0.5.43a4.dist-info/METADATA +340 -0
- smart_media_manager-0.5.43a4.dist-info/RECORD +15 -0
- smart_media_manager-0.5.43a4.dist-info/WHEEL +5 -0
- smart_media_manager-0.5.43a4.dist-info/entry_points.txt +2 -0
- smart_media_manager-0.5.43a4.dist-info/licenses/LICENSE +21 -0
- smart_media_manager-0.5.43a4.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,1113 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "metadata_registry_schema",
|
|
3
|
+
"version": "3.1.0",
|
|
4
|
+
"description": "Comprehensive metadata field UUID registry with fixed semantic duplicates",
|
|
5
|
+
"metadata_fields": {
|
|
6
|
+
"temporal": {
|
|
7
|
+
"creation_datetime": {
|
|
8
|
+
"uuid": "3d4f8a9c-1e7b-5c3d-9a2f-4e8c1b7d3a9f-M",
|
|
9
|
+
"canonical": "creation_datetime",
|
|
10
|
+
"description": "Date and time when the media was originally created/captured",
|
|
11
|
+
"tool_mappings": {
|
|
12
|
+
"exiftool": [
|
|
13
|
+
"EXIF:DateTimeOriginal",
|
|
14
|
+
"EXIF:CreateDate",
|
|
15
|
+
"XMP:CreateDate",
|
|
16
|
+
"IPTC:DateCreated",
|
|
17
|
+
"QuickTime:CreateDate",
|
|
18
|
+
"QuickTime:CreationDate"
|
|
19
|
+
],
|
|
20
|
+
"ffprobe": [
|
|
21
|
+
"creation_time",
|
|
22
|
+
"date"
|
|
23
|
+
],
|
|
24
|
+
"ffmpeg": [
|
|
25
|
+
"creation_time",
|
|
26
|
+
"date"
|
|
27
|
+
]
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"modification_datetime": {
|
|
31
|
+
"uuid": "7b2c5e8d-4a1f-5d9c-8e3b-2f7a9c4d1e6b-M",
|
|
32
|
+
"canonical": "modification_datetime",
|
|
33
|
+
"description": "Date and time when the media was last modified",
|
|
34
|
+
"tool_mappings": {
|
|
35
|
+
"exiftool": [
|
|
36
|
+
"EXIF:ModifyDate",
|
|
37
|
+
"XMP:ModifyDate",
|
|
38
|
+
"File:FileModifyDate"
|
|
39
|
+
],
|
|
40
|
+
"ffprobe": [
|
|
41
|
+
"modification_time"
|
|
42
|
+
],
|
|
43
|
+
"ffmpeg": [
|
|
44
|
+
"modification_time"
|
|
45
|
+
]
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"digitized_datetime": {
|
|
49
|
+
"uuid": "37bd7fb9-3629-9bfc-b8d5-c47118ddbe9d-M",
|
|
50
|
+
"canonical": "digitized_datetime",
|
|
51
|
+
"description": "Date and time when the media was digitized",
|
|
52
|
+
"tool_mappings": {
|
|
53
|
+
"exiftool": [
|
|
54
|
+
"EXIF:DateTimeDigitized",
|
|
55
|
+
"XMP:DateTimeDigitized"
|
|
56
|
+
],
|
|
57
|
+
"ffprobe": [],
|
|
58
|
+
"ffmpeg": []
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
"year": {
|
|
62
|
+
"uuid": "a0731c4e-8b98-840f-2dc4-a68963f12319-M",
|
|
63
|
+
"canonical": "year",
|
|
64
|
+
"description": "Year of creation/release",
|
|
65
|
+
"tool_mappings": {
|
|
66
|
+
"exiftool": [
|
|
67
|
+
"XMP:Year",
|
|
68
|
+
"ID3:Year",
|
|
69
|
+
"QuickTime:Year"
|
|
70
|
+
],
|
|
71
|
+
"ffprobe": [
|
|
72
|
+
"year"
|
|
73
|
+
],
|
|
74
|
+
"ffmpeg": [
|
|
75
|
+
"year"
|
|
76
|
+
]
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
"spatial": {
|
|
81
|
+
"gps_latitude": {
|
|
82
|
+
"uuid": "9e1f3b7d-6c4a-5e8d-7f2b-1a9c4e3d8b5f-M",
|
|
83
|
+
"canonical": "gps_latitude",
|
|
84
|
+
"description": "Geographic latitude coordinate",
|
|
85
|
+
"tool_mappings": {
|
|
86
|
+
"exiftool": [
|
|
87
|
+
"GPS:GPSLatitude",
|
|
88
|
+
"XMP:GPSLatitude",
|
|
89
|
+
"Composite:GPSLatitude"
|
|
90
|
+
],
|
|
91
|
+
"ffprobe": [],
|
|
92
|
+
"ffmpeg": []
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
"gps_longitude": {
|
|
96
|
+
"uuid": "4c8d2f7a-9e1b-5c3d-8a4f-6e2b9c7d1a3e-M",
|
|
97
|
+
"canonical": "gps_longitude",
|
|
98
|
+
"description": "Geographic longitude coordinate",
|
|
99
|
+
"tool_mappings": {
|
|
100
|
+
"exiftool": [
|
|
101
|
+
"GPS:GPSLongitude",
|
|
102
|
+
"XMP:GPSLongitude",
|
|
103
|
+
"Composite:GPSLongitude"
|
|
104
|
+
],
|
|
105
|
+
"ffprobe": [],
|
|
106
|
+
"ffmpeg": []
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
"gps_altitude": {
|
|
110
|
+
"uuid": "2f5b8c9d-7e3a-5d1f-9c4b-8a2e6d7f1c3b-M",
|
|
111
|
+
"canonical": "gps_altitude",
|
|
112
|
+
"description": "Altitude above sea level in meters",
|
|
113
|
+
"tool_mappings": {
|
|
114
|
+
"exiftool": [
|
|
115
|
+
"GPS:GPSAltitude",
|
|
116
|
+
"XMP:GPSAltitude"
|
|
117
|
+
],
|
|
118
|
+
"ffmpeg": []
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
"gps_location_composite": {
|
|
122
|
+
"uuid": "6050efe3-e892-750c-7fb6-80b59809ceb6-M",
|
|
123
|
+
"canonical": "gps_location_composite",
|
|
124
|
+
"description": "Composite GPS location (contains both latitude and longitude in ISO 6709 format)",
|
|
125
|
+
"tool_mappings": {
|
|
126
|
+
"exiftool": [],
|
|
127
|
+
"ffprobe": [
|
|
128
|
+
"location",
|
|
129
|
+
"com.apple.quicktime.location.ISO6709"
|
|
130
|
+
],
|
|
131
|
+
"ffmpeg": [
|
|
132
|
+
"location",
|
|
133
|
+
"com.apple.quicktime.location.ISO6709"
|
|
134
|
+
]
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
"authorship": {
|
|
139
|
+
"creator": {
|
|
140
|
+
"uuid": "8a3d9f2c-5e7b-5c1d-9f4a-3e8b2c7d1f9a-M",
|
|
141
|
+
"canonical": "creator",
|
|
142
|
+
"description": "Person or entity that created the media",
|
|
143
|
+
"tool_mappings": {
|
|
144
|
+
"exiftool": [
|
|
145
|
+
"EXIF:Artist",
|
|
146
|
+
"XMP:Creator",
|
|
147
|
+
"IPTC:By-line",
|
|
148
|
+
"PDF:Author"
|
|
149
|
+
],
|
|
150
|
+
"ffprobe": [
|
|
151
|
+
"artist",
|
|
152
|
+
"author"
|
|
153
|
+
],
|
|
154
|
+
"ffmpeg": [
|
|
155
|
+
"artist",
|
|
156
|
+
"author"
|
|
157
|
+
]
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
"copyright": {
|
|
161
|
+
"uuid": "5f9c2d8a-3e1b-5c7d-8a4f-9e2c7b1d3a5f-M",
|
|
162
|
+
"canonical": "copyright",
|
|
163
|
+
"description": "Copyright notice and owner information",
|
|
164
|
+
"tool_mappings": {
|
|
165
|
+
"exiftool": [
|
|
166
|
+
"EXIF:Copyright",
|
|
167
|
+
"XMP:Rights",
|
|
168
|
+
"IPTC:CopyrightNotice",
|
|
169
|
+
"PDF:Copyright"
|
|
170
|
+
],
|
|
171
|
+
"ffprobe": [
|
|
172
|
+
"copyright"
|
|
173
|
+
],
|
|
174
|
+
"ffmpeg": [
|
|
175
|
+
"copyright"
|
|
176
|
+
]
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
"credit": {
|
|
180
|
+
"uuid": "0eb2fe00-5121-3648-eea0-35387014cfb7-M",
|
|
181
|
+
"canonical": "credit",
|
|
182
|
+
"description": "Credit line or acknowledgment",
|
|
183
|
+
"tool_mappings": {
|
|
184
|
+
"exiftool": [
|
|
185
|
+
"IPTC:Credit",
|
|
186
|
+
"XMP:Credit"
|
|
187
|
+
],
|
|
188
|
+
"ffprobe": [],
|
|
189
|
+
"ffmpeg": []
|
|
190
|
+
}
|
|
191
|
+
},
|
|
192
|
+
"source": {
|
|
193
|
+
"uuid": "f4fe81c5-1e65-91e0-d16d-80d1a50a4fbe-M",
|
|
194
|
+
"canonical": "source",
|
|
195
|
+
"description": "Original source or provider of the media",
|
|
196
|
+
"tool_mappings": {
|
|
197
|
+
"exiftool": [
|
|
198
|
+
"IPTC:Source",
|
|
199
|
+
"XMP:Source"
|
|
200
|
+
],
|
|
201
|
+
"ffprobe": [],
|
|
202
|
+
"ffmpeg": []
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
},
|
|
206
|
+
"descriptive": {
|
|
207
|
+
"title": {
|
|
208
|
+
"uuid": "1c7d9f3a-8e2b-5d4c-9a7f-2e8b3c1d9f5a-M",
|
|
209
|
+
"canonical": "title",
|
|
210
|
+
"description": "Title or name of the media",
|
|
211
|
+
"tool_mappings": {
|
|
212
|
+
"exiftool": [
|
|
213
|
+
"XMP:Title",
|
|
214
|
+
"IPTC:ObjectName",
|
|
215
|
+
"QuickTime:Title",
|
|
216
|
+
"PDF:Title"
|
|
217
|
+
],
|
|
218
|
+
"ffprobe": [
|
|
219
|
+
"title"
|
|
220
|
+
],
|
|
221
|
+
"ffmpeg": [
|
|
222
|
+
"title"
|
|
223
|
+
]
|
|
224
|
+
}
|
|
225
|
+
},
|
|
226
|
+
"description": {
|
|
227
|
+
"uuid": "6e8b4c2d-9f1a-5c7d-8e3b-4f9a2c7d1e5b-M",
|
|
228
|
+
"canonical": "description",
|
|
229
|
+
"description": "Textual description or caption of the media content",
|
|
230
|
+
"tool_mappings": {
|
|
231
|
+
"exiftool": [
|
|
232
|
+
"XMP:Description",
|
|
233
|
+
"IPTC:Caption-Abstract",
|
|
234
|
+
"EXIF:ImageDescription",
|
|
235
|
+
"PDF:Subject"
|
|
236
|
+
],
|
|
237
|
+
"ffprobe": [
|
|
238
|
+
"comment",
|
|
239
|
+
"description"
|
|
240
|
+
],
|
|
241
|
+
"ffmpeg": [
|
|
242
|
+
"comment",
|
|
243
|
+
"description"
|
|
244
|
+
]
|
|
245
|
+
}
|
|
246
|
+
},
|
|
247
|
+
"keywords": {
|
|
248
|
+
"uuid": "9f3b7d2c-1e8a-5c4d-7f9b-2a8c3e1d9f5b-M",
|
|
249
|
+
"canonical": "keywords",
|
|
250
|
+
"description": "Keywords or tags describing the media content",
|
|
251
|
+
"tool_mappings": {
|
|
252
|
+
"exiftool": [
|
|
253
|
+
"XMP:Subject",
|
|
254
|
+
"IPTC:Keywords",
|
|
255
|
+
"PDF:Keywords"
|
|
256
|
+
]
|
|
257
|
+
}
|
|
258
|
+
},
|
|
259
|
+
"rating": {
|
|
260
|
+
"uuid": "19129b1f-d80b-f85f-3d2a-806d6be1bcf0-M",
|
|
261
|
+
"canonical": "rating",
|
|
262
|
+
"description": "User rating or quality score",
|
|
263
|
+
"tool_mappings": {
|
|
264
|
+
"exiftool": [
|
|
265
|
+
"XMP:Rating",
|
|
266
|
+
"EXIF:Rating"
|
|
267
|
+
],
|
|
268
|
+
"ffprobe": [],
|
|
269
|
+
"ffmpeg": []
|
|
270
|
+
}
|
|
271
|
+
},
|
|
272
|
+
"language": {
|
|
273
|
+
"uuid": "d80fcf97-3528-76bf-ade7-01440ef55e8f-M",
|
|
274
|
+
"canonical": "language",
|
|
275
|
+
"description": "Content language (ISO 639 code)",
|
|
276
|
+
"tool_mappings": {
|
|
277
|
+
"exiftool": [
|
|
278
|
+
"QuickTime:Language",
|
|
279
|
+
"XMP:Language"
|
|
280
|
+
],
|
|
281
|
+
"ffprobe": [
|
|
282
|
+
"language"
|
|
283
|
+
],
|
|
284
|
+
"ffmpeg": [
|
|
285
|
+
"language"
|
|
286
|
+
]
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
},
|
|
290
|
+
"technical": {
|
|
291
|
+
"camera_make": {
|
|
292
|
+
"uuid": "4d8f9c2a-7e3b-5d1c-9a4f-8e2b7c3d1f9a-M",
|
|
293
|
+
"canonical": "camera_make",
|
|
294
|
+
"description": "Camera or device manufacturer",
|
|
295
|
+
"tool_mappings": {
|
|
296
|
+
"exiftool": [
|
|
297
|
+
"EXIF:Make",
|
|
298
|
+
"XMP:Make"
|
|
299
|
+
],
|
|
300
|
+
"ffprobe": [
|
|
301
|
+
"make",
|
|
302
|
+
"com.apple.quicktime.make"
|
|
303
|
+
]
|
|
304
|
+
}
|
|
305
|
+
},
|
|
306
|
+
"camera_model": {
|
|
307
|
+
"uuid": "2c9f7d3a-5e1b-5c8d-9f4a-7e3b2c1d8f9a-M",
|
|
308
|
+
"canonical": "camera_model",
|
|
309
|
+
"description": "Camera or device model name",
|
|
310
|
+
"tool_mappings": {
|
|
311
|
+
"exiftool": [
|
|
312
|
+
"EXIF:Model",
|
|
313
|
+
"XMP:Model"
|
|
314
|
+
],
|
|
315
|
+
"ffprobe": [
|
|
316
|
+
"model",
|
|
317
|
+
"com.apple.quicktime.model"
|
|
318
|
+
]
|
|
319
|
+
}
|
|
320
|
+
},
|
|
321
|
+
"software": {
|
|
322
|
+
"uuid": "7f3d8c9a-2e1b-5c4d-8f9a-3e7b2c1d9f5a-M",
|
|
323
|
+
"canonical": "software",
|
|
324
|
+
"description": "Software or application used to create/edit the media",
|
|
325
|
+
"tool_mappings": {
|
|
326
|
+
"exiftool": [
|
|
327
|
+
"EXIF:Software",
|
|
328
|
+
"XMP:CreatorTool",
|
|
329
|
+
"PDF:Creator",
|
|
330
|
+
"PDF:Producer"
|
|
331
|
+
],
|
|
332
|
+
"ffprobe": [
|
|
333
|
+
"encoder",
|
|
334
|
+
"com.apple.quicktime.software"
|
|
335
|
+
],
|
|
336
|
+
"ffmpeg": [
|
|
337
|
+
"encoder"
|
|
338
|
+
]
|
|
339
|
+
}
|
|
340
|
+
},
|
|
341
|
+
"orientation": {
|
|
342
|
+
"uuid": "5c8d9f2a-7e3b-5d1c-9a4f-2e8b3c7d1f9a-M",
|
|
343
|
+
"canonical": "orientation",
|
|
344
|
+
"description": "Image rotation/orientation (0, 90, 180, 270 degrees)",
|
|
345
|
+
"tool_mappings": {
|
|
346
|
+
"exiftool": [
|
|
347
|
+
"EXIF:Orientation",
|
|
348
|
+
"XMP:Orientation"
|
|
349
|
+
],
|
|
350
|
+
"ffprobe": [
|
|
351
|
+
"rotate",
|
|
352
|
+
"rotation"
|
|
353
|
+
]
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
"serial_number": {
|
|
357
|
+
"uuid": "bfa984a6-28b8-235f-e680-ddcc84c3df35-M",
|
|
358
|
+
"canonical": "serial_number",
|
|
359
|
+
"description": "Camera serial number",
|
|
360
|
+
"tool_mappings": {
|
|
361
|
+
"exiftool": [
|
|
362
|
+
"EXIF:SerialNumber",
|
|
363
|
+
"XMP:SerialNumber"
|
|
364
|
+
],
|
|
365
|
+
"ffprobe": [],
|
|
366
|
+
"ffmpeg": []
|
|
367
|
+
}
|
|
368
|
+
},
|
|
369
|
+
"image_width": {
|
|
370
|
+
"uuid": "c7df44a2-8edc-2de2-618e-ab2dd3bf3372-M",
|
|
371
|
+
"canonical": "image_width",
|
|
372
|
+
"description": "Image width in pixels",
|
|
373
|
+
"tool_mappings": {
|
|
374
|
+
"exiftool": [
|
|
375
|
+
"EXIF:ImageWidth",
|
|
376
|
+
"File:ImageWidth"
|
|
377
|
+
],
|
|
378
|
+
"ffprobe": [
|
|
379
|
+
"width"
|
|
380
|
+
],
|
|
381
|
+
"ffmpeg": []
|
|
382
|
+
}
|
|
383
|
+
},
|
|
384
|
+
"image_height": {
|
|
385
|
+
"uuid": "c91392c8-a880-e62f-3f6d-91e45b098c5c-M",
|
|
386
|
+
"canonical": "image_height",
|
|
387
|
+
"description": "Image height in pixels",
|
|
388
|
+
"tool_mappings": {
|
|
389
|
+
"exiftool": [
|
|
390
|
+
"EXIF:ImageHeight",
|
|
391
|
+
"File:ImageHeight"
|
|
392
|
+
],
|
|
393
|
+
"ffprobe": [
|
|
394
|
+
"height"
|
|
395
|
+
],
|
|
396
|
+
"ffmpeg": []
|
|
397
|
+
}
|
|
398
|
+
},
|
|
399
|
+
"color_space": {
|
|
400
|
+
"uuid": "e67ad23c-85b5-cb70-26c5-e80adb6231ff-M",
|
|
401
|
+
"canonical": "color_space",
|
|
402
|
+
"description": "Color space (sRGB, Adobe RGB, etc.)",
|
|
403
|
+
"tool_mappings": {
|
|
404
|
+
"exiftool": [
|
|
405
|
+
"EXIF:ColorSpace",
|
|
406
|
+
"ICC_Profile:ColorSpaceData"
|
|
407
|
+
],
|
|
408
|
+
"ffprobe": [
|
|
409
|
+
"color_space",
|
|
410
|
+
"pix_fmt"
|
|
411
|
+
],
|
|
412
|
+
"ffmpeg": [
|
|
413
|
+
"color_space"
|
|
414
|
+
]
|
|
415
|
+
}
|
|
416
|
+
},
|
|
417
|
+
"bits_per_sample": {
|
|
418
|
+
"uuid": "9f574f06-3870-dbb7-cdd4-13ccee84e29a-M",
|
|
419
|
+
"canonical": "bits_per_sample",
|
|
420
|
+
"description": "Bits per color channel",
|
|
421
|
+
"tool_mappings": {
|
|
422
|
+
"exiftool": [
|
|
423
|
+
"EXIF:BitsPerSample"
|
|
424
|
+
],
|
|
425
|
+
"ffprobe": [
|
|
426
|
+
"bits_per_raw_sample"
|
|
427
|
+
],
|
|
428
|
+
"ffmpeg": []
|
|
429
|
+
}
|
|
430
|
+
},
|
|
431
|
+
"compression": {
|
|
432
|
+
"uuid": "d6e6613c-34b5-045d-b512-5da3c4707e40-M",
|
|
433
|
+
"canonical": "compression",
|
|
434
|
+
"description": "Compression algorithm used",
|
|
435
|
+
"tool_mappings": {
|
|
436
|
+
"exiftool": [
|
|
437
|
+
"EXIF:Compression"
|
|
438
|
+
],
|
|
439
|
+
"ffprobe": [],
|
|
440
|
+
"ffmpeg": [
|
|
441
|
+
"codec"
|
|
442
|
+
]
|
|
443
|
+
}
|
|
444
|
+
}
|
|
445
|
+
},
|
|
446
|
+
"apple_specific": {
|
|
447
|
+
"live_photo_content_id": {
|
|
448
|
+
"uuid": "a9e7f3d2-8c1b-5c4d-9f7a-3e2b8c1d9f5a-M",
|
|
449
|
+
"canonical": "live_photo_content_id",
|
|
450
|
+
"description": "Apple Live Photo content identifier linking HEIC+MOV pairs",
|
|
451
|
+
"tool_mappings": {
|
|
452
|
+
"exiftool": [
|
|
453
|
+
"QuickTime:ContentIdentifier",
|
|
454
|
+
"XMP:ContentIdentifier"
|
|
455
|
+
],
|
|
456
|
+
"ffprobe": [
|
|
457
|
+
"content_identifier",
|
|
458
|
+
"com.apple.quicktime.content.identifier"
|
|
459
|
+
],
|
|
460
|
+
"ffmpeg": [
|
|
461
|
+
"content_identifier",
|
|
462
|
+
"com.apple.quicktime.content.identifier"
|
|
463
|
+
]
|
|
464
|
+
}
|
|
465
|
+
},
|
|
466
|
+
"panorama_projection": {
|
|
467
|
+
"uuid": "3d7f9c2a-5e8b-5c1d-9a4f-7e2b3c8d1f9a-M",
|
|
468
|
+
"canonical": "panorama_projection",
|
|
469
|
+
"description": "Panoramic photo projection type (equirectangular, cylindrical, etc.)",
|
|
470
|
+
"tool_mappings": {
|
|
471
|
+
"exiftool": [
|
|
472
|
+
"XMP:ProjectionType",
|
|
473
|
+
"XMP:UsePanoramaViewer"
|
|
474
|
+
],
|
|
475
|
+
"ffprobe": [
|
|
476
|
+
"projection_type"
|
|
477
|
+
],
|
|
478
|
+
"ffmpeg": [
|
|
479
|
+
"projection_type"
|
|
480
|
+
]
|
|
481
|
+
}
|
|
482
|
+
},
|
|
483
|
+
"hdr_format": {
|
|
484
|
+
"uuid": "02952bc0-7a4a-c6b3-d096-6d9be794a1db-M",
|
|
485
|
+
"canonical": "hdr_format",
|
|
486
|
+
"description": "HDR format (HDR10, Dolby Vision, HLG, etc.)",
|
|
487
|
+
"tool_mappings": {
|
|
488
|
+
"exiftool": [
|
|
489
|
+
"QuickTime:HDRFormat"
|
|
490
|
+
],
|
|
491
|
+
"ffprobe": [
|
|
492
|
+
"color_transfer"
|
|
493
|
+
],
|
|
494
|
+
"ffmpeg": [
|
|
495
|
+
"color_transfer"
|
|
496
|
+
]
|
|
497
|
+
}
|
|
498
|
+
}
|
|
499
|
+
},
|
|
500
|
+
"camera_exposure": {
|
|
501
|
+
"iso_speed": {
|
|
502
|
+
"uuid": "01127263-c9d7-3af6-f749-f7e8eb2e4135-M",
|
|
503
|
+
"canonical": "iso_speed",
|
|
504
|
+
"description": "ISO sensitivity setting",
|
|
505
|
+
"tool_mappings": {
|
|
506
|
+
"exiftool": [
|
|
507
|
+
"EXIF:ISO",
|
|
508
|
+
"EXIF:ISOSpeedRatings",
|
|
509
|
+
"XMP:ISO"
|
|
510
|
+
],
|
|
511
|
+
"ffprobe": [],
|
|
512
|
+
"ffmpeg": []
|
|
513
|
+
}
|
|
514
|
+
},
|
|
515
|
+
"aperture": {
|
|
516
|
+
"uuid": "aa262fb1-bc4d-5ff8-e3c0-f721aa2a5152-M",
|
|
517
|
+
"canonical": "aperture",
|
|
518
|
+
"description": "Lens aperture f-number",
|
|
519
|
+
"tool_mappings": {
|
|
520
|
+
"exiftool": [
|
|
521
|
+
"EXIF:FNumber",
|
|
522
|
+
"EXIF:ApertureValue",
|
|
523
|
+
"XMP:FNumber"
|
|
524
|
+
],
|
|
525
|
+
"ffprobe": [],
|
|
526
|
+
"ffmpeg": []
|
|
527
|
+
}
|
|
528
|
+
},
|
|
529
|
+
"shutter_speed": {
|
|
530
|
+
"uuid": "90520f09-c651-f98e-f3ec-af7eec7c343a-M",
|
|
531
|
+
"canonical": "shutter_speed",
|
|
532
|
+
"description": "Shutter speed / exposure time",
|
|
533
|
+
"tool_mappings": {
|
|
534
|
+
"exiftool": [
|
|
535
|
+
"EXIF:ShutterSpeedValue",
|
|
536
|
+
"EXIF:ExposureTime",
|
|
537
|
+
"XMP:ShutterSpeedValue"
|
|
538
|
+
],
|
|
539
|
+
"ffprobe": [],
|
|
540
|
+
"ffmpeg": []
|
|
541
|
+
}
|
|
542
|
+
},
|
|
543
|
+
"exposure_compensation": {
|
|
544
|
+
"uuid": "9400931d-ad11-52d5-113b-3d4143d00645-M",
|
|
545
|
+
"canonical": "exposure_compensation",
|
|
546
|
+
"description": "Exposure compensation value in EV",
|
|
547
|
+
"tool_mappings": {
|
|
548
|
+
"exiftool": [
|
|
549
|
+
"EXIF:ExposureCompensation",
|
|
550
|
+
"XMP:ExposureCompensation"
|
|
551
|
+
],
|
|
552
|
+
"ffprobe": [],
|
|
553
|
+
"ffmpeg": []
|
|
554
|
+
}
|
|
555
|
+
},
|
|
556
|
+
"metering_mode": {
|
|
557
|
+
"uuid": "e50fe2db-3c65-eb08-cb60-851130b89544-M",
|
|
558
|
+
"canonical": "metering_mode",
|
|
559
|
+
"description": "Metering mode used (matrix, center-weighted, spot)",
|
|
560
|
+
"tool_mappings": {
|
|
561
|
+
"exiftool": [
|
|
562
|
+
"EXIF:MeteringMode",
|
|
563
|
+
"XMP:MeteringMode"
|
|
564
|
+
],
|
|
565
|
+
"ffprobe": [],
|
|
566
|
+
"ffmpeg": []
|
|
567
|
+
}
|
|
568
|
+
},
|
|
569
|
+
"white_balance": {
|
|
570
|
+
"uuid": "3631dd47-db2d-0598-de6b-55168fe78e61-M",
|
|
571
|
+
"canonical": "white_balance",
|
|
572
|
+
"description": "White balance setting",
|
|
573
|
+
"tool_mappings": {
|
|
574
|
+
"exiftool": [
|
|
575
|
+
"EXIF:WhiteBalance",
|
|
576
|
+
"XMP:WhiteBalance"
|
|
577
|
+
],
|
|
578
|
+
"ffprobe": [],
|
|
579
|
+
"ffmpeg": []
|
|
580
|
+
}
|
|
581
|
+
},
|
|
582
|
+
"flash": {
|
|
583
|
+
"uuid": "51b78911-8bf7-135d-7820-d195bf587b59-M",
|
|
584
|
+
"canonical": "flash",
|
|
585
|
+
"description": "Flash mode and status",
|
|
586
|
+
"tool_mappings": {
|
|
587
|
+
"exiftool": [
|
|
588
|
+
"EXIF:Flash",
|
|
589
|
+
"XMP:Flash"
|
|
590
|
+
],
|
|
591
|
+
"ffprobe": [],
|
|
592
|
+
"ffmpeg": []
|
|
593
|
+
}
|
|
594
|
+
},
|
|
595
|
+
"exposure_mode": {
|
|
596
|
+
"uuid": "4cc3b48f-f1b3-5f17-a21a-db03b83c259e-M",
|
|
597
|
+
"canonical": "exposure_mode",
|
|
598
|
+
"description": "Exposure mode (auto, manual, aperture priority, etc.)",
|
|
599
|
+
"tool_mappings": {
|
|
600
|
+
"exiftool": [
|
|
601
|
+
"EXIF:ExposureMode",
|
|
602
|
+
"EXIF:ExposureProgram"
|
|
603
|
+
],
|
|
604
|
+
"ffprobe": [],
|
|
605
|
+
"ffmpeg": []
|
|
606
|
+
}
|
|
607
|
+
}
|
|
608
|
+
},
|
|
609
|
+
"lens_info": {
|
|
610
|
+
"focal_length": {
|
|
611
|
+
"uuid": "dd357da0-2263-cb50-3b85-26abfd564e86-M",
|
|
612
|
+
"canonical": "focal_length",
|
|
613
|
+
"description": "Focal length in mm",
|
|
614
|
+
"tool_mappings": {
|
|
615
|
+
"exiftool": [
|
|
616
|
+
"EXIF:FocalLength",
|
|
617
|
+
"XMP:FocalLength"
|
|
618
|
+
],
|
|
619
|
+
"ffprobe": [],
|
|
620
|
+
"ffmpeg": []
|
|
621
|
+
}
|
|
622
|
+
},
|
|
623
|
+
"focal_length_35mm": {
|
|
624
|
+
"uuid": "bcd33dc1-7cc2-84d4-20ec-d6d206cb1419-M",
|
|
625
|
+
"canonical": "focal_length_35mm",
|
|
626
|
+
"description": "Focal length in 35mm equivalent",
|
|
627
|
+
"tool_mappings": {
|
|
628
|
+
"exiftool": [
|
|
629
|
+
"EXIF:FocalLengthIn35mmFormat"
|
|
630
|
+
],
|
|
631
|
+
"ffprobe": [],
|
|
632
|
+
"ffmpeg": []
|
|
633
|
+
}
|
|
634
|
+
},
|
|
635
|
+
"lens_model": {
|
|
636
|
+
"uuid": "939c4e47-7f97-a9fb-c8e2-05a171353baf-M",
|
|
637
|
+
"canonical": "lens_model",
|
|
638
|
+
"description": "Lens model name",
|
|
639
|
+
"tool_mappings": {
|
|
640
|
+
"exiftool": [
|
|
641
|
+
"EXIF:LensModel",
|
|
642
|
+
"XMP:Lens"
|
|
643
|
+
],
|
|
644
|
+
"ffprobe": [],
|
|
645
|
+
"ffmpeg": []
|
|
646
|
+
}
|
|
647
|
+
},
|
|
648
|
+
"lens_make": {
|
|
649
|
+
"uuid": "b6c13430-9b2e-804f-bbf5-1917e99757ac-M",
|
|
650
|
+
"canonical": "lens_make",
|
|
651
|
+
"description": "Lens manufacturer",
|
|
652
|
+
"tool_mappings": {
|
|
653
|
+
"exiftool": [
|
|
654
|
+
"EXIF:LensMake"
|
|
655
|
+
],
|
|
656
|
+
"ffprobe": [],
|
|
657
|
+
"ffmpeg": []
|
|
658
|
+
}
|
|
659
|
+
}
|
|
660
|
+
},
|
|
661
|
+
"technical_video": {
|
|
662
|
+
"duration": {
|
|
663
|
+
"uuid": "60cf874f-9f7c-08c0-8d62-d8766ad5cbf0-M",
|
|
664
|
+
"canonical": "duration",
|
|
665
|
+
"description": "Duration in seconds",
|
|
666
|
+
"tool_mappings": {
|
|
667
|
+
"exiftool": [
|
|
668
|
+
"QuickTime:Duration"
|
|
669
|
+
],
|
|
670
|
+
"ffprobe": [
|
|
671
|
+
"duration"
|
|
672
|
+
],
|
|
673
|
+
"ffmpeg": []
|
|
674
|
+
}
|
|
675
|
+
},
|
|
676
|
+
"bitrate": {
|
|
677
|
+
"uuid": "d830eedb-d81b-173d-f60b-1923f967d6ac-M",
|
|
678
|
+
"canonical": "bitrate",
|
|
679
|
+
"description": "Bitrate in bits per second",
|
|
680
|
+
"tool_mappings": {
|
|
681
|
+
"exiftool": [
|
|
682
|
+
"QuickTime:AvgBitrate"
|
|
683
|
+
],
|
|
684
|
+
"ffprobe": [
|
|
685
|
+
"bit_rate"
|
|
686
|
+
],
|
|
687
|
+
"ffmpeg": []
|
|
688
|
+
}
|
|
689
|
+
},
|
|
690
|
+
"frame_rate": {
|
|
691
|
+
"uuid": "c7626f2e-b1c0-1bea-475a-273d418726f6-M",
|
|
692
|
+
"canonical": "frame_rate",
|
|
693
|
+
"description": "Frame rate in frames per second",
|
|
694
|
+
"tool_mappings": {
|
|
695
|
+
"exiftool": [
|
|
696
|
+
"QuickTime:VideoFrameRate"
|
|
697
|
+
],
|
|
698
|
+
"ffprobe": [
|
|
699
|
+
"r_frame_rate",
|
|
700
|
+
"avg_frame_rate"
|
|
701
|
+
],
|
|
702
|
+
"ffmpeg": []
|
|
703
|
+
}
|
|
704
|
+
},
|
|
705
|
+
"video_codec": {
|
|
706
|
+
"uuid": "c91bcc02-56ad-b27c-b317-0c48a5216ac6-M",
|
|
707
|
+
"canonical": "video_codec",
|
|
708
|
+
"description": "Video codec identifier",
|
|
709
|
+
"tool_mappings": {
|
|
710
|
+
"exiftool": [
|
|
711
|
+
"QuickTime:VideoCodec"
|
|
712
|
+
],
|
|
713
|
+
"ffprobe": [
|
|
714
|
+
"codec_name"
|
|
715
|
+
],
|
|
716
|
+
"ffmpeg": [
|
|
717
|
+
"vcodec"
|
|
718
|
+
]
|
|
719
|
+
}
|
|
720
|
+
},
|
|
721
|
+
"audio_codec": {
|
|
722
|
+
"uuid": "1b4d1e2c-d37b-21c9-17f4-14632ee59f1b-M",
|
|
723
|
+
"canonical": "audio_codec",
|
|
724
|
+
"description": "Audio codec identifier",
|
|
725
|
+
"tool_mappings": {
|
|
726
|
+
"exiftool": [
|
|
727
|
+
"QuickTime:AudioCodec"
|
|
728
|
+
],
|
|
729
|
+
"ffprobe": [
|
|
730
|
+
"codec_name"
|
|
731
|
+
],
|
|
732
|
+
"ffmpeg": [
|
|
733
|
+
"acodec"
|
|
734
|
+
]
|
|
735
|
+
}
|
|
736
|
+
},
|
|
737
|
+
"audio_sample_rate": {
|
|
738
|
+
"uuid": "fd644399-1b29-983a-6005-ba1cf3564068-M",
|
|
739
|
+
"canonical": "audio_sample_rate",
|
|
740
|
+
"description": "Audio sample rate in Hz",
|
|
741
|
+
"tool_mappings": {
|
|
742
|
+
"exiftool": [
|
|
743
|
+
"QuickTime:AudioSampleRate"
|
|
744
|
+
],
|
|
745
|
+
"ffprobe": [
|
|
746
|
+
"sample_rate"
|
|
747
|
+
],
|
|
748
|
+
"ffmpeg": []
|
|
749
|
+
}
|
|
750
|
+
},
|
|
751
|
+
"audio_channels": {
|
|
752
|
+
"uuid": "20d3715c-6d35-4143-d079-479dc8d28646-M",
|
|
753
|
+
"canonical": "audio_channels",
|
|
754
|
+
"description": "Number of audio channels",
|
|
755
|
+
"tool_mappings": {
|
|
756
|
+
"exiftool": [
|
|
757
|
+
"QuickTime:AudioChannels"
|
|
758
|
+
],
|
|
759
|
+
"ffprobe": [
|
|
760
|
+
"channels"
|
|
761
|
+
],
|
|
762
|
+
"ffmpeg": []
|
|
763
|
+
}
|
|
764
|
+
}
|
|
765
|
+
},
|
|
766
|
+
"file_technical": {
|
|
767
|
+
"file_size": {
|
|
768
|
+
"uuid": "e34bf65b-cdfc-c495-dba9-5f6d0c4deff5-M",
|
|
769
|
+
"canonical": "file_size",
|
|
770
|
+
"description": "File size in bytes",
|
|
771
|
+
"tool_mappings": {
|
|
772
|
+
"exiftool": [
|
|
773
|
+
"File:FileSize"
|
|
774
|
+
],
|
|
775
|
+
"ffprobe": [
|
|
776
|
+
"size"
|
|
777
|
+
],
|
|
778
|
+
"ffmpeg": []
|
|
779
|
+
}
|
|
780
|
+
},
|
|
781
|
+
"file_type": {
|
|
782
|
+
"uuid": "11f2c835-5a42-1083-d3de-152d7e1a6936-M",
|
|
783
|
+
"canonical": "file_type",
|
|
784
|
+
"description": "File format or container type",
|
|
785
|
+
"tool_mappings": {
|
|
786
|
+
"exiftool": [
|
|
787
|
+
"File:FileType"
|
|
788
|
+
],
|
|
789
|
+
"ffprobe": [
|
|
790
|
+
"format_name"
|
|
791
|
+
],
|
|
792
|
+
"ffmpeg": []
|
|
793
|
+
}
|
|
794
|
+
},
|
|
795
|
+
"encoding_settings": {
|
|
796
|
+
"uuid": "99978114-10ff-19f2-c62f-91eae32a8f08-M",
|
|
797
|
+
"canonical": "encoding_settings",
|
|
798
|
+
"description": "Encoding settings used during creation",
|
|
799
|
+
"tool_mappings": {
|
|
800
|
+
"exiftool": [
|
|
801
|
+
"QuickTime:EncodingSettings"
|
|
802
|
+
],
|
|
803
|
+
"ffprobe": [
|
|
804
|
+
"encoder_options"
|
|
805
|
+
],
|
|
806
|
+
"ffmpeg": []
|
|
807
|
+
}
|
|
808
|
+
}
|
|
809
|
+
},
|
|
810
|
+
"audio_music": {
|
|
811
|
+
"album": {
|
|
812
|
+
"uuid": "45de98e7-9139-b226-a638-1b5014579f4b-M",
|
|
813
|
+
"canonical": "album",
|
|
814
|
+
"description": "Album name for music/audio content",
|
|
815
|
+
"tool_mappings": {
|
|
816
|
+
"exiftool": [
|
|
817
|
+
"XMP:Album",
|
|
818
|
+
"ID3:Album"
|
|
819
|
+
],
|
|
820
|
+
"ffprobe": [
|
|
821
|
+
"album"
|
|
822
|
+
],
|
|
823
|
+
"ffmpeg": [
|
|
824
|
+
"album"
|
|
825
|
+
]
|
|
826
|
+
}
|
|
827
|
+
},
|
|
828
|
+
"album_artist": {
|
|
829
|
+
"uuid": "19552d34-d5e3-7bed-396e-7c5214b22fa7-M",
|
|
830
|
+
"canonical": "album_artist",
|
|
831
|
+
"description": "Album artist (different from track artist)",
|
|
832
|
+
"tool_mappings": {
|
|
833
|
+
"exiftool": [
|
|
834
|
+
"XMP:AlbumArtist",
|
|
835
|
+
"ID3:AlbumArtist"
|
|
836
|
+
],
|
|
837
|
+
"ffprobe": [
|
|
838
|
+
"album_artist"
|
|
839
|
+
],
|
|
840
|
+
"ffmpeg": [
|
|
841
|
+
"album_artist"
|
|
842
|
+
]
|
|
843
|
+
}
|
|
844
|
+
},
|
|
845
|
+
"composer": {
|
|
846
|
+
"uuid": "29774ef3-28a4-46e1-02c7-b0b3c8dd5fda-M",
|
|
847
|
+
"canonical": "composer",
|
|
848
|
+
"description": "Music composer",
|
|
849
|
+
"tool_mappings": {
|
|
850
|
+
"exiftool": [
|
|
851
|
+
"XMP:Composer",
|
|
852
|
+
"ID3:Composer"
|
|
853
|
+
],
|
|
854
|
+
"ffprobe": [
|
|
855
|
+
"composer"
|
|
856
|
+
],
|
|
857
|
+
"ffmpeg": [
|
|
858
|
+
"composer"
|
|
859
|
+
]
|
|
860
|
+
}
|
|
861
|
+
},
|
|
862
|
+
"genre": {
|
|
863
|
+
"uuid": "237dceaf-f077-74fb-c17e-f22de3135c61-M",
|
|
864
|
+
"canonical": "genre",
|
|
865
|
+
"description": "Genre classification (music, film, etc.)",
|
|
866
|
+
"tool_mappings": {
|
|
867
|
+
"exiftool": [
|
|
868
|
+
"XMP:Genre",
|
|
869
|
+
"ID3:Genre",
|
|
870
|
+
"QuickTime:Genre"
|
|
871
|
+
],
|
|
872
|
+
"ffprobe": [
|
|
873
|
+
"genre"
|
|
874
|
+
],
|
|
875
|
+
"ffmpeg": [
|
|
876
|
+
"genre"
|
|
877
|
+
]
|
|
878
|
+
}
|
|
879
|
+
},
|
|
880
|
+
"track_number": {
|
|
881
|
+
"uuid": "f8cd59fc-cf3e-0569-432d-f74b2c424660-M",
|
|
882
|
+
"canonical": "track_number",
|
|
883
|
+
"description": "Track number in album/collection",
|
|
884
|
+
"tool_mappings": {
|
|
885
|
+
"exiftool": [
|
|
886
|
+
"XMP:TrackNumber",
|
|
887
|
+
"ID3:Track"
|
|
888
|
+
],
|
|
889
|
+
"ffprobe": [
|
|
890
|
+
"track"
|
|
891
|
+
],
|
|
892
|
+
"ffmpeg": [
|
|
893
|
+
"track"
|
|
894
|
+
]
|
|
895
|
+
}
|
|
896
|
+
},
|
|
897
|
+
"disc_number": {
|
|
898
|
+
"uuid": "08806a5e-2635-935d-b040-cc988d4a85db-M",
|
|
899
|
+
"canonical": "disc_number",
|
|
900
|
+
"description": "Disc number in multi-disc set",
|
|
901
|
+
"tool_mappings": {
|
|
902
|
+
"exiftool": [
|
|
903
|
+
"XMP:DiscNumber",
|
|
904
|
+
"ID3:Disc"
|
|
905
|
+
],
|
|
906
|
+
"ffprobe": [
|
|
907
|
+
"disc"
|
|
908
|
+
],
|
|
909
|
+
"ffmpeg": [
|
|
910
|
+
"disc"
|
|
911
|
+
]
|
|
912
|
+
}
|
|
913
|
+
},
|
|
914
|
+
"performer": {
|
|
915
|
+
"uuid": "a0be6763-cbe8-7edf-eff1-29717391bd52-M",
|
|
916
|
+
"canonical": "performer",
|
|
917
|
+
"description": "Performer (different from composer/artist)",
|
|
918
|
+
"tool_mappings": {
|
|
919
|
+
"exiftool": [
|
|
920
|
+
"XMP:Performer",
|
|
921
|
+
"ID3:Performer"
|
|
922
|
+
],
|
|
923
|
+
"ffprobe": [
|
|
924
|
+
"performer"
|
|
925
|
+
],
|
|
926
|
+
"ffmpeg": [
|
|
927
|
+
"performer"
|
|
928
|
+
]
|
|
929
|
+
}
|
|
930
|
+
},
|
|
931
|
+
"publisher": {
|
|
932
|
+
"uuid": "ae105005-7517-21a6-dff7-a676c6cd62b7-M",
|
|
933
|
+
"canonical": "publisher",
|
|
934
|
+
"description": "Publisher or record label",
|
|
935
|
+
"tool_mappings": {
|
|
936
|
+
"exiftool": [
|
|
937
|
+
"XMP:Publisher",
|
|
938
|
+
"ID3:Publisher"
|
|
939
|
+
],
|
|
940
|
+
"ffprobe": [
|
|
941
|
+
"publisher"
|
|
942
|
+
],
|
|
943
|
+
"ffmpeg": [
|
|
944
|
+
"publisher"
|
|
945
|
+
]
|
|
946
|
+
}
|
|
947
|
+
},
|
|
948
|
+
"lyrics": {
|
|
949
|
+
"uuid": "b35bd25e-4b32-b505-e2e9-ec8f85f86ae8-M",
|
|
950
|
+
"canonical": "lyrics",
|
|
951
|
+
"description": "Song lyrics text",
|
|
952
|
+
"tool_mappings": {
|
|
953
|
+
"exiftool": [
|
|
954
|
+
"ID3:Lyrics"
|
|
955
|
+
],
|
|
956
|
+
"ffprobe": [
|
|
957
|
+
"lyrics"
|
|
958
|
+
],
|
|
959
|
+
"ffmpeg": [
|
|
960
|
+
"lyrics"
|
|
961
|
+
]
|
|
962
|
+
}
|
|
963
|
+
},
|
|
964
|
+
"compilation": {
|
|
965
|
+
"uuid": "4d1f54b9-73e8-f067-13cc-a4ef1463d672-M",
|
|
966
|
+
"canonical": "compilation",
|
|
967
|
+
"description": "Compilation flag (boolean)",
|
|
968
|
+
"tool_mappings": {
|
|
969
|
+
"exiftool": [
|
|
970
|
+
"ID3:Compilation"
|
|
971
|
+
],
|
|
972
|
+
"ffprobe": [
|
|
973
|
+
"compilation"
|
|
974
|
+
],
|
|
975
|
+
"ffmpeg": [
|
|
976
|
+
"compilation"
|
|
977
|
+
]
|
|
978
|
+
}
|
|
979
|
+
},
|
|
980
|
+
"grouping": {
|
|
981
|
+
"uuid": "825ed000-3676-655d-3d82-e64d5a2fb1b2-M",
|
|
982
|
+
"canonical": "grouping",
|
|
983
|
+
"description": "Music grouping or collection",
|
|
984
|
+
"tool_mappings": {
|
|
985
|
+
"exiftool": [
|
|
986
|
+
"ID3:Grouping",
|
|
987
|
+
"QuickTime:Grouping"
|
|
988
|
+
],
|
|
989
|
+
"ffprobe": [
|
|
990
|
+
"grouping"
|
|
991
|
+
],
|
|
992
|
+
"ffmpeg": [
|
|
993
|
+
"grouping"
|
|
994
|
+
]
|
|
995
|
+
}
|
|
996
|
+
},
|
|
997
|
+
"encoded_by": {
|
|
998
|
+
"uuid": "bdd7da33-bb13-4ed1-3bac-a4b0aeb2e58b-M",
|
|
999
|
+
"canonical": "encoded_by",
|
|
1000
|
+
"description": "Person/organization that encoded the file",
|
|
1001
|
+
"tool_mappings": {
|
|
1002
|
+
"exiftool": [
|
|
1003
|
+
"ID3:EncodedBy"
|
|
1004
|
+
],
|
|
1005
|
+
"ffprobe": [
|
|
1006
|
+
"encoded_by"
|
|
1007
|
+
],
|
|
1008
|
+
"ffmpeg": [
|
|
1009
|
+
"encoded_by"
|
|
1010
|
+
]
|
|
1011
|
+
}
|
|
1012
|
+
}
|
|
1013
|
+
},
|
|
1014
|
+
"broadcast_video": {
|
|
1015
|
+
"show": {
|
|
1016
|
+
"uuid": "40d2829b-7e91-0f1a-0267-d89a1467b1c6-M",
|
|
1017
|
+
"canonical": "show",
|
|
1018
|
+
"description": "TV show or series name",
|
|
1019
|
+
"tool_mappings": {
|
|
1020
|
+
"exiftool": [
|
|
1021
|
+
"QuickTime:Show"
|
|
1022
|
+
],
|
|
1023
|
+
"ffprobe": [
|
|
1024
|
+
"show"
|
|
1025
|
+
],
|
|
1026
|
+
"ffmpeg": [
|
|
1027
|
+
"show"
|
|
1028
|
+
]
|
|
1029
|
+
}
|
|
1030
|
+
},
|
|
1031
|
+
"episode_id": {
|
|
1032
|
+
"uuid": "1a68aaa6-feca-a464-11fe-27b113103c59-M",
|
|
1033
|
+
"canonical": "episode_id",
|
|
1034
|
+
"description": "Episode identifier",
|
|
1035
|
+
"tool_mappings": {
|
|
1036
|
+
"exiftool": [
|
|
1037
|
+
"QuickTime:EpisodeID"
|
|
1038
|
+
],
|
|
1039
|
+
"ffprobe": [
|
|
1040
|
+
"episode_id"
|
|
1041
|
+
],
|
|
1042
|
+
"ffmpeg": [
|
|
1043
|
+
"episode_id"
|
|
1044
|
+
]
|
|
1045
|
+
}
|
|
1046
|
+
},
|
|
1047
|
+
"season_number": {
|
|
1048
|
+
"uuid": "ba5c57e9-e4b3-8c3d-78c5-8d4b4f1a064c-M",
|
|
1049
|
+
"canonical": "season_number",
|
|
1050
|
+
"description": "Season number for TV series",
|
|
1051
|
+
"tool_mappings": {
|
|
1052
|
+
"exiftool": [
|
|
1053
|
+
"QuickTime:Season"
|
|
1054
|
+
],
|
|
1055
|
+
"ffprobe": [
|
|
1056
|
+
"season_number"
|
|
1057
|
+
],
|
|
1058
|
+
"ffmpeg": [
|
|
1059
|
+
"season_number"
|
|
1060
|
+
]
|
|
1061
|
+
}
|
|
1062
|
+
},
|
|
1063
|
+
"episode_sort": {
|
|
1064
|
+
"uuid": "25146ec2-176f-f619-f3a7-f8bb7a0ff76f-M",
|
|
1065
|
+
"canonical": "episode_sort",
|
|
1066
|
+
"description": "Episode sort order",
|
|
1067
|
+
"tool_mappings": {
|
|
1068
|
+
"exiftool": [
|
|
1069
|
+
"QuickTime:EpisodeSort"
|
|
1070
|
+
],
|
|
1071
|
+
"ffprobe": [
|
|
1072
|
+
"episode_sort"
|
|
1073
|
+
],
|
|
1074
|
+
"ffmpeg": [
|
|
1075
|
+
"episode_sort"
|
|
1076
|
+
]
|
|
1077
|
+
}
|
|
1078
|
+
},
|
|
1079
|
+
"network": {
|
|
1080
|
+
"uuid": "f433b128-5ddd-8a1a-cfff-5786e6d628d2-M",
|
|
1081
|
+
"canonical": "network",
|
|
1082
|
+
"description": "Broadcast network or channel",
|
|
1083
|
+
"tool_mappings": {
|
|
1084
|
+
"exiftool": [
|
|
1085
|
+
"QuickTime:Network"
|
|
1086
|
+
],
|
|
1087
|
+
"ffprobe": [
|
|
1088
|
+
"network"
|
|
1089
|
+
],
|
|
1090
|
+
"ffmpeg": [
|
|
1091
|
+
"network"
|
|
1092
|
+
]
|
|
1093
|
+
}
|
|
1094
|
+
},
|
|
1095
|
+
"synopsis": {
|
|
1096
|
+
"uuid": "c784cc01-b0ac-4703-a594-fccadbb72c42-M",
|
|
1097
|
+
"canonical": "synopsis",
|
|
1098
|
+
"description": "Extended synopsis or summary",
|
|
1099
|
+
"tool_mappings": {
|
|
1100
|
+
"exiftool": [
|
|
1101
|
+
"QuickTime:Synopsis"
|
|
1102
|
+
],
|
|
1103
|
+
"ffprobe": [
|
|
1104
|
+
"synopsis"
|
|
1105
|
+
],
|
|
1106
|
+
"ffmpeg": [
|
|
1107
|
+
"synopsis"
|
|
1108
|
+
]
|
|
1109
|
+
}
|
|
1110
|
+
}
|
|
1111
|
+
}
|
|
1112
|
+
}
|
|
1113
|
+
}
|