mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-03 06:07:19 +02:00
Update devices
This commit is contained in:
parent
c96b3a0c70
commit
72ef22c697
17
.vscode/schemas/device.json
vendored
17
.vscode/schemas/device.json
vendored
@ -24,7 +24,8 @@
|
||||
"enum": [
|
||||
"default",
|
||||
"720p",
|
||||
"1080p"
|
||||
"1080p",
|
||||
"1080p-hq"
|
||||
]
|
||||
},
|
||||
|
||||
@ -101,31 +102,31 @@
|
||||
]
|
||||
},
|
||||
|
||||
"stream_target_resolution": {
|
||||
"stream.video.resolution": {
|
||||
"$ref": "#/$defs/EnumStreamResolution"
|
||||
},
|
||||
|
||||
"stream_codec_profile": {
|
||||
"stream.video.codecProfile": {
|
||||
"$ref": "#/$defs/EnumStreamCodecProfile"
|
||||
},
|
||||
|
||||
"bitrate_video_max": {
|
||||
"stream.video.maxBitrate": {
|
||||
"type": "number"
|
||||
},
|
||||
|
||||
"video_player_type": {
|
||||
"video.player.type": {
|
||||
"$ref": "#/$defs/EnumVideoPlayer"
|
||||
},
|
||||
|
||||
"video_power_preference": {
|
||||
"video.player.powerPreference": {
|
||||
"$ref": "#/$defs/EnumVideoPowerPreference"
|
||||
},
|
||||
|
||||
"video_processing": {
|
||||
"video.processing": {
|
||||
"$ref": "#/$defs/EnumVideoProcessing"
|
||||
},
|
||||
|
||||
"video_sharpness": {
|
||||
"video.processing.sharpness": {
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
|
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -2,7 +2,7 @@
|
||||
"json.schemas": [
|
||||
{
|
||||
"fileMatch": [
|
||||
"devices/*.json"
|
||||
"devices/**/*.json"
|
||||
],
|
||||
"url": ".vscode/schemas/device.json"
|
||||
}
|
||||
|
@ -1,14 +1,14 @@
|
||||
{
|
||||
"schema_version": 1,
|
||||
"schema_version": 2,
|
||||
"device_name": "Amazon Fire TV Stick 4K (2023)",
|
||||
"device_type": "android-tv",
|
||||
"settings": {
|
||||
"script": {
|
||||
"_base": "highest",
|
||||
"video_player_type": "default",
|
||||
"video_power_preference": "default",
|
||||
"video_processing": "usm",
|
||||
"video_sharpness": 0
|
||||
"video.player.type": "default",
|
||||
"video.player.powerPreference": "default",
|
||||
"video.processing": "usm",
|
||||
"video.processing.sharpness": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,14 +1,14 @@
|
||||
{
|
||||
"schema_version": 1,
|
||||
"schema_version": 2,
|
||||
"device_name": "Amazon Fire TV Stick 4K Max (2023)",
|
||||
"device_type": "android-tv",
|
||||
"settings": {
|
||||
"script": {
|
||||
"_base": "highest",
|
||||
"video_player_type": "default",
|
||||
"video_power_preference": "default",
|
||||
"video_processing": "usm",
|
||||
"video_sharpness": 0
|
||||
"video.player.type": "default",
|
||||
"video.player.powerPreference": "default",
|
||||
"video.processing": "usm",
|
||||
"video.processing.sharpness": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"schema_version": 1,
|
||||
"schema_version": 2,
|
||||
"device_name": "Logitech G Cloud",
|
||||
"device_type": "android-handheld",
|
||||
"settings": {
|
||||
|
@ -1,14 +1,14 @@
|
||||
{
|
||||
"schema_version": 1,
|
||||
"schema_version": 2,
|
||||
"device_name": "Redmi Note 12",
|
||||
"device_type": "android",
|
||||
"settings": {
|
||||
"script": {
|
||||
"_base": "highest",
|
||||
"video_player_type": "default",
|
||||
"video_power_preference": "default",
|
||||
"video_processing": "usm",
|
||||
"video_sharpness": 0
|
||||
"video.player.type": "default",
|
||||
"video.player.powerPreference": "default",
|
||||
"video.processing": "usm",
|
||||
"video.processing.sharpness": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"schema_version": 1,
|
||||
"schema_version": 2,
|
||||
"device_name": "Google Pixel 6a",
|
||||
"device_type": "android",
|
||||
"settings": {
|
||||
|
@ -1,14 +1,14 @@
|
||||
{
|
||||
"schema_version": 1,
|
||||
"schema_version": 2,
|
||||
"device_name": "NVIDIA Shield TV (2015)",
|
||||
"device_type": "android-tv",
|
||||
"settings": {
|
||||
"script": {
|
||||
"_base": "highest",
|
||||
"video_player_type": "default",
|
||||
"video_power_preference": "default",
|
||||
"video_processing": "usm",
|
||||
"video_sharpness": 1
|
||||
"video.player.type": "default",
|
||||
"video.player.powerPreference": "default",
|
||||
"video.processing": "usm",
|
||||
"video.processing.sharpness": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"schema_version": 1,
|
||||
"schema_version": 2,
|
||||
"device_name": "Google Pixel 8a",
|
||||
"device_type": "android",
|
||||
"settings": {
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"schema_version": 1,
|
||||
"schema_version": 2,
|
||||
"device_name": "Google Pixel 6a",
|
||||
"device_type": "android",
|
||||
"settings": {
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"schema_version": 1,
|
||||
"schema_version": 2,
|
||||
"device_name": "Google Pixel 9 Pro",
|
||||
"device_type": "android",
|
||||
"settings": {
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"schema_version": 1,
|
||||
"schema_version": 2,
|
||||
"device_name": "Google Pixel 7 Pro",
|
||||
"device_type": "android",
|
||||
"settings": {
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"schema_version": 1,
|
||||
"schema_version": 2,
|
||||
"device_name": "Google Pixel 9 Pro Fold",
|
||||
"device_type": "android",
|
||||
"settings": {
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"schema_version": 1,
|
||||
"schema_version": 2,
|
||||
"device_name": "Google Pixel Fold",
|
||||
"device_type": "android",
|
||||
"settings": {
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"schema_version": 1,
|
||||
"schema_version": 2,
|
||||
"device_name": "Google Pixel 8 Pro",
|
||||
"device_type": "android",
|
||||
"settings": {
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"schema_version": 1,
|
||||
"schema_version": 2,
|
||||
"device_name": "Google Pixel 9 Pro XL",
|
||||
"device_type": "android",
|
||||
"settings": {
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"schema_version": 1,
|
||||
"schema_version": 2,
|
||||
"device_name": "Google Pixel 7a",
|
||||
"device_type": "android",
|
||||
"settings": {
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"schema_version": 1,
|
||||
"schema_version": 2,
|
||||
"device_name": "Google Pixel 6",
|
||||
"device_type": "android",
|
||||
"settings": {
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"schema_version": 1,
|
||||
"schema_version": 2,
|
||||
"device_name": "Google Pixel 7",
|
||||
"device_type": "android",
|
||||
"settings": {
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"schema_version": 1,
|
||||
"schema_version": 2,
|
||||
"device_name": "Google Pixel 6 Pro",
|
||||
"device_type": "android",
|
||||
"settings": {
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"schema_version": 1,
|
||||
"schema_version": 2,
|
||||
"device_name": "Google Pixel 8",
|
||||
"device_type": "android",
|
||||
"settings": {
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"schema_version": 1,
|
||||
"schema_version": 2,
|
||||
"device_name": "Google Pixel 9",
|
||||
"device_type": "android",
|
||||
"settings": {
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"schema_version": 1,
|
||||
"schema_version": 2,
|
||||
"device_name": "AYN Odin2 mini",
|
||||
"device_type": "android-handheld",
|
||||
"settings": {
|
||||
|
@ -1,14 +1,14 @@
|
||||
{
|
||||
"schema_version": 1,
|
||||
"schema_version": 2,
|
||||
"device_name": "Amazon Fire TV Stick 4k Max (2023)",
|
||||
"device_type": "android-tv",
|
||||
"settings": {
|
||||
"script": {
|
||||
"_base": "highest",
|
||||
"video_player_type": "default",
|
||||
"video_power_preference": "default",
|
||||
"video_processing": "usm",
|
||||
"video_sharpness": 0
|
||||
"video.player.type": "default",
|
||||
"video.player.powerPreference": "default",
|
||||
"video.processing": "usm",
|
||||
"video.processing.sharpness": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"schema_version": 1,
|
||||
"schema_version": 2,
|
||||
"device_name": "Lenovo Y700 (2022)",
|
||||
"device_type": "android",
|
||||
"settings": {
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"schema_version": 1,
|
||||
"schema_version": 2,
|
||||
"device_name": "Lenovo Y700 (2022)",
|
||||
"device_type": "android",
|
||||
"settings": {
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"schema_version": 1,
|
||||
"schema_version": 2,
|
||||
"device_name": "Logitech G Cloud",
|
||||
"device_type": "android-handheld",
|
||||
"settings": {
|
||||
|
@ -1,14 +1,14 @@
|
||||
{
|
||||
"schema_version": 1,
|
||||
"schema_version": 2,
|
||||
"device_name": "NVIDIA Shield TV (2015)",
|
||||
"device_type": "android-tv",
|
||||
"settings": {
|
||||
"script": {
|
||||
"_base": "highest",
|
||||
"video_player_type": "default",
|
||||
"video_power_preference": "default",
|
||||
"video_processing": "usm",
|
||||
"video_sharpness": 1
|
||||
"video.player.type": "default",
|
||||
"video.player.powerPreference": "default",
|
||||
"video.processing": "usm",
|
||||
"video.processing.sharpness": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"schema_version": 1,
|
||||
"schema_version": 2,
|
||||
"device_name": "AYN Odin2 mini",
|
||||
"device_type": "android-handheld",
|
||||
"settings": {
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"schema_version": 1,
|
||||
"schema_version": 2,
|
||||
"device_name": "Redmi K40",
|
||||
"device_type": "android",
|
||||
"settings": {
|
||||
|
@ -1,14 +1,14 @@
|
||||
{
|
||||
"schema_version": 1,
|
||||
"schema_version": 2,
|
||||
"device_name": "Redmi Note 12",
|
||||
"device_type": "android",
|
||||
"settings": {
|
||||
"script": {
|
||||
"_base": "highest",
|
||||
"video_player_type": "default",
|
||||
"video_power_preference": "default",
|
||||
"video_processing": "usm",
|
||||
"video_sharpness": 0
|
||||
"video.player.type": "default",
|
||||
"video.player.powerPreference": "default",
|
||||
"video.processing": "usm",
|
||||
"video.processing.sharpness": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user