Right now I use this adb command to boot up Plex automatically:
adb shell am start com.plexapp.mediaserver.smb/com.plexapp.mediaserver.ui.main.MainActivity
It'd be nice to add this functionality in android-tv-remote, maybe with:
android-tv-remote --host x.x.x.x --launch "com.plexapp.mediaserver.smb/com.plexapp.mediaserver.ui.main.MainActivity"
(this would allow, together with #2, to have automations that turn on the TV and automatically launch a given app)
Right now I use this adb command to boot up Plex automatically:
It'd be nice to add this functionality in android-tv-remote, maybe with:
android-tv-remote --host x.x.x.x --launch "com.plexapp.mediaserver.smb/com.plexapp.mediaserver.ui.main.MainActivity"(this would allow, together with #2, to have automations that turn on the TV and automatically launch a given app)