[mythtv-users] SchedulesDirect Changes

Bill Meek keemllib at gmail.com
Fri Sep 19 14:03:05 UTC 2014


On 09/18/2014 10:45 PM, Robert Kulagowski wrote:
> On Thu, Sep 18, 2014 at 10:17 PM, Bill Meek <keemllib at gmail.com> wrote:
>>      ALTER TABLE videosource ADD COLUMN modified ...
>
> That was removed in a later beta version and replaced with an entry
> into the settings table. The grabber that uses API-20140530 doesn't
> make this change anymore.
>
>>      ALTER TABLE credits CHANGE role role SET(...
>>        adding: 'musical_guest','judge','correspondent','contestant'
>
> Goes back to what I had mentioned earlier; because the roles are
> hardcoded MythTV is actually more limited than what is available in
> the data; ideally this can be changed to something like a varchar(128)
> to accomodate the additional data.

Thanks for the reply.

There's nothing in the mfdb-json README.md that says what branch
to use, so I'd always used master.

If the README.md is the official set of instructions for implementing
the code, then I'd suggest it needs to be updated, e.g.

     git checkout -b origin/API-20140530

-- 
Bill


More information about the mythtv-users mailing list