Plex

{
  "pkg":"ccom.plexapp.android",
  "className":"",
  "data":{
    "uri":"https://watch.plex.tv/movie/metropolis?autoplay=1&utm_content=5d776824e6d55c002040ae63&utm_medium=deeplink&utm_source=justWatch-v2-catalog"
  },
  "flag":268435456,
  "action":"android.intent.action.VIEW",
  "extra":[]
}
  //ATTENTION!! URI 
  /* 
  * Content followed by the MOVIE name.
  */
    
Content - https://watch.plex.tv/movie/metropolis?autoplay=1&utm_content=5d776824e6d55c002040ae63&utm_medium=deeplink&utm_source=justWatch-v2-catalog
//adb test command
//Content
adb shell am start -W -a android.intent.action.VIEW -d "https://watch.plex.tv/show/age-of-the-living-dead/season/1/episode/1?autoplay=1&utm_content=5d9c198b2df347001e45abbe&utm_medium=deeplink&utm_source=justWatch-v2-catalog ccom.plexapp.android

Last updated

Was this helpful?