X-Git-Url: https://git.cweiske.de/ouya-game-data.git/blobdiff_plain/4cd668500b5a2df2b6b87bf205190dccc7acc34b..90024842ae1ee56516aefd5d474003f39f14afb5:/game-metadata.html diff --git a/game-metadata.html b/game-metadata.html index 362dcb8..9edd928 100644 --- a/game-metadata.html +++ b/game-metadata.html @@ -29,17 +29,6 @@ - - app - Game UUIDSame as latest version uuid! - uuid - uuid - uuid - - - App.uuid - 780688a9-95ee-429a-8755-69a8d0c88fe0 - - app Game title @@ -124,7 +113,7 @@ app Package name - package + packageName package apk.package @@ -146,7 +135,7 @@ app Game website - website + website (optional) website - @@ -257,7 +246,7 @@ rating Number of likes? - rating.likeCount + rating.likeCount (optional) likeCount - @@ -268,7 +257,7 @@ rating Average rating - rating.average + rating.average (optional) rating.average ratingAverage rating.average @@ -279,7 +268,7 @@ rating Number of ratings - rating.count + rating.count (optional) rating.count ratingCount rating.count @@ -403,12 +392,18 @@ apk UUID of latest apk version releases.*.uuid - latestVersion.uuid - latestVersion + + uuid
+ latestVersion.uuid + + + uuid
+ latestVersion + version.uuid - - + App.uuid 780688a9-95ee-429a-8755-69a8d0c88fe0 - + The OUYA API does not have app UUIDs, only release/apk uuids. apk @@ -424,7 +419,7 @@ apk FIXME - releases.*.publicSize + releases.*.publicSize (optional) publicSize apk.publicSize @@ -435,7 +430,7 @@ apk FIXME - releases.*.nativeSize + releases.*.nativeSize (optional) nativeSize apk.nativeSize @@ -549,10 +544,10 @@ media Video - media.video + media.video (optional) videoUrl - mediaTiles.*.url (when mediaTiles.*.type=video) + Media https://vimeo.com/141878938 @@ -560,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 @@ -600,7 +634,7 @@ developer Developer support mail - developer.supportEmail + developer.supportEmail (optional) supportEmailAddress - @@ -611,7 +645,7 @@ developer Support phone number - developer.supportPhone + developer.supportPhone (optional) supportPhone - @@ -622,7 +656,7 @@ developer Developer is a founder - developer.founder + developer.founder (optional) founder developer.founder @@ -633,7 +667,7 @@ developer Developer UUID - developer.uuid + developer.uuid (optional) - - developer.url (part of)