Now Watching

My first WordPress plugin, Now Watching, is now available in the WordPress Plugin repository.

The plugin allows you to display the movies you’re watching, have watched recently and plan to watch, with cover art fetched automatically from Amazon. It also links to the Amazon page for the movie DVD and can ear you referral fees from Amazon.

Now Watching is a fork of Ben Gunnink’s Now Reading Reloaded plugin modified to work with movies instead of books. It is forked from Ben’s code as of 5.1.1.0.

With it, you can manage a library of your current movies, as well as historical and planned movies.

Installation

  1. Upload ‘now-watching’ to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Make any changes the to provided template files and store them in your theme directory (see the “Template Files” section)
  4. Frequently Asked Questions

    Why does my library page look funny?

    Now Watching comes with premade templates (‘/templates/’) that were originally made for the default Kubrick theme that comes with WordPress. If your theme has more or less markup, the templates may look strange in your theme.

    My suggestion to those who are having trouble is to open up the respect Now Watching template (such as ‘library.php’) side-by-side with one of your standard theme templates, and make sure that the markup matches.

    Changelog

    • 1.0
      • First release forked from Now Reading Reloaded 5.1.1.0

    Template Files

    The ‘templates’ folder of the Now Watching plugin contains a default set of templates for displaying your movie data in various places (sidebar, library, etc.). Any changes you make to these templates should be in your own theme folder. Now Watching will first look inside your active theme folder for a directory called ‘now-watching’ for template files; if it doesn’t find them, it will use its own. Customized template should be stored in ‘/wp-content/yourtheme/now-watching/’ so that your changes are not overwritten when you upgrade.

  1. November 21st, 2009 at 18:40 | #1

    Hi,

    i hope you can help me. I am not able to search with the plugin. When i click on the search button, nothing happens. I have insert the ASIN from the amazon page. What do i do wrong??

    If your german, ich versteh auch deutsch ;)

  2. November 23rd, 2009 at 09:00 | #2

    @Tasmanian
    Did you configure the plugin with your Amazon Web Services Access Key ID and Amazon Web Services Secret Access Key?

    Are you having problems searching using the title only? Does the search work ok if you use the ASIN? What about searching with the director?

  3. Sharon
    December 6th, 2009 at 08:58 | #3

    Is there a shortcode to put the details on a page, rather than in the sidebar?

  4. December 6th, 2009 at 19:51 | #4

    @Sharon
    Right now, there isn’t a shortcode. I can add it in the next update.

  5. December 24th, 2009 at 18:09 | #5

    @Zack

    Install “Page Links To” plugin and you can do just that. You can visit my blog to see it in action.

    Zack, did you make any major changes to the code? I am not able to add books using Now Reading, yet yours works perfectly fine.

  6. Rhys
    January 12th, 2010 at 01:15 | #6

    Hi. Great app, I find this really helpful. Any chance of a now listening to, now playing or now watching (tv) revision? Just an idea.

    Thanks again!

  7. January 19th, 2010 at 09:16 | #7

    @Alex Bello : I am also using the Page Links To plugin to create a page for my movies.

    No, I haven’t made any major changes from the Now Reading Reloaded plugin yet.

    @Rhys : Thanks. No plans right now for those plugins.

  8. Mystech
    January 31st, 2010 at 19:11 | #8

    Where in the code is the line that controls the number of items displayed in the widget/sidebar? It appears to be 5 by default and I’d like to increase it on my site. Thanks!

  9. Mystech
    January 31st, 2010 at 19:19 | #9

    @Mystech

    Nevermind, found it. movies.php, line 83, $num = 5; In case anyone else requires the information. :-)

  1. October 14th, 2009 at 15:41 | #1
  2. October 15th, 2009 at 00:09 | #2