MythFlix (A NetFlix MythTV)
---------------------------------------------------------------------


INSTALLATION:
---------------------------------------------------------------------

Unzip the mythflix-x.x-x.tgz to the mythplugin-x.x-x directory.

type 'qmake mythflix.pro' in the mythflix directory to create the Makefile.

type 'make' in the mythflix directory to begin compiling

Compiling note:  If you get an error on building this, that says
		something about 'mkspecs', then you don't have the 
		QTDIR environment variable set.  On debian, this 
		should be set to /usr/share/qt3.

Once the make is completed, do a 'make install' as root

- libmythflix.so will go into /usr/local/lib/mythtv/plugins
- data files will be put into the 
  /usr/local/share/mythtv/mythflix directory
- image files and ui file go to /usr/local/share/mythtv/themes/default

Run mythfrontend and setup the Netflix RSS feeds to include when you browse for movies. 
You MUST run the mythfrontend first to give the plugin a chance to intial the database
before continuing. See CONFIGURATION/USAGE.

Currenty, MythFlix plugin lacks a more rebust configuration UI.  So your netflix account settings need to be initilized manually.
To do this run the following command.  For some reason to properly intialized the netflix cookie you must run script twice.

/usr/local/share/mythtv/mythflix/scripts/netflix.pl -L <userid> <passwd>
/usr/local/share/mythtv/mythflix/scripts/netflix.pl -L <userid> <passwd>

FINAL INSTALLATION
---------------------------------------------------------------------

After running the plugin once you must manually enter your NetFlix Queue RSS feed into the database.
This can be found by going to NetFlix.com, login, click RSS feed at the bottom of the page. Cut
and paste the url into netflix table with the is_queue flag set.
  
  insert into netflix values ("Queue","NetFlix", '[YOUR QUEUE RSS URL]','http://cdn.nflximg.com/us/icons/nficon.ico', null, 1);
  insert into netflix values ("History","NetFlix", '[YOUR HISTORY RSS URL]','http://cdn.nflximg.com/us/icons/nficon.ico', null, 2);


CONFIGURATION/USAGE:
---------------------------------------------------------------------

Once you have installed mythflix you need to set it up. Go to
Settings->NetFlix Settings (This will setup the mythflix database for you
automatically). On the Settings page there will be RRS feed on
the left window. Double clicking or selecting and pressing
return/space will add them to the database (These will also be shown
on the right window). Now exit the setup page (by pressing ESC).

Go to the NetFlix main page and you should see the RSS feeds on the
left column and corresponding movies on the right). You can
move between RSS feeds/articles using the UP/DOWN keys and between
the news sites column and articles column using the LEFT/RIGHT
keys. 

In the Queue screen, pressing "ENTER" will bring up a menu of options to
perform on the current selection including "Move to top of queue" and 
"Remove from queue".  Also, pressing "1" will move an item to the top of the 
queue while "D" will remove it from the queue.
