Add devices

This commit is contained in:
redphx 2024-08-26 21:42:09 +07:00
parent f8f61199e8
commit edd64a7387
2 changed files with 25 additions and 11 deletions

14
devices/bengal.json Normal file
View File

@ -0,0 +1,14 @@
{
"schema_version": 1,
"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
}
}
}

View File

@ -1,14 +1,14 @@
{
"schema_version": 1,
"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
}
"schema_version": 1,
"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
}
}
}