Update devices

This commit is contained in:
redphx 2024-12-05 17:29:03 +07:00
parent c96b3a0c70
commit 72ef22c697
31 changed files with 67 additions and 66 deletions

View File

@ -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"
}
}

View File

@ -2,7 +2,7 @@
"json.schemas": [
{
"fileMatch": [
"devices/*.json"
"devices/**/*.json"
],
"url": ".vscode/schemas/device.json"
}

View File

@ -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
}
}
}

View File

@ -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
}
}
}

View File

@ -1,5 +1,5 @@
{
"schema_version": 1,
"schema_version": 2,
"device_name": "Logitech G Cloud",
"device_type": "android-handheld",
"settings": {

View File

@ -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
}
}
}

View File

@ -1,5 +1,5 @@
{
"schema_version": 1,
"schema_version": 2,
"device_name": "Google Pixel 6a",
"device_type": "android",
"settings": {

View File

@ -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
}
}
}

View File

@ -1,5 +1,5 @@
{
"schema_version": 1,
"schema_version": 2,
"device_name": "Google Pixel 8a",
"device_type": "android",
"settings": {

View File

@ -1,5 +1,5 @@
{
"schema_version": 1,
"schema_version": 2,
"device_name": "Google Pixel 6a",
"device_type": "android",
"settings": {

View File

@ -1,5 +1,5 @@
{
"schema_version": 1,
"schema_version": 2,
"device_name": "Google Pixel 9 Pro",
"device_type": "android",
"settings": {

View File

@ -1,5 +1,5 @@
{
"schema_version": 1,
"schema_version": 2,
"device_name": "Google Pixel 7 Pro",
"device_type": "android",
"settings": {

View File

@ -1,5 +1,5 @@
{
"schema_version": 1,
"schema_version": 2,
"device_name": "Google Pixel 9 Pro Fold",
"device_type": "android",
"settings": {

View File

@ -1,5 +1,5 @@
{
"schema_version": 1,
"schema_version": 2,
"device_name": "Google Pixel Fold",
"device_type": "android",
"settings": {

View File

@ -1,5 +1,5 @@
{
"schema_version": 1,
"schema_version": 2,
"device_name": "Google Pixel 8 Pro",
"device_type": "android",
"settings": {

View File

@ -1,5 +1,5 @@
{
"schema_version": 1,
"schema_version": 2,
"device_name": "Google Pixel 9 Pro XL",
"device_type": "android",
"settings": {

View File

@ -1,5 +1,5 @@
{
"schema_version": 1,
"schema_version": 2,
"device_name": "Google Pixel 7a",
"device_type": "android",
"settings": {

View File

@ -1,5 +1,5 @@
{
"schema_version": 1,
"schema_version": 2,
"device_name": "Google Pixel 6",
"device_type": "android",
"settings": {

View File

@ -1,5 +1,5 @@
{
"schema_version": 1,
"schema_version": 2,
"device_name": "Google Pixel 7",
"device_type": "android",
"settings": {

View File

@ -1,5 +1,5 @@
{
"schema_version": 1,
"schema_version": 2,
"device_name": "Google Pixel 6 Pro",
"device_type": "android",
"settings": {

View File

@ -1,5 +1,5 @@
{
"schema_version": 1,
"schema_version": 2,
"device_name": "Google Pixel 8",
"device_type": "android",
"settings": {

View File

@ -1,5 +1,5 @@
{
"schema_version": 1,
"schema_version": 2,
"device_name": "Google Pixel 9",
"device_type": "android",
"settings": {

View File

@ -1,5 +1,5 @@
{
"schema_version": 1,
"schema_version": 2,
"device_name": "AYN Odin2 mini",
"device_type": "android-handheld",
"settings": {

View File

@ -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
}
}
}

View File

@ -1,5 +1,5 @@
{
"schema_version": 1,
"schema_version": 2,
"device_name": "Lenovo Y700 (2022)",
"device_type": "android",
"settings": {

View File

@ -1,5 +1,5 @@
{
"schema_version": 1,
"schema_version": 2,
"device_name": "Lenovo Y700 (2022)",
"device_type": "android",
"settings": {

View File

@ -1,5 +1,5 @@
{
"schema_version": 1,
"schema_version": 2,
"device_name": "Logitech G Cloud",
"device_type": "android-handheld",
"settings": {

View File

@ -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
}
}
}

View File

@ -1,5 +1,5 @@
{
"schema_version": 1,
"schema_version": 2,
"device_name": "AYN Odin2 mini",
"device_type": "android-handheld",
"settings": {

View File

@ -1,5 +1,5 @@
{
"schema_version": 1,
"schema_version": 2,
"device_name": "Redmi K40",
"device_type": "android",
"settings": {

View File

@ -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
}
}
}