From: Christian Weiske Date: Tue, 5 Nov 2019 16:20:20 +0000 (+0100) Subject: add "details" fields X-Git-Url: https://git.cweiske.de/ouya-game-data.git/commitdiff_plain/3db5706836ca192ac6f5343d344ee928efc227d9 add "details" fields --- diff --git a/game-metadata.html b/game-metadata.html index 28003d4..80f3f74 100644 --- a/game-metadata.html +++ b/game-metadata.html @@ -20,7 +20,8 @@ Datum Game data field Discover field - App details field + App field + Details field BrewyaOnOuya field Example Description @@ -34,6 +35,7 @@ uuid uuid uuid + - App.uuid 780688a9-95ee-429a-8755-69a8d0c88fe0 @@ -44,6 +46,7 @@ title title title + title App.title Bloo Kid 2 @@ -54,6 +57,7 @@ overview (optional) overview + - App.overview Released in October 2015 by winterworks GmbH. @@ -64,6 +68,7 @@ description description + description App.description Bloo Kid 2 is a classic 2D retro-style platformer experience with lovely designed pixel-graphics and a full chiptune soundtrack. Run, jump and swim your way through FIVE huge worlds with TWELVE levels each. Master brutal bossfights and discover lots of secrets in the world of Bloo Kid 2.\r\n\r\nBloo Kid 2 features:\r\n- five worlds with twelve levels each\r\n- handcrafted, colorful pixel-graphics\r\n- a full chiptune soundtrack\r\n- epic boss battles\r\n- tons of secrets\r\n- achievements @@ -74,6 +79,7 @@ players gamerNumbers gamerNumbers + gamerNumbers App.playerNumbers [1] Any combination of 1-4 @@ -84,6 +90,7 @@ genres genres genres + genres App.genres [Platformer, Retro] @@ -120,6 +127,7 @@ package package + apk.package App.packageName evil.corptron.DuckGame Run "aapt dump badging file.apk", field "package: name" @@ -131,6 +139,7 @@ url - + - ouya://launcher/details?app=evil.corptron.DuckGame @@ -140,6 +149,7 @@ website website + - App.website http://www.winterworks.de @@ -150,6 +160,7 @@ contentRating (optional) contentRating contentRating + suggestedAge App.contentRating Everyone @@ -167,6 +178,7 @@ premium (optional) premium premium + premium App.premium false @@ -177,6 +189,7 @@ firstPublishedAt (optional) firstPublishedAt + firstPublishedAt (unix timestamp) App.firstPublishedAt 2015-10-09T07:53:25Z @@ -187,6 +200,7 @@ inAppPurchases (optional) inAppPurchases + inAppPurchases - true @@ -197,9 +211,13 @@ - type + type - app - "app", "discover" or "details_page" (for bundles) + + discover: "app", "discover" or "details_page" (for bundles)
+ details: "Game", FIXME + app @@ -207,6 +225,7 @@ - updated_at + - AppVersion.releaseTime 1417731390 @@ -217,6 +236,7 @@ releases.*.date (when "latest") updatedAt + - AppVersion.releaseTime 2014-12-04T22:16:30Z @@ -228,6 +248,7 @@ rating.likeCount likeCount + - Rating.likeCount 0 @@ -238,6 +259,7 @@ rating.average rating.average ratingAverage + rating.average Rating.rating 4.1 @@ -248,6 +270,7 @@ rating.count rating.count ratingCount + rating.count Rating.reviewCount 355 @@ -259,6 +282,7 @@ products.* (when "promoted=true") promotedProduct promotedProduct + promotedProduct App.promotedProduct null May be "null" if none, otherwise object @@ -269,6 +293,7 @@ products.*.identifier promotedProduct.identifier promotedProduct.identifier + promotedProduct.identifier Product.identifier unlock_rockets @@ -279,6 +304,7 @@ products.*.name promotedProduct.name promotedProduct.name + promotedProduct.name Product.name Unlock Full Game @@ -289,6 +315,7 @@ products.*.currency promotedProduct.currency promotedProduct.currency + promotedProduct.currency - EUR @@ -299,6 +326,7 @@ products.*.description promotedProduct.description promotedProduct.description + promotedProduct.description Product.description Remove the 9 satellites limitation. Infinite satellites! @@ -309,6 +337,7 @@ - promotedProduct.percentOff promotedProduct.percentOff + promotedProduct.percentOff - 0 @@ -319,6 +348,7 @@ products.*.localPrice promotedProduct.localPrice promotedProduct.localPrice + promotedProduct.localPrice - 1.99 @@ -329,10 +359,22 @@ products.*.originalPrice promotedProduct.originalPrice promotedProduct.originalPrice + promotedProduct.originalPrice Product.originalPrice 1.99 + + product + FIXME + ? + ? + ? + promotedProduct.type + ? + "entitlement" + + apk @@ -340,6 +382,7 @@ releases.*.name latestVersion.versionNumber versionNumber + version.number Apk.versionName 1.6 Run "aapt dump badging file.apk", field "versionName" @@ -350,6 +393,7 @@ releases.*.uuid latestVersion.uuid latestVersion + version.uuid - 780688a9-95ee-429a-8755-69a8d0c88fe0 @@ -360,6 +404,7 @@ releases.*.publicSize publicSize + apk.publicSize Apk.publicSize 27275 @@ -370,6 +415,7 @@ releases.*.nativeSize nativeSize + apk.nativeSize Apk.nativeSize 20292 @@ -380,6 +426,7 @@ releases.*.md5sum latestVersion.apk.md5sum md5sum + apk.md5sum Apk.md5sum a5b0f82d54df5f551a64295e43771a10 @@ -390,6 +437,7 @@ releases.*.size apkFileSize + apk.fileSize Apk.size 25507828 @@ -400,6 +448,7 @@ releases.*.date publishedAt + version.publishedAt (unix timestamp) AppVersion.releaseTime 2015-10-23T09:58:19Z @@ -410,9 +459,29 @@ releases.*.url + apk.filename Apk.location - https://devs-ouya-tv-prod.s3.amazonaws.com/apps/5a3fbb4d-852b-4af4-becc-324dce6a3b42/de.eiswuxe.blookid2/780688a9-95ee-429a-8755-69a8d0c88fe0/lFzMjcZyQauvWX5k8HvH_blookid2.apk - Also in download.json + + url: https://devs-ouya-tv-prod.s3.amazonaws.com/apps/5a3fbb4d-852b-4af4-becc-324dce6a3b42/de.eiswuxe.blookid2/780688a9-95ee-429a-8755-69a8d0c88fe0/lFzMjcZyQauvWX5k8HvH_blookid2.apk
+ details: 1zbYKRSS1elKIYI9eseH_BombSquad-ouya-release.apk + + + Also in download.json
+ Details field: only a file name, no path/domain + + + + apk + state + - + ? + ? + apk.state + ? + + "complete" + + @@ -421,6 +490,7 @@ media.discover image + tileImage Media https://www.filepicker.io/api/file/05y2T8cKTY6cUfX7RYFR @@ -431,6 +501,7 @@ media.large mainImageFullUrl + heroImage.url App.titleImage https://d3e4aumcqn8cw3.cloudfront.net/api/file/MASaiOBlTEO7GKYXsIns @@ -441,6 +512,7 @@ media.video videoUrl + mediaTiles.*.url (when mediaTiles.*.type=video) Media https://vimeo.com/141878938 @@ -451,6 +523,7 @@ media.screenshots filepickerScreenshots + mediaTiles.*.urls.full, mediaTiles.*.urls.thumb, mediaTiles.*.fp_url (when mediaTiles.*.type=image) Media [urls] @@ -461,8 +534,12 @@ - mobileAppIcon + mobileAppIcon App.iconImage - null + + null
+ https://s3.amazonaws.com/ouya-screenshots/3ae8fc67-f7f5-4f97-a48c-8ea2d31460fd/ouya-image20170911-3-v6tjz1 + @@ -472,6 +549,7 @@ developer.name developer + developer.name Developer.name winterworks GmbH @@ -482,6 +560,7 @@ developer.supportEmail supportEmailAddress + - Developer.supportEmail null @@ -492,6 +571,7 @@ developer.supportPhone supportPhone + - Developer.supportPhone null @@ -502,6 +582,7 @@ developer.founder founder + developer.founder Developer.founder false