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