Jump to content
C4 Forums | Control4

How do you get C4 to update a Universal Minidriver?


Recommended Posts

The Drivers for CBC Gem and TSN only have Service IDs for Nvidia Shield and Samsung and I would update them to include the Roku app IDs.  These are both Canadian streaming apps.

How do I get C4 to update them?  CBC Gem has a Roku app ID of 614780 and TSN has a Roku app ID of 675097?

 

Link to comment
Share on other sites

  • 2 weeks later...

Send an email to: universal_minidriver_dev@control4.com, with the c4z file name of the mini driver you want additional IDs added to, and the ID information (platform, app id, etc.).

They get queued up, so it may take a while to get to them, but that should at least get the ball rolling.

RyanE

 

Link to comment
Share on other sites

Thanks Ryan - FYI after a day or two I did it myself by editing the driver.lua file in the c4z file to add the UM_ROKU line as follows:

JSON_APP_DATA = [[{
	"serviceIds": {
		"UM_ROKU": "614780",
		"UM_NV_SHIELD": "ca.cbc.android.cbctv",
		"UM_SAMSUNG2021": "CBC Gem"
	},
	"appName": "CBC Gem"

 

Link to comment
Share on other sites

Yeah, they're pretty easy to update, but I appreciate you also requesting an update from the minidriver support email (I am on the distribution list, but usually not the one who does it), since then they'll work for the next guy...

RyanE

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.