xmltv/filter tv_imdb,1.33,1.34
Jerry Veldhuis <[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-serv4034/filter
Modified Files:
tv_imdb
Log Message:
changed -quiet command line to disable progress bar
Index: tv_imdb
===================================================================
RCS file: /cvsroot/xmltv/xmltv/filter/tv_imdb,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** tv_imdb 8 Mar 2015 19:46:34 -0000 1.33
--- tv_imdb 11 Mar 2015 03:33:09 -0000 1.34
***************
*** 249,256 ****
END
! ;
my %options =
('imdbDir' => $opt_imdbDir,
'verbose' => !$opt_quiet,
'stageToRun' => $opt_prepStage,
'downloadMissingFiles' => $opt_download,
--- 249,258 ----
END
! if ( ! $opt_quiet ) ;
!
my %options =
('imdbDir' => $opt_imdbDir,
'verbose' => !$opt_quiet,
+ 'showProgressBar' => !$opt_quiet,
'stageToRun' => $opt_prepStage,
'downloadMissingFiles' => $opt_download,
***************
*** 287,290 ****
--- 289,293 ----
('imdbDir' => $opt_imdbDir,
'verbose' => !$opt_quiet,
+ 'showProgressBar' => !$opt_quiet,
'stageToRun' => 'all',
'downloadMissingFiles' => $opt_download,
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/