Image size information
authorChristian Weiske <cweiske@cweiske.de>
Mon, 11 Nov 2019 18:00:00 +0000 (19:00 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Mon, 11 Nov 2019 18:00:00 +0000 (19:00 +0100)
game-metadata.html
ouya-game.schema.json

index 9edd9281c9da208296111a263341f09a006c3bde..bd268b574b8ce3caa45e22335d9866d4fe0ee2da 100644 (file)
     </tr>
     <tr>
      <td>media</td>
-     <td>Details images+videos</td>
-     <td>media.details (optional)</td>
+     <td>Detail video</td>
+     <td>media.details.*.url</td>
      <td></td>
      <td></td>
-     <td>mediaTiles</td>
+     <td>mediaTiles.*.url (type=video)</td>
      <td>?</td>
      <td>
       <pre>[
-  {
-    "type: "image",
-    "urls": [
-      "full": "http://...",
-      "thumb": "http://...",
-    ],
-    "fp_url": "http://...."
-  },
   {
     "type": "video",
     "url": "https://vimeo.com/141878938"
   }
 ]</pre>
      </td>
-     <td>
+     <td rowspan="4">
       Allows free ordering of images and videos on the details page.<br/>
       "fp" is probably "FilePicker".<br/>
       fp_url is not used in OUYA's launcher.
       mediaTiles format.
      </td>
     </tr>
+    <tr>
+     <td>media</td>
+     <td>Detail image thumbnail</td>
+     <td>media.details.*.thumb</td>
+     <td></td>
+     <td></td>
+     <td>mediaTiles.*.urls.thumb (type=image)</td>
+     <td>?</td>
+     <td>
+      Thumbnails were all size 852x479
+      <pre>[
+  {
+    "type: "image",
+    "urls": [
+      "full": "http://...",
+      "thumb": "http://...",
+    ],
+    "fp_url": "http://...."
+  },
+]</pre>
+     </td>
+    </tr>
+    <tr>
+     <td>media</td>
+     <td>Detail image full resolution</td>
+     <td>media.details.*.url</td>
+     <td></td>
+     <td></td>
+     <td>mediaTiles.*.urls.full (type=image)</td>
+     <td>?</td>
+     <td>
+      Many detail images had a resolution of 1280x720.
+      <pre>[
+  {
+    "type: "image",
+    "urls": [
+      "full": "http://...",
+      "thumb": "http://...",
+    ],
+    "fp_url": "http://...."
+  }
+]</pre>
+     </td>
+    </tr>
+    <tr>
+     <td>media</td>
+     <td>Detail image file picker URL</td>
+     <td>-</td>
+     <td></td>
+     <td></td>
+     <td>mediaTiles.*.fp_url</td>
+     <td>?</td>
+     <td>
+      <pre>[
+  {
+    "type: "image",
+    "urls": [
+      "full": "http://...",
+      "thumb": "http://...",
+    ],
+    "fp_url": "http://...."
+  }
+]</pre>
+     </td>
+    </tr>
     <tr>
      <td>media</td>
      <td>FIXME</td>
index 45cbb769c42696a9d3dee437d53fae6bf0380001..2a69ff5a5bee57e5eb9f409c78b461708bbede43 100644 (file)
                             },
 
                             "thumb": {
-                                "description": "Small preview image",
+                                "description": "Small preview image. Size should be 852x479.",
                                 "type": "string",
                                 "format": "url"
                             }