X-Git-Url: https://git.cweiske.de/ouya-game-data.git/blobdiff_plain/e1d2e6545ef13937a1d47212d034feac65b646b1..d9b2bd89d486e0b03269a8b0f94b60ca026c21e4:/game-metadata.html diff --git a/game-metadata.html b/game-metadata.html index 100ccae..43eaf03 100644 --- a/game-metadata.html +++ b/game-metadata.html @@ -29,17 +29,6 @@ - - app - Game 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 @@ -340,7 +329,10 @@ promotedProduct.description promotedProduct.description Product.description - Remove the 9 satellites limitation. Infinite satellites! + + Remove the 9 satellites limitation. Infinite satellites!
+ null (759x) + @@ -403,12 +395,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 @@ -418,13 +416,13 @@ - apk.versionCode Apk.versionCode - null, 120401, 11, 1001004 + null (1162x), 120401, 11, 1001004 Run "aapt dump badging file.apk", field "versionCode" apk FIXME - releases.*.publicSize + releases.*.publicSize (optional) publicSize apk.publicSize @@ -435,7 +433,7 @@ apk FIXME - releases.*.nativeSize + releases.*.nativeSize (optional) nativeSize apk.nativeSize @@ -451,7 +449,7 @@ md5sum apk.md5sum Apk.md5sum - a5b0f82d54df5f551a64295e43771a10 + a5b0f82d54df5f551a64295e43771a10, null (432x) @@ -490,7 +488,7 @@ Also in download.json
- Details field: only a file name, no path/domain + Details field: only a file name, no path/domain. Always set. @@ -549,10 +547,10 @@ media Video - media.video + media.video (optional) videoUrl - mediaTiles.*.url (when mediaTiles.*.type=video) + Media https://vimeo.com/141878938 @@ -560,14 +558,110 @@ 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 + Detail video + media.details.*.url + + + mediaTiles.*.url (type=video) + ? + +
[
+  {
+    "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 + Detail image thumbnail + media.details.*.thumb + + + mediaTiles.*.urls.thumb (type=image) + ? + + Thumbnails were all size 852x479 +
[
+  {
+    "type: "image",
+    "urls": [
+      "full": "http://...",
+      "thumb": "http://...",
+    ],
+    "fp_url": "http://...."
+  },
+]
+ + + + media + Detail image full resolution + media.details.*.url + + + mediaTiles.*.urls.full (type=image) + ? + + Many detail images had a resolution of 1280x720. +
[
+  {
+    "type: "image",
+    "urls": [
+      "full": "http://...",
+      "thumb": "http://...",
+    ],
+    "fp_url": "http://...."
+  }
+]
+ + + + media + Detail image file picker URL + - + + + mediaTiles.*.fp_url + ? + +
[
+  {
+    "type: "image",
+    "urls": [
+      "full": "http://...",
+      "thumb": "http://...",
+    ],
+    "fp_url": "http://...."
+  }
+]
+ + media FIXME @@ -600,7 +694,7 @@ developer Developer support mail - developer.supportEmail + developer.supportEmail (optional) supportEmailAddress - @@ -611,7 +705,7 @@ developer Support phone number - developer.supportPhone + developer.supportPhone (optional) supportPhone - @@ -622,7 +716,7 @@ developer Developer is a founder - developer.founder + developer.founder (optional) founder developer.founder @@ -633,7 +727,7 @@ developer Developer UUID - developer.uuid + developer.uuid (optional) - - developer.url (part of)