Still looking for a good config for the nba app. I may have to make my own.
I had to modify @bnhf config for Prime in order to get that to work BTW
Here's my edit
{
"name": "FruitDeepLinks - Prime Video v2.0 (FireTV and AndroidTV)",
"author": "bnhf",
"version": "2.0",
"description": "Prime Video for FruitDeepLinks with select for User and tuning to the Live feed. Compatible with FireTV and AndroidTV devices.",
"uuid": "a176643f-b3b6-47fb-8527-47908d089695",
"global_options": {
"wait_for_video_playback_detection": false,
"use_fixed_delay": true,
"fixed_delay_seconds": 8,
"check_for_and_clear_whos_watching_prompts": false,
"wait_after_post_playback_start_commands_seconds": 0
},
"pre_tune_commands": [
"input keyevent KEYCODE_MEDIA_STOP",
"input keyevent KEYCODE_HOME"
],
"tune_commands": [
"am start -n $(dumpsys package '||TARGET_PACKAGE_NAME||' 2>/dev/null | awk '/https:/{getline; print $2; exit}') -d '||TARGET_URL_OR_IDENTIFIER||'"
],
"post_playback_start_commands": [
"test -z '$(getprop ro.build.version.fireos)' && ( input keyevent KEYCODE_DPAD_CENTER; sleep 3 )",
"input keyevent KEYCODE_DPAD_CENTER",
"input keyevent KEYCODE_DPAD_CENTER"
],
"post_tune_commands": [
"input keyevent KEYCODE_MEDIA_STOP",
"input keyevent KEYCODE_HOME"
],
"timed_keep_active_commands": []
}
Step 5c failed (non-fatal): no such table: events
locale column already exists
Step 5d FAILED with exit code 1