Altered movie field for better json

This commit is contained in:
UKDTOM 2020-05-31 23:10:33 +02:00
parent e518252d90
commit 6e28eac142

View file

@ -1,121 +1,121 @@
{ {
"Media ID": "Media ID":
{ {
"key": "ratingKey", "key": "['MediaContainer']['Metadata']['ratingKey']",
"call": "1", "call": "1",
"type": "string" "type": "string"
}, },
"Title": "Title":
{ {
"key": "title", "key": "['MediaContainer']['Metadata']['title']",
"call": "1", "call": "1",
"type": "string" "type": "string"
}, },
"Sort title": "Sort title":
{ {
"key": "titleSort", "key": "['MediaContainer']['Metadata']['titleSort']",
"call": "1", "call": "1",
"type": "string" "type": "string"
}, },
"Studio": "Studio":
{ {
"key": "studio", "key": "['MediaContainer']['Metadata']['studio']",
"call": "1", "call": "1",
"type": "string" "type": "string"
}, },
"Content Rating": "Content Rating":
{ {
"key": "contentRating", "key": "['MediaContainer']['Metadata']['contentRating']",
"call": "1", "call": "1",
"type": "int32" "type": "int32"
}, },
"Year": "Year":
{ {
"key": "year", "key": "['MediaContainer']['Metadata']['year']",
"call": "1", "call": "1",
"type": "int" "type": "int"
}, },
"Rating": "Rating":
{ {
"key": "rating", "key": "['MediaContainer']['Metadata']['rating']",
"call": "1", "call": "1",
"type": "int32" "type": "int32"
}, },
"Summary": "Summary":
{ {
"key": "summary", "key": "['MediaContainer']['Metadata']['summary']",
"call": "1", "call": "1",
"type": "string" "type": "string"
}, },
"Genre": "Genre":
{ {
"key": "['Genre']['tag']", "key": "['MediaContainer']['Metadata']['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": "['MediaContainer']['Metadata']['lastViewedAt']",
"call": "1", "call": "1",
"type": "datetime" "type": "datetime"
}, },
"Tagline": "Tagline":
{ {
"key": "tagline", "key": "['MediaContainer']['Metadata']['tagline']",
"call": "1", "call": "1",
"type": "string" "type": "string"
}, },
"Release Date": "Release Date":
{ {
"key": "originallyAvailableAt", "key": "['MediaContainer']['Metadata']['originallyAvailableAt']",
"call": "1", "call": "1",
"type": "string" "type": "string"
}, },
"Writers": "Writers":
{ {
"key": "['Writer']['tag']", "key": "['MediaContainer']['Metadata']['Writer']['tag']",
"call": "1", "call": "1",
"type": "array" "type": "array"
}, },
"Country": "Country":
{ {
"key": "['Country']['tag']", "key": "['MediaContainer']['Metadata']['Country']['tag']",
"call": "1", "call": "1",
"type": "array" "type": "array"
}, },
"Duration": "Duration":
{ {
"key": "duration", "key": "['MediaContainer']['Metadata']['duration']",
"call": "1", "call": "1",
"type": "time" "type": "time"
}, },
"Directors": "Directors":
{ {
"key": "['Director']['tag']", "key": "['MediaContainer']['Metadata']['Director']['tag']",
"call": "1", "call": "1",
"type": "array" "type": "array"
}, },
"Roles": "Roles":
{ {
"key": "['Role']['tag']", "key": "['MediaContainer']['Metadata']['Role']['tag']",
"call": "1", "call": "1",
"type": "array" "type": "array"
}, },
"Audience Rating": "Audience Rating":
{ {
"key": "audienceRating", "key": "['MediaContainer']['Metadata']['audienceRating']",
"call": "1", "call": "1",
"type": "string" "type": "string"
}, },
"User Rating": "User Rating":
{ {
"key": "userRating", "key": "['MediaContainer']['Metadata']['userRating']",
"call": "1", "call": "1",
"type": "string" "type": "string"
} }