Skip to content

Commit

Permalink
Create Moonlight.json.test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jetup13 committed Dec 27, 2023
1 parent 8478c42 commit 5a0caa5
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions platforms/Moonlight.json.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"databaseVersion": 14,
"revisionNumber": 1,
"platform": {
"name": "Moonlight Streaming",
"uniqueId": "moonlight",
"shortname": "moonlight",
"description": null,
"acceptedFilenameRegex": "^(?!(?:\\._|\\.).*).*$",
"scraperSourceList": [],
"boxArtAspectRatioId": 0,
"useCustomBoxArtAspectRatio": false,
"customBoxArtAspectRatio": null,
"screenAspectRatioId": 1,
"useCustomScreenAspectRatio": false,
"customScreenAspectRatio": null,
"retroAchievementsAlias": null,
"extra": ""
},
"playerList": [
{
"name": "moonlight",
"uniqueId": "moonlight.com.limelight",
"description": "Supported extensions: moonlight",
"acceptedFilenameRegex": "^(.*)\\.(?:moonlight)$",
"amStartArguments": "-n com.limelight/com.limelight.ShortcutTrampoline\n --user 0\n --es UUID UUIDHERE\n --es Name PCNAMEHERE\n --es AppId {tags.moonlight_id}",
"killPackageProcesses": true,
"killPackageProcessesWarning": true,
"extra": ""
}
]
}

0 comments on commit 5a0caa5

Please sign in to comment.