You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically when initially loading a channel (in this case /video/stufftv) if the MediaContainer contains a header string it should be showing the end-user a dialog box with the contents of it. We use this for known broken channels so that users are notified when a pre-installed channel is now known to be broken. We're pinging all of the client devs about this one that don't already have it implemented.
Here's some example XML:
<MediaContainertitle1="Stuff.tv"art="http://resources-cdn.plexapp.com/image/art/com.plexapp.plugins.stufftv.jpg?h=9fc2307"viewmode="65586"contenttype="items"header="Stuff.tv may be experiencing problems"message="This channel is currently broken."size="3"identifier="com.plexapp.plugins.stufftv"mediaTagPrefix="/system/bundle/media/flags/"mediaTagVersion="1365387741"searchesKey="/system/services/searches?identifier=com.plexapp.plugins.stufftv">
<Directorythumb="http://resources-cdn.plexapp.com/image/source/com.plexapp.plugins.stufftv.jpg?h=29c22ad"key="/video/stufftv/videocasts"title="VidCasts"/>
<Directorythumb="http://resources-cdn.plexapp.com/image/source/com.plexapp.plugins.stufftv.jpg?h=29c22ad"key="/video/stufftv/reviews"title="Video Reviews"/>
<Directorythumb="/:/plugins/com.plexapp.plugins.stufftv/resources/Search.png?t=1388217997"prompt="Please enter the topic you would like to search..."key="/:/plugins/com.plexapp.plugins.stufftv/serviceSearch?identifier=com.plexapp.plugins.stufftv&name=Stuff%20TV"title="Search"search="1"/>
</MediaContainer>
If possible, the dialog presented to the user with header as the dialog box title, and message as the content.
The text was updated successfully, but these errors were encountered:
Ok, there are more similar features (messages, pop-up menus and stuff) to be implemented.
In this cue... when the "warning" was displayed, should we go on and display the stuff nevertheless?
Basically when initially loading a channel (in this case /video/stufftv) if the MediaContainer contains a header string it should be showing the end-user a dialog box with the contents of it. We use this for known broken channels so that users are notified when a pre-installed channel is now known to be broken. We're pinging all of the client devs about this one that don't already have it implemented.
Here's some example XML:
If possible, the dialog presented to the user with header as the dialog box title, and message as the content.
The text was updated successfully, but these errors were encountered: