xmltv/filter tv_imdb,1.29,1.30

Geoff <[email protected]>
Newsgroups gmane.comp.tv.xmltv.cvs
Message-ID <[email protected]>
Update of /cvsroot/xmltv/xmltv/filter
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13612

Modified Files:
	tv_imdb 
Log Message:
(minor) add option (--actors x) to change number of actors output

Index: tv_imdb
===================================================================
RCS file: /cvsroot/xmltv/xmltv/filter/tv_imdb,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** tv_imdb	12 May 2014 09:26:38 -0000	1.29
--- tv_imdb	18 May 2014 11:17:19 -0000	1.30
***************
*** 14,18 ****
  tv_imdb --imdbdir <dir> [--help] [--quiet]
         [--with-keywords] [--with-plot]
!        [--movies-only] [--stats] [--debug]
         [--output FILE] [FILE...]
  
--- 14,19 ----
  tv_imdb --imdbdir <dir> [--help] [--quiet]
         [--with-keywords] [--with-plot]
!        [--movies-only] [--actors NUMBER]
!        [--stats] [--debug]
         [--output FILE] [FILE...]
  
***************
*** 30,33 ****
--- 31,36 ----
  B<--with-plot> include IDMb plot summary in the output file.
  
+ B<--actors NUMBER> number of actors from IMDb to add (default=3).
+ 
  B<--quiet> disable all status messages (that normally appear on stderr).
  
***************
*** 171,175 ****
  $0: augment listings with data from imdb.com
  $0 --imdbdir <dir> [--help] [--quiet] [--download] [--prepStage (1-9,all)]
! $0 --imdbdir <dir> [--help] [--quiet] [--download] [--with-keywords] [--with-plot] [--movies-only][--stats][--debug][--output FILE] [FILE...]
  
  END
--- 174,178 ----
  $0: augment listings with data from imdb.com
  $0 --imdbdir <dir> [--help] [--quiet] [--download] [--prepStage (1-9,all)]
! $0 --imdbdir <dir> [--help] [--quiet] [--download] [--with-keywords] [--with-plot] [--movies-only] [--actors NUMBER] [--stats] [--debug] [--output FILE] [FILE...]
  
  END
***************
*** 188,191 ****
--- 191,195 ----
      $opt_with_keywords,
      $opt_with_plot,
+     $opt_num_actors,
     );
  
***************
*** 197,200 ****
--- 201,205 ----
  	   'with-plot'     => \$opt_with_plot,
  	   'movies-only' => \$opt_movies_only,
+ 	   'actors=s'      => \$opt_num_actors,
  	   'quiet' => \$opt_quiet,
  	   'download' => \$opt_download,
***************
*** 208,211 ****
--- 213,217 ----
  $opt_with_keywords=0 if ( !defined($opt_with_keywords) );
  $opt_with_plot=0     if ( !defined($opt_with_plot) );
+ $opt_num_actors=3    if ( !defined($opt_num_actors) );
  $opt_movies_only=0 if ( !defined($opt_movies_only) );
  $opt_debug=0         if ( !defined($opt_debug) );
***************
*** 280,283 ****
--- 286,290 ----
  			 'updateKeywords'  => $opt_with_keywords,
  			 'updatePlot'      => $opt_with_plot,
+ 			 'numActors'       => $opt_num_actors,
  			 );
  


------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.