X-Git-Url: https://git.cweiske.de/ouya-game-data.git/blobdiff_plain/90222bed7bb905370dcd4f91fe06b45a274c51b4..866ed2fba61229643520bfcb2307d3170cfb7998:/game-metadata.html diff --git a/game-metadata.html b/game-metadata.html index ad11809..43eaf03 100644 --- a/game-metadata.html +++ b/game-metadata.html @@ -113,7 +113,7 @@ app Package name - package + packageName package apk.package @@ -329,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) + @@ -413,7 +416,7 @@ - apk.versionCode Apk.versionCode - null, 120401, 11, 1001004 + null (1162x), 120401, 11, 1001004 Run "aapt dump badging file.apk", field "versionCode" @@ -446,7 +449,7 @@ md5sum apk.md5sum Apk.md5sum - a5b0f82d54df5f551a64295e43771a10 + a5b0f82d54df5f551a64295e43771a10, null (432x) @@ -565,29 +568,21 @@ media - Details images+videos - media.details (optional) + Detail video + media.details.*.url - mediaTiles + mediaTiles.*.url (type=video) ?
[
-  {
-    "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. @@ -602,6 +597,71 @@ 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