Page 1 of 1

Roku Plugin - Display Title?

PostPosted: Mon Aug 12, 2019 3:46 pm
by ckeyes888
Hey,

Hoping there may be some way to reveal the title that’s playing?

Thanks,

Carl

Re: Roku Plugin - Display Title?

PostPosted: Mon Aug 12, 2019 10:47 pm
by RogueProeliator
Hoping there may be some way to reveal the title that’s playing?

Unfortunately, not really... this is an example of all that gets returned when you ask for the active app. Each application on there would likely have to implement a currently playing type implementation and I guess they just don't have that...

Code: Select all
<active-app>
   <app id="13535" subtype="rsga" type="appl" version="6.3.11">Plex</app>
</active-app>


Adam

Re: Roku Plugin - Display Title?

PostPosted: Tue Aug 13, 2019 7:29 pm
by ckeyes888
Nuts.

Thanks,

Carl