[mythtv-users] Schedules Direct guide data for AU / NZ

Tony Sauri hoiho.nz at gmail.com
Thu Sep 1 22:53:17 UTC 2016


On 01/09/16 01:17, Phill Edwards wrote:
> - Seems to be quite a few errors in <actor>,
> eg <actor>ARRAY(0x3fcc460)</actor>.


To fix this I applied the following patch to tv_grab_sd_json

diff /tmp/tv_grab_sd_json /tmp/mod/tv_grab_sd_json
1140c1140,1141
< 		$name = [ $name, $credit->{'characterName'} ];
---
> 	#	$name = [ $name, $credit->{'characterName'} ];
> 		$name = $name . "\tis\t" . $credit->{'characterName'};


Regards

Tony Sauri



More information about the mythtv-users mailing list