X-Git-Url: https://git.cweiske.de/ouya-game-data.git/blobdiff_plain/4cd668500b5a2df2b6b87bf205190dccc7acc34b..468e84c72e422b20585540a84dd09941e0bb2062:/game-metadata.html diff --git a/game-metadata.html b/game-metadata.html index 362dcb8..c7cffd6 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 @@ -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 @@ -552,7 +547,7 @@ media.video videoUrl - mediaTiles.*.url (when mediaTiles.*.type=video) + Media https://vimeo.com/141878938 @@ -563,11 +558,50 @@ media.screenshots filepickerScreenshots - mediaTiles.*.urls.full, mediaTiles.*.urls.thumb, mediaTiles.*.fp_url (when mediaTiles.*.type=image) + - Media [urls] + + media + Details images+videos + media.details + + + 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