Skip to content

Plugin for Jekyll/Octopress/Liquid to generate a list of your last n checked movies on iCheckMovies.

Notifications You must be signed in to change notification settings

maartenvg/jekyll-icheckmovies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jekyll-icheckmovies

Plug-in for Octopress, Jekyll or just plain Liquid to generate a list of your last checked movies on iCheckMovies. It uses images & information from The MovieDB via their API and displays it in place of the tag.

Installation

Copy icheckmovies.rb and icheckmovies.html to your Jekyll or Octopress plug-ins folder. Run gem install nokogiri or add gem 'nokogiri' to your Gemfile.

Usage

First, make sure that you made your list of checked movies public in your profile. Go to the settings page and set Movie checks to public.

Simple usage (shows 4 movies): {% my_movies your_username %}

Extended usage: {% my_movie max: 10, username: your_username, ... %}

Available options:

  • max: 5: The number of movies that you want to show. (default: 4)
  • username: ...: Your user name at iCheckMovies.com. (required when using extended options)
  • cache: true|false: Use caching of TMDB calls, preventing repeated web calls for previously retrieved movies. (default: true)
  • size: xsmall|small|normal|large|xlarge: The size of the movie-posters to be used. (default: normal)
  • tmdb_api_key: ...: Your TMDB api key if you are not not using the default one.

License

Licensed under the MIT license.

Created by Maarten van Grootel

About

Plugin for Jekyll/Octopress/Liquid to generate a list of your last n checked movies on iCheckMovies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages