[RELEASE] Execute user scripts on specific XBMC actions (play starts/stops...)
Script Newbie here....

Is it possible with this Add-On - service to automatically Disable Hardware acceleration when entering the PVR / Live TV section of XBMC and turn it back on when exiting ?

It would work around a long standing issue of XBMC crashes on ATV1/Crystalbuntu when viewing mpeg2 Live TV with Hardware Acceleration enabled if this can be implemented.

a bit more playing around gives me this to work with:
CHD Acceleration:
Code:
On:
jsonrpc?request={"id":1,"jsonrpc":"2.0","method":"Settings.SetSettingValue","params":{"setting":"videoplayer.usechd","value":true}}

Off:
jsonrpc?request={"id":1,"jsonrpc":"2.0","method":"Settings.SetSettingValue","params":{"setting":"videoplayer.usechd","value":false}}

------------------------------------------------------------------------------------------------------

Great Success ! I've finally coded a worked around for this annoying issue, follow below: Smile

http://forum.osmc.tv/showthread.php?tid=16534

Reply


Messages In This Thread
Great! - by gnorf - 2013-02-27, 22:50
[RELEASE] Pilulli Revisited - by KenV99 - 2014-06-28, 18:18
RE: [RELEASE] Execute user scripts on specific XBMC actions (play starts/stops...) - by wrxtasy - 2014-12-16, 05:04
Logout Mark Read Team Forum Stats Members Help
[RELEASE] Execute user scripts on specific XBMC actions (play starts/stops...)4