[mythtv] Mythflix setup issues

Chris Pinkham cpinkham at bc2va.org
Wed Feb 13 02:23:48 UTC 2008


First off, please start a new thread, don't just reply to an
existing one and change the subject.

* On Tue Feb 12, 2008 at 05:15:41PM -0700, Justin wrote:
> I'm trying to configure mythflix to connect to my netflix account.  I 
> followed the instructions found at 
> http://www.mythtv.org/wiki/index.php/MythFlix_README.  When I get to the 
> step where I need to insert into the database I'm getting the following 
> error:
> 
> 
> mysql> insert into mythconverg.netflix values ('Queue','NetFlix', 
> 'http://rss.netflix.com/QueueRSS?id=P1414488369827910822560762043502405','http://cdn.nflximg.com/us/icons/nficon.ico', 
> null, 1);
> ERROR 1136 (21S01): Column count doesn't match value count at row 1

Looks like you 're running mythflix from SVN trunk, but you're using
the instructions for 0.20.x.  Look at the README file in the mythflix
source directory and it will tell you the proper syntax for this SQL
statement.  The new mythflix supports multiple queues and the SQL
statement needs to specify a queue name.  This is covered in the
README file.

> I'm unsure exactly which parameters are which to know which one is 
> missing.  Can someone with some know how please let me know what the 
> command should be?  Also the readme should probably be updated.

The README was updated, the wiki wasn't because the README in trunk
is for trunk and the wiki is for the released version unless it specifies
that it is for trunk.

--
Chris


More information about the mythtv-dev mailing list