[mythtv-commits] mythtv commit: r7732 - in trunk/mythplugins by kkuphal

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Nov 4 21:10:54 EST 2005


      Author: kkuphal
        Date: 2005-11-05 02:10:54 +0000 (Sat, 05 Nov 2005)
New Revision: 7732
   Changeset: http://cvs.mythtv.org/trac/changeset/7732

Added:

   trunk/mythplugins/mythflix/
   trunk/mythplugins/mythflix/.cvsignore
   trunk/mythplugins/mythflix/AUTHORS
   trunk/mythplugins/mythflix/COPYING
   trunk/mythplugins/mythflix/ChangeLog
   trunk/mythplugins/mythflix/README
   trunk/mythplugins/mythflix/i18n/
   trunk/mythplugins/mythflix/i18n/.cvsignore
   trunk/mythplugins/mythflix/i18n/dummy.c
   trunk/mythplugins/mythflix/i18n/i18n
   trunk/mythplugins/mythflix/i18n/i18n.pro
   trunk/mythplugins/mythflix/i18n/themestrings.h
   trunk/mythplugins/mythflix/i18n/translate.pro
   trunk/mythplugins/mythflix/mythflix.pro
   trunk/mythplugins/mythflix/mythflix/
   trunk/mythplugins/mythflix/mythflix/.cvsignore
   trunk/mythplugins/mythflix/mythflix/images/
   trunk/mythplugins/mythflix/mythflix/images/news-info-bg.png
   trunk/mythplugins/mythflix/mythflix/images/title_netflix.png
   trunk/mythplugins/mythflix/mythflix/main.cpp
   trunk/mythplugins/mythflix/mythflix/mythflix.cpp
   trunk/mythplugins/mythflix/mythflix/mythflix.h
   trunk/mythplugins/mythflix/mythflix/mythflix.pro
   trunk/mythplugins/mythflix/mythflix/mythflixconfig.cpp
   trunk/mythplugins/mythflix/mythflix/mythflixconfig.h
   trunk/mythplugins/mythflix/mythflix/mythflixqueue.cpp
   trunk/mythplugins/mythflix/mythflix/mythflixqueue.h
   trunk/mythplugins/mythflix/mythflix/netflix-rss.xml
   trunk/mythplugins/mythflix/mythflix/netflix-ui.xml
   trunk/mythplugins/mythflix/mythflix/netflix_menu.xml
   trunk/mythplugins/mythflix/mythflix/newsengine.cpp
   trunk/mythplugins/mythflix/mythflix/newsengine.h

Modified:

   trunk/mythplugins/configure

Log:


MythFlix plugin from John Petrocik

http://petrocik.net/mythtv/mythflix.html

>From the README:

---
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.  (Note: Movies are added to the Queue by pressing SELECT)

Insert you Netflix ShopperId in the database.  Your Netflix shopperId can be found in
your browser's cookie. For KDE Konqueuer users, your cookie file is .kde/share/apps//kcookiejar/cookies
look for cookie key NetflixShopperId.  The cookie value should look like something like P234214938249083290480903298

    insert settings values ('NetflixShopperId','[NetflixShooperId]', null);

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);
---

Expect more changes soon to hopefully simplify this setup and also patch themes to add this to the menus.







More information about the mythtv-commits mailing list