X-Git-Url: https://git.cweiske.de/ouya-game-data.git/blobdiff_plain/73d0473de66005bef1fe78be205e159ed601d9e0..90024842ae1ee56516aefd5d474003f39f14afb5:/game-metadata.html diff --git a/game-metadata.html b/game-metadata.html index 3db1020..9edd928 100644 --- a/game-metadata.html +++ b/game-metadata.html @@ -113,7 +113,7 @@ app Package name - package + packageName package apk.package @@ -135,7 +135,7 @@ app Game website - website + website (optional) website - @@ -246,7 +246,7 @@ rating Number of likes? - rating.likeCount + rating.likeCount (optional) likeCount - @@ -257,7 +257,7 @@ rating Average rating - rating.average + rating.average (optional) rating.average ratingAverage rating.average @@ -268,7 +268,7 @@ rating Number of ratings - rating.count + rating.count (optional) rating.count ratingCount rating.count @@ -419,7 +419,7 @@ apk FIXME - releases.*.publicSize + releases.*.publicSize (optional) publicSize apk.publicSize @@ -430,7 +430,7 @@ apk FIXME - releases.*.nativeSize + releases.*.nativeSize (optional) nativeSize apk.nativeSize @@ -544,10 +544,10 @@ media Video - media.video + media.video (optional) videoUrl - mediaTiles.*.url (when mediaTiles.*.type=video) + Media https://vimeo.com/141878938 @@ -555,14 +555,53 @@ media Game screenshots - media.screenshots + media.screenshots (optional) filepickerScreenshots - mediaTiles.*.urls.full, mediaTiles.*.urls.thumb, mediaTiles.*.fp_url (when mediaTiles.*.type=image) + - Media [urls] + + media + Details images+videos + media.details (optional) + + + mediaTiles + ? + +
[
+  {
+    "type: "image",
+    "urls": [
+      "full": "http://...",
+      "thumb": "http://...",
+    ],
+    "fp_url": "http://...."
+  },
+  {
+    "type": "video",
+    "url": "https://vimeo.com/141878938"
+  }
+]
+ + + Allows free ordering of images and videos on the details page.
+ "fp" is probably "FilePicker".
+ fp_url is not used in OUYA's launcher. + The launcher loads the thumbnail at first, immediately after the full image. + If no mediaTile is available, the app's mainImageFullUrl + is used. When offline, the apk image is used.
+
+ Game data information: + If details is not given or an emtpy array, + "mediaTile" array should automatically be created by combining + "media.large", "media.video" and "media.screenshots" into the + mediaTiles format. + + media FIXME @@ -595,7 +634,7 @@ developer Developer support mail - developer.supportEmail + developer.supportEmail (optional) supportEmailAddress - @@ -606,7 +645,7 @@ developer Support phone number - developer.supportPhone + developer.supportPhone (optional) supportPhone - @@ -617,7 +656,7 @@ developer Developer is a founder - developer.founder + developer.founder (optional) founder developer.founder @@ -628,7 +667,7 @@ developer Developer UUID - developer.uuid + developer.uuid (optional) - - developer.url (part of)