#62 temp test level added

This commit is contained in:
UKDTOM 2020-06-14 21:30:15 +02:00
parent 67222a8b0b
commit ed07be939e

View file

@ -6,9 +6,13 @@
"Level 3": "level3", "Level 3": "level3",
"Level 4": "level4", "Level 4": "level4",
"Level 5": "level5", "Level 5": "level5",
"Level 6": "level6" "Level 6": "level6",
}, "Test Tommy": "testtommy"
},
"level": { "level": {
"testtommy": [
"Media ID", "Title"
],
"level1": [ "level1": [
"Media ID", "Title", "Sort title", "Media ID", "Title", "Sort title",
"Studio", "Content Rating", "Year", "Studio", "Content Rating", "Year",
@ -171,748 +175,748 @@
"fields": { "fields": {
"Media ID": "Media ID":
{ {
"key": "ratingKey", "key": "MediaContainer.Metadata[0].ratingKey",
"call": "1", "call": 1,
"type": "string" "type": "string"
}, },
"Title": "Title":
{ {
"key": "title", "key": "MediaContainer.Metadata[0].title",
"call": "1", "call": 1,
"type": "string" "type": "string"
}, },
"Sort title": "Sort title":
{ {
"key": "titleSort", "key": "titleSort",
"call": "1", "call": 1,
"type": "string" "type": "string"
}, },
"Studio": "Studio":
{ {
"key": "studio", "key": "studio",
"call": "1", "call": 1,
"type": "string" "type": "string"
}, },
"Content Rating": "Content Rating":
{ {
"key": "contentRating", "key": "contentRating",
"call": "1", "call": 1,
"type": "int32" "type": "int32"
}, },
"Year": "Year":
{ {
"key": "year", "key": "year",
"call": "1", "call": 1,
"type": "int" "type": "int"
}, },
"Rating": "Rating":
{ {
"key": "rating", "key": "rating",
"call": "1", "call": 1,
"type": "int32" "type": "int32"
}, },
"Summary": "Summary":
{ {
"key": "summary", "key": "summary",
"call": "1", "call": 1,
"type": "string" "type": "string"
}, },
"Genre": "Genre":
{ {
"key": "['Genre']['tag']", "key": "['Genre']['tag']",
"call": "1", "call": 1,
"type": "array" "type": "array"
}, },
"View Count": "View Count":
{ {
"key": "viewCount", "key": "viewCount",
"call": "1", "call": 1,
"type": "int" "type": "int"
}, },
"Last Viewed at": "Last Viewed at":
{ {
"key": "lastViewedAt", "key": "lastViewedAt",
"call": "1", "call": 1,
"type": "datetime" "type": "datetime"
}, },
"Tagline": "Tagline":
{ {
"key": "tagline", "key": "tagline",
"call": "1", "call": 1,
"type": "string" "type": "string"
}, },
"Release Date": "Release Date":
{ {
"key": "originallyAvailableAt", "key": "originallyAvailableAt",
"call": "1", "call": 1,
"type": "string" "type": "string"
}, },
"Writers": "Writers":
{ {
"key": "['Writer']['tag']", "key": "['Writer']['tag']",
"call": "1", "call": 1,
"type": "array" "type": "array"
}, },
"Country": "Country":
{ {
"key": "['Country']['tag']", "key": "['Country']['tag']",
"call": "1", "call": 1,
"type": "array" "type": "array"
}, },
"Duration": "Duration":
{ {
"key": "duration", "key": "duration",
"call": "1", "call": 1,
"type": "time" "type": "time"
}, },
"Directors": "Directors":
{ {
"key": "['Director']['tag']", "key": "['Director']['tag']",
"call": "1", "call": 1,
"type": "array" "type": "array"
}, },
"Roles": "Roles":
{ {
"key": "['Role']['tag']", "key": "['Role']['tag']",
"call": "1", "call": 1,
"type": "array" "type": "array"
}, },
"Audience Rating": "Audience Rating":
{ {
"key": "audienceRating", "key": "audienceRating",
"call": "1", "call": 1,
"type": "string" "type": "string"
}, },
"User Rating": "User Rating":
{ {
"key": "userRating", "key": "userRating",
"call": "1", "call": 1,
"type": "string" "type": "string"
}, },
"Labels": "Labels":
{ {
"key": "['Label']['tag']", "key": "['Label']['tag']",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Locked Fields": "Locked Fields":
{ {
"key": "['Field']['name']", "key": "['Field']['name']",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Extras": "Extras":
{ {
"key": "['Extras']['size']", "key": "['Extras']['size']",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Extras-behindthescenes": "Extras-behindthescenes":
{ {
"key": "['Extras']['Video'][@subtype='behindTheScenes']", "key": "['Extras']['Video'][@subtype='behindTheScenes']",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Extras-deleted": "Extras-deleted":
{ {
"key": "['Extras']['Video'][@subtype='deleted']", "key": "['Extras']['Video'][@subtype='deleted']",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Extras-featurette": "Extras-featurette":
{ {
"key": "['Extras']['Video'][@subtype='featurette']", "key": "['Extras']['Video'][@subtype='featurette']",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Extras-interview": "Extras-interview":
{ {
"key": "['Extras']['Video'][@subtype='interview']", "key": "['Extras']['Video'][@subtype='interview']",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Extras-scene": "Extras-scene":
{ {
"key": "['Extras']['Video'][@subtype='scene']", "key": "['Extras']['Video'][@subtype='scene']",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Extras-short": "Extras-short":
{ {
"key": "['Extras']['Video'][@subtype='short']", "key": "['Extras']['Video'][@subtype='short']",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Extras-trailer": "Extras-trailer":
{ {
"key": "['Extras']['Video'][@subtype='trailer']", "key": "['Extras']['Video'][@subtype='trailer']",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Collections": "Collections":
{ {
"key": "['Collection']['tag']", "key": "['Collection']['tag']",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Original Title": "Original Title":
{ {
"key": "['originalTitle']", "key": "['originalTitle']",
"call": "2", "call": 2,
"type": "string" "type": "string"
}, },
"Added": "Added":
{ {
"key": "['addedAt']", "key": "['addedAt']",
"call": "2", "call": 2,
"type": "datetime" "type": "datetime"
}, },
"Updated": "Updated":
{ {
"key": "['updatedAt']", "key": "['updatedAt']",
"call": "2", "call": 2,
"type": "datetime" "type": "datetime"
}, },
"Audio Languages": "Audio Languages":
{ {
"key": "[Media][Part][Stream][@streamType=2][@languageCode]", "key": "[Media][Part][Stream][@streamType=2][@languageCode]",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Audio Title": "Audio Title":
{ {
"key": "[Media][Part][Stream][@streamType=2][@title]", "key": "[Media][Part][Stream][@streamType=2][@title]",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Subtitle Languages": "Subtitle Languages":
{ {
"key": "[Media][Part][Stream][@streamType=3][@languageCode]", "key": "[Media][Part][Stream][@streamType=3][@languageCode]",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Subtitle Title": "Subtitle Title":
{ {
"key": "[Media][Part][Stream][@streamType=3][@title]", "key": "[Media][Part][Stream][@streamType=3][@title]",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Subtitle Codec": "Subtitle Codec":
{ {
"key": "[Media][Part][Stream][@streamType=3][@codec]", "key": "[Media][Part][Stream][@streamType=3][@codec]",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Subtitle Forced": "Subtitle Forced":
{ {
"key": "[Media][Part][Stream][@streamType=3][@forced]", "key": "[Media][Part][Stream][@streamType=3][@forced]",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Accessible": "Accessible":
{ {
"key": "[Media][Part][accessible]", "key": "[Media][Part][accessible]",
"call": "2", "call": 2,
"type": "string" "type": "string"
}, },
"Exists": "Exists":
{ {
"key": "[Media][Part][exists]", "key": "[Media][Part][exists]",
"call": "2", "call": 2,
"type": "string" "type": "string"
}, },
"MetaDB Link": "MetaDB Link":
{ {
"key": "[Media][guid]", "key": "[Media][guid]",
"call": "2", "call": 2,
"type": "string" "type": "string"
}, },
"MetaData Language": "MetaData Language":
{ {
"key": "[Media][guid]", "key": "[Media][guid]",
"call": "2", "call": 2,
"type": "string" "type": "string"
}, },
"Poster url": "Poster url":
{ {
"key": "[Media][thumb]", "key": "[Media][thumb]",
"call": "2", "call": 2,
"type": "string" "type": "string"
}, },
"Art url": "Art url":
{ {
"key": "[Media][art]", "key": "[Media][art]",
"call": "2", "call": 2,
"type": "string" "type": "string"
}, },
"Chapter Source": "Chapter Source":
{ {
"key": "[Media][chapterSource]", "key": "[Media][chapterSource]",
"call": "2", "call": 2,
"type": "string" "type": "string"
}, },
"Chapter Title": "Chapter Title":
{ {
"key": "[Chapter][tag]", "key": "[Chapter][tag]",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Chapter Count": "Chapter Count":
{ {
"key": "[Chapter][index]", "key": "[Chapter][index]",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Video Resolution": "Video Resolution":
{ {
"key": "[Media][videoResolution]", "key": "[Media][videoResolution]",
"call": "2", "call": 2,
"type": "string" "type": "string"
}, },
"Bitrate": "Bitrate":
{ {
"key": "[Media][bitrate]", "key": "[Media][bitrate]",
"call": "2", "call": 2,
"type": "string" "type": "string"
}, },
"Width": "Width":
{ {
"key": "[Media][width]", "key": "[Media][width]",
"call": "2", "call": 2,
"type": "string" "type": "string"
}, },
"Height": "Height":
{ {
"key": "[Media][height]", "key": "[Media][height]",
"call": "2", "call": 2,
"type": "string" "type": "string"
}, },
"Aspect Ratio": "Aspect Ratio":
{ {
"key": "[Media][aspectRatio]", "key": "[Media][aspectRatio]",
"call": "2", "call": 2,
"type": "string" "type": "string"
}, },
"Audio Channels": "Audio Channels":
{ {
"key": "[Media][audioChannels]", "key": "[Media][audioChannels]",
"call": "2", "call": 2,
"type": "string" "type": "string"
}, },
"Audio Codec": "Audio Codec":
{ {
"key": "[Media][audioCodec]", "key": "[Media][audioCodec]",
"call": "2", "call": 2,
"type": "string" "type": "string"
}, },
"Video Codec": "Video Codec":
{ {
"key": "[Media][videoCodec]", "key": "[Media][videoCodec]",
"call": "2", "call": 2,
"type": "string" "type": "string"
}, },
"Container": "Container":
{ {
"key": "[Media][container]", "key": "[Media][container]",
"call": "2", "call": 2,
"type": "string" "type": "string"
}, },
"Video FrameRate": "Video FrameRate":
{ {
"key": "[Media][videoFrameRate]", "key": "[Media][videoFrameRate]",
"call": "2", "call": 2,
"type": "string" "type": "string"
}, },
"Part File Combined": "Part File Combined":
{ {
"key": "[Media][Part][@file]", "key": "[Media][Part][@file]",
"call": "2", "call": 2,
"type": "string" "type": "string"
}, },
"Part File Path": "Part File Path":
{ {
"key": "[Media][Part][@file]", "key": "[Media][Part][@file]",
"call": "2", "call": 2,
"type": "string", "type": "string",
"postProcess": true "postProcess": true
}, },
"Part Size": "Part Size":
{ {
"key": "[Media][Part][@size]", "key": "[Media][Part][@size]",
"call": "2", "call": 2,
"type": "string" "type": "string"
}, },
"Part Size as Bytes": "Part Size as Bytes":
{ {
"key": "[Media][Part][@size]", "key": "[Media][Part][@size]",
"call": "2", "call": 2,
"type": "string", "type": "string",
"postProcess": true "postProcess": true
}, },
"Part Indexed": "Part Indexed":
{ {
"key": "[Media][Part][@indexes]", "key": "[Media][Part][@indexes]",
"call": "2", "call": 2,
"type": "string" "type": "string"
}, },
"Part Duration": "Part Duration":
{ {
"key": "[Media][Part][@duration]", "key": "[Media][Part][@duration]",
"call": "2", "call": 2,
"type": "string" "type": "string"
}, },
"Part Container": "Part Container":
{ {
"key": "[Media][Part][@container]", "key": "[Media][Part][@container]",
"call": "2", "call": 2,
"type": "string" "type": "string"
}, },
"Part Optimized for Streaming": "Part Optimized for Streaming":
{ {
"key": "[Media][Part][@optimizedForStreaming]", "key": "[Media][Part][@optimizedForStreaming]",
"call": "2", "call": 2,
"type": "string" "type": "string"
}, },
"Part Deep Analysis Version": "Part Deep Analysis Version":
{ {
"key": "[Media][Part][@deepAnalysisVersion]", "key": "[Media][Part][@deepAnalysisVersion]",
"call": "2", "call": 2,
"type": "string" "type": "string"
}, },
"Required Bandwidths": "Required Bandwidths":
{ {
"key": "[Media][Part][@requiredBandwidths]", "key": "[Media][Part][@requiredBandwidths]",
"call": "2", "call": 2,
"type": "string" "type": "string"
}, },
"Video Stream Title": "Video Stream Title":
{ {
"key": "Media/Part/Stream[@streamType=1]/@title", "key": "Media/Part/Stream[@streamType=1]/@title",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Video Stream Default": "Video Stream Default":
{ {
"key": "Media/Part/Stream[@streamType=1]/@default", "key": "Media/Part/Stream[@streamType=1]/@default",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Video Stream Index": "Video Stream Index":
{ {
"key": "Media/Part/Stream[@streamType=1]/@index", "key": "Media/Part/Stream[@streamType=1]/@index",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Video Stream Pixel Format": "Video Stream Pixel Format":
{ {
"key": "Media/Part/Stream[@streamType=1]/@pixelFormat", "key": "Media/Part/Stream[@streamType=1]/@pixelFormat",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Video Stream Profile": "Video Stream Profile":
{ {
"key": "Media/Part/Stream[@streamType=1]/@profile", "key": "Media/Part/Stream[@streamType=1]/@profile",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Video Stream Ref Frames": "Video Stream Ref Frames":
{ {
"key": "Media/Part/Stream[@streamType=1]/@refFrames", "key": "Media/Part/Stream[@streamType=1]/@refFrames",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Video Stream Scan Type": "Video Stream Scan Type":
{ {
"key": "Media/Part/Stream[@streamType=1]/@scanType", "key": "Media/Part/Stream[@streamType=1]/@scanType",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Video Stream Stream Identifier": "Video Stream Stream Identifier":
{ {
"key": "Media/Part/Stream[@streamType=1]/@streamIdentifier", "key": "Media/Part/Stream[@streamType=1]/@streamIdentifier",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Video Stream Width": "Video Stream Width":
{ {
"key": "Media/Part/Stream[@streamType=1]/@width", "key": "Media/Part/Stream[@streamType=1]/@width",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Video Stream Pixel Aspect Ratio": "Video Stream Pixel Aspect Ratio":
{ {
"key": "Media/Part/Stream[@streamType=1]/@pixelAspectRatio", "key": "Media/Part/Stream[@streamType=1]/@pixelAspectRatio",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Video Stream Height": "Video Stream Height":
{ {
"key": "Media/Part/Stream[@streamType=1]/@height", "key": "Media/Part/Stream[@streamType=1]/@height",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Video Stream Has Scaling Matrix": "Video Stream Has Scaling Matrix":
{ {
"key": "Media/Part/Stream[@streamType=1]/@hasScalingMatrix", "key": "Media/Part/Stream[@streamType=1]/@hasScalingMatrix",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Video Stream Frame Rate Mode": "Video Stream Frame Rate Mode":
{ {
"key": "Media/Part/Stream[@streamType=1]/@frameRateMode", "key": "Media/Part/Stream[@streamType=1]/@frameRateMode",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Video Stream Frame Rate": "Video Stream Frame Rate":
{ {
"key": "Media/Part/Stream[@streamType=1]/@frameRate", "key": "Media/Part/Stream[@streamType=1]/@frameRate",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Video Stream Codec": "Video Stream Codec":
{ {
"key": "Media/Part/Stream[@streamType=1]/@codec", "key": "Media/Part/Stream[@streamType=1]/@codec",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Video Stream Codec ID": "Video Stream Codec ID":
{ {
"key": "Media/Part/Stream[@streamType=1]/@codecID", "key": "Media/Part/Stream[@streamType=1]/@codecID",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Video Stream Chroma Sub Sampling": "Video Stream Chroma Sub Sampling":
{ {
"key": "Media/Part/Stream[@streamType=1]/@chromaSubsampling", "key": "Media/Part/Stream[@streamType=1]/@chromaSubsampling",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Video Stream Color Primaries": "Video Stream Color Primaries":
{ {
"key": "Media/Part/Stream[@streamType=1]/@colorPrimaries", "key": "Media/Part/Stream[@streamType=1]/@colorPrimaries",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Video Stream Color Range": "Video Stream Color Range":
{ {
"key": "Media/Part/Stream[@streamType=1]/@colorRange", "key": "Media/Part/Stream[@streamType=1]/@colorRange",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Video Stream Color Space": "Video Stream Color Space":
{ {
"key": "Media/Part/Stream[@streamType=1]/@colorSpace", "key": "Media/Part/Stream[@streamType=1]/@colorSpace",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Video Stream Color Trc": "Video Stream Color Trc":
{ {
"key": "Media/Part/Stream[@streamType=1]/@colorTrc", "key": "Media/Part/Stream[@streamType=1]/@colorTrc",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Video Stream Cabac": "Video Stream Cabac":
{ {
"key": "Media/Part/Stream[@streamType=1]/@cabac", "key": "Media/Part/Stream[@streamType=1]/@cabac",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Video Stream Anamorphic": "Video Stream Anamorphic":
{ {
"key": "Media/Part/Stream[@streamType=1]/@anamorphic", "key": "Media/Part/Stream[@streamType=1]/@anamorphic",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Video Stream Language Code": "Video Stream Language Code":
{ {
"key": "Media/Part/Stream[@streamType=1]/@languageCode", "key": "Media/Part/Stream[@streamType=1]/@languageCode",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Video Stream Language": "Video Stream Language":
{ {
"key": "Media/Part/Stream[@streamType=1]/@language", "key": "Media/Part/Stream[@streamType=1]/@language",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Video Stream Bitrate": "Video Stream Bitrate":
{ {
"key": "Media/Part/Stream[@streamType=1]/@bitrate", "key": "Media/Part/Stream[@streamType=1]/@bitrate",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Video Stream Bit Depth": "Video Stream Bit Depth":
{ {
"key": "Media/Part/Stream[@streamType=1]/@bitDepth", "key": "Media/Part/Stream[@streamType=1]/@bitDepth",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Video Stream Duration": "Video Stream Duration":
{ {
"key": "Media/Part/Stream[@streamType=1]/@duration", "key": "Media/Part/Stream[@streamType=1]/@duration",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Video Stream Required Bandwidths": "Video Stream Required Bandwidths":
{ {
"key": "Media/Part/Stream[@streamType=1]/@requiredBandwidths", "key": "Media/Part/Stream[@streamType=1]/@requiredBandwidths",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Video Stream Level": "Video Stream Level":
{ {
"key": "Media/Part/Stream[@streamType=1]/@level", "key": "Media/Part/Stream[@streamType=1]/@level",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Audio Stream Selected": "Audio Stream Selected":
{ {
"key": "Media/Part/Stream[@streamType=2]/@selected", "key": "Media/Part/Stream[@streamType=2]/@selected",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Audio Stream Default": "Audio Stream Default":
{ {
"key": "Media/Part/Stream[@streamType=2]/@default", "key": "Media/Part/Stream[@streamType=2]/@default",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Audio Stream Codec": "Audio Stream Codec":
{ {
"key": "Media/Part/Stream[@streamType=2]/@codec", "key": "Media/Part/Stream[@streamType=2]/@codec",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Audio Stream Index": "Audio Stream Index":
{ {
"key": "Media/Part/Stream[@streamType=2]/@index", "key": "Media/Part/Stream[@streamType=2]/@index",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Audio Stream Channels": "Audio Stream Channels":
{ {
"key": "Media/Part/Stream[@streamType=2]/@channels", "key": "Media/Part/Stream[@streamType=2]/@channels",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Audio Stream Bitrate": "Audio Stream Bitrate":
{ {
"key": "Media/Part/Stream[@streamType=2]/@bitrate", "key": "Media/Part/Stream[@streamType=2]/@bitrate",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Audio Stream Language": "Audio Stream Language":
{ {
"key": "Media/Part/Stream[@streamType=2]/@language", "key": "Media/Part/Stream[@streamType=2]/@language",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Audio Stream Language Code": "Audio Stream Language Code":
{ {
"key": "Media/Part/Stream[@streamType=2]/@languageCode", "key": "Media/Part/Stream[@streamType=2]/@languageCode",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Audio Stream Audio Channel Layout": "Audio Stream Audio Channel Layout":
{ {
"key": "Media/Part/Stream[@streamType=2]/@audioChannelLayout", "key": "Media/Part/Stream[@streamType=2]/@audioChannelLayout",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Audio Stream Bit Depth": "Audio Stream Bit Depth":
{ {
"key": "Media/Part/Stream[@streamType=2]/@bitDepth", "key": "Media/Part/Stream[@streamType=2]/@bitDepth",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Audio Stream Bitrate Mode": "Audio Stream Bitrate Mode":
{ {
"key": "Media/Part/Stream[@streamType=2]/@bitrateMode", "key": "Media/Part/Stream[@streamType=2]/@bitrateMode",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Audio Stream Codec ID": "Audio Stream Codec ID":
{ {
"key": "Media/Part/Stream[@streamType=2]/@codecID", "key": "Media/Part/Stream[@streamType=2]/@codecID",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Audio Stream Duration": "Audio Stream Duration":
{ {
"key": "Media/Part/Stream[@streamType=2]/@duration", "key": "Media/Part/Stream[@streamType=2]/@duration",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Audio Stream Profile": "Audio Stream Profile":
{ {
"key": "Media/Part/Stream[@streamType=2]/@profile", "key": "Media/Part/Stream[@streamType=2]/@profile",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Audio Stream Sampling Rate": "Audio Stream Sampling Rate":
{ {
"key": "Media/Part/Stream[@streamType=2]/@samplingRate", "key": "Media/Part/Stream[@streamType=2]/@samplingRate",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Audio Stream Required Bandwidths": "Audio Stream Required Bandwidths":
{ {
"key": "Media/Part/Stream[@streamType=2]/@requiredBandwidths", "key": "Media/Part/Stream[@streamType=2]/@requiredBandwidths",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Subtitle Stream Codec": "Subtitle Stream Codec":
{ {
"key": "Media/Part/Stream[@streamType=2]/@profile", "key": "Media/Part/Stream[@streamType=2]/@profile",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Subtitle Stream Language": "Subtitle Stream Language":
{ {
"key": "Media/Part/Stream[@streamType=3]/@language", "key": "Media/Part/Stream[@streamType=3]/@language",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Subtitle Stream Language Code": "Subtitle Stream Language Code":
{ {
"key": "Media/Part/Stream[@streamType=3]/@languageCode", "key": "Media/Part/Stream[@streamType=3]/@languageCode",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Subtitle Stream Codec ID": "Subtitle Stream Codec ID":
{ {
"key": "Media/Part/Stream[@streamType=3]/@codecID", "key": "Media/Part/Stream[@streamType=3]/@codecID",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Subtitle Stream Format": "Subtitle Stream Format":
{ {
"key": "Media/Part/Stream[@streamType=3]/@format", "key": "Media/Part/Stream[@streamType=3]/@format",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Subtitle Stream Title": "Subtitle Stream Title":
{ {
"key": "Media/Part/Stream[@streamType=3]/@title", "key": "Media/Part/Stream[@streamType=3]/@title",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Subtitle Stream Selected": "Subtitle Stream Selected":
{ {
"key": "Media/Part/Stream[@streamType=3]/@selected", "key": "Media/Part/Stream[@streamType=3]/@selected",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Subtitle Stream Required Bandwidths": "Subtitle Stream Required Bandwidths":
{ {
"key": "Media/Part/Stream[@streamType=3]/@requiredBandwidths", "key": "Media/Part/Stream[@streamType=3]/@requiredBandwidths",
"call": "2", "call": 2,
"type": "array" "type": "array"
}, },
"Subtitle Header Compression": "Subtitle Header Compression":
{ {
"key": "Media/Part/Stream[@streamType=3]/@headerCompression", "key": "Media/Part/Stream[@streamType=3]/@headerCompression",
"call": "2", "call": 2,
"type": "array" "type": "array"
} }
} }