@KineticMan, @bnhf, Can confirm that HBO Max and NFL+ are working! Nice work, gentleman! HBO Max is like Paramount+, where there is a "Watch Live" button that has to be pressed after hitting the splash screen, so I made the following custom configuration for it, and it now works.
{
"name": "FruitDeepLinks - HBO Max",
"author": "nateg",
"version": "1.0",
"description": "HBO Max for FruitDeepLinks with Select for tuning to the Live feed.",
"uuid": "ca020242-3fc9-441f-952d-ed7f35f2d749",
"global_options": {
"wait_for_video_playback_detection": false,
"use_fixed_delay": true,
"fixed_delay_seconds": 10,
"check_for_and_clear_whos_watching_prompts": true,
"wait_after_post_playback_start_commands_seconds": 0
},
"pre_tune_commands": [
"input keyevent KEYCODE_MEDIA_STOP"
],
"tune_commands": [
"am start -W -a android.intent.action.VIEW -d '||TARGET_URL_OR_IDENTIFIER||' '||TARGET_PACKAGE_NAME||'"
],
"post_playback_start_commands": [
"sleep 5",
"input keyevent KEYCODE_DPAD_CENTER"
],
"post_tune_commands": [
"input keyevent KEYCODE_MEDIA_STOP",
"input keyevent KEYCODE_MEDIA_PAUSE",
"input keyevent KEYCODE_HOME"
],
"timed_keep_active_commands": []
}
Paramount+ ADB lanes hasn't been working for me for a bit. I think that my memory is correct that I was able to get it to work a few days ago, and I wasn't confusing it with my tests of streamlinks, but not sure. But for sure, since yesterday, and today, not working. It doesn't show any attempt to try to pull a link in the fruit live logs with those channels, so something is squirrelly, for me at least. Interesting that @bnhf currently has functionality on that. I wonder if something has got corrupted on my end. I have just been pulling updates directly on top of previous versions, without a clean build.