[mythtv-users] [Bulk] mythnetvision - unable to view certain    channels

Hika van den Hoven hikavdh at gmail.com
Sun Jul 19 19:39:35 UTC 2015


Hoi Tim,

Sunday, July 19, 2015, 9:10:33 PM, you wrote:



> ---- On Sun, 19 Jul 2015 15:52:05 +0100 Hika van den
> Hoven<hikavdh at gmail.com> wrote ---- 
 >> > I checked further and the error comes from a missing regioncode. 
 >> > Change line 174 
 >>  
 >> > 173        region = self.userPrefs.find("region") 
 >> > 174        if region != None: 
 >> > 175            self.config['region'] = region.text 
 >> > 176        else: 
 >> > 177            self.config['region'] = u'us' 
 >>  
 >> > to: 
 >>  
 >> >         if region.text != None: 
 >>  
 >> or beter to: 
 >>  
 >>         if region != None and region.text: 
 >>  
 >>  
 >> Tot mails, 
 >>   Hika Alina Maria van den Hoven                            mailto:hikavdh at gmail.com 

> Thanks Hika - i replaced the youtube_api.py script line 174 with
> 'if region != None and region.text:', and it's working for the Browse internet video section.
> Searching for content still results in no results being returned
> via mythfrontend. the same term returns content via ssh.

> any ideas for that?

> _______________________________________________

Not jet. I have to delf further into the inner workings. I never used
the plug-in. Maybe somewhere later this week.

Tot mails,
  Hika                            mailto:hikavdh at gmail.com

"Zonder hoop kun je niet leven
Zonder leven is er geen hoop
Het eeuwige dilemma
Zeker als je hoop moet vernietigen om te kunnen overleven!"

De lerende Mens



More information about the mythtv-users mailing list