version 0.0.351
- Settings \ Appearance \ Show Addon Logo in EPG above Program Image
- use controls 44025 and 44026 for addon logo and name in main xml file
- Settings \ Lab1 \ Catchup url
- Catchup Command Action and Button
- eg plugin://plugin.video.XXX/catchup/%I/%Y-%m-%d:%H-%M/%T/%D
- Catchup Addon button is hidden in Default skin and has id 4017
- Settings \ Playback \ Use Alternative Streams as a Fallback Only
@
JQZ* Here is your addon logo for the main epg xml file. It is in Default and Catbar as examples.
Settings \ Appearance \ Show Addon Logo in EPG above Program Image
Use controls 44025 and 44026 for addon logo and name in main xml file.
@
JQZ* and @RayW1986 Here is a way to just use the Alternative Streams as Fallback Only.
Settings \ Playback \ Use Alternative Streams as a Fallback Only
If you enable that and
Settings \ Playback \ Try Other Alternative Streams if Play Fails
you won't get the initial Choose Alternative Stream dialog but it will try the next Alternative Stream if the first one fails.
It should do the same as your strm solution.
Catchup Addon
This is a very advanced feature that will take some work on your part.
I've made a freeform url that can be used to launch a Catchup Addon based on the Program title, season, episode, channel id, date and duration.
If you have a PVR backend or goto addon that can find a program based on the above data you can use this to go directly to that catchup program.
Settings \ Lab1 \ Catchup url
I've run out of space for another button in the Menu so I've hidden the one I made. Catchup Addon with id 4017.
There is a command called CATCHUP in ActionEditor.py that you can map up to a keyboard shortcut.
If anyone needs me to expose another variable for the url just let me know.