[mythtv-users] MythNetvision grabbers needing update

Jonatan Lindblad mythtv at comhem.se
Thu Mar 14 22:19:53 UTC 2013


On 2013-03-14 21:28, Jongi wrote:
> On 14/03/2013 00:58, Jonatan Lindblad wrote:
>> On 2013-03-13 14:44, Dan Wilga wrote:
>>> After trying (and failing) to use MythNetvision some time ago, I decided
>>> to try again last night. Here's what I found, after much digging and
>>> debugging:
>>>
>>> - thewb.py works fine.
>>
>> Good :)
>>
>>> - comedycentral.py fails, due to 404s. I assume the search mechanism and
>>> RSS feed locations have moved within the site.
>>> - mtv.py fails, but silently. If you view the XML returned by their API,
>>> it says the API being used has been deprecated.
>>
>> Not much you can do about these I guess.
>>
>>> - pbs.py complains that there are "No Xslt results" for a whole bunch of
>>> URLs, even though these URLs do return feeds. Perhaps the script is
>>> using the wrong DTD or something.
>>
>> This should be possible to fix.
>>
>>> - hulu.py fails, also due to 404s.
>>
>> Can you try the attached patch and see if at least search starts working?
>>
>>> I have searched trac and master on git, but nobody seems to be working
>>> on this plugin. I can't believe nobody has noticed these problems
>>> before, though. Did I just miss something, or should I try to fix the
>>> scripts myself?
>>
>> I'm only using the YouTube grabber and won't notice if the others break.
>>
>> --
>> Jonatan
>>
> Hi,
>
> How would I go about applying this patch?

You could for example go to /usr/share/mythtv (or wherever your 
internetcontent directory is located) on your master backend and execute

sudo patch -p 4 < ~/hulu.patch

You can add the -b option if you want to back up the original files.

--
Jonatan


More information about the mythtv-users mailing list