I'd like to map my LiveTV button to the PseudoTV plugin and I know how to do it, the problem is I have no idea what argument to pass to the XBMC.ActivateWindow() method. Can someone clue me in?
Edit: I figured it out myself I needed to use the XBMC.RunAddon(script.pseudotv) method instead. I found it in this link for anyone else who stumbles upon this List of Built-In Functions
Edit: I figured it out myself I needed to use the XBMC.RunAddon(script.pseudotv) method instead. I found it in this link for anyone else who stumbles upon this List of Built-In Functions