Sponsored Content
The Lounge What is on Your Mind? Movie Screenshot Contest - Bits to be won! Post 302368390 by Smiling Dragon on Wednesday 4th of November 2009 07:25:10 PM
Old 11-04-2009
Another ten (I've prepared 40 in total BTW):
26) Image
pludo - Jonathan E. from Rollerball

27) Image
reborg - Thade from Planet of the Apes (2001)

28) Image
reborg - Dynamo from (The) Running Man

29) Image
vino - Dr. Stanley Goodspeed from The Rock

30) Image
Perderabo - Tony Stark from Iron Man

31) Image
vino - Major Deakins from Broken Arrow

32) Image
Perderabo - Laurel and Simura fron The Final Countdown

33) Image
pludi - Johnson, Liddle, Jeremy, Elliot - Flight of the Phoenix

34) Image
Perderabo - Gene and Billy from Air America

35) Image
pludi - Brad Little and Jake Preston from Fire Birds

Last edited by Smiling Dragon; 11-05-2009 at 09:52 PM..
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Changing 24 bits to 8 bits display

Hello all, I was wondering if anyone can tell me how to change 24 bits depth display to 8 bits depth display for Sun Ultra1, running Solaris 8? THANKS in advance. I think that the command is ffbconfig, but it has nothing about depth. (4 Replies)
Discussion started by: larry
4 Replies

2. AIX

won't mount /usr...won't boot fully

Hello: NOOB here. I attempted to use smit mkcd. Failed on first attempt, not enough space. 2nd attempt tried to place iso on /usr, not enough space there. Cleanup ran for about 5 minutes after aborting. Now AIX won't boot. LCD display on 7029-6E3 says: 0517 MOUNT /USR. Attempted to boot from CD... (11 Replies)
Discussion started by: bbird
11 Replies

3. Programming

C coding for Screenshot capture

Hey guys, I'm for C code that can do screen capture for me. Any help. Thanks. (8 Replies)
Discussion started by: rakesh_01
8 Replies

4. UNIX for Dummies Questions & Answers

32 bits procesaor with 64 bits Solaris

people i have a problem i have a 32 bits sparc processor, and solaris 64 bits processor, i install a oracle data base 64 bits, but my oracle will not run because my processor is from 32 bits this is ok??, i know if i have x86 i cannot install a 64 bits operatin system in a 32 bits processor. ... (0 Replies)
Discussion started by: enkei17
0 Replies

5. Shell Programming and Scripting

Shell or Perl Loop Screenshot URLs

I am trying to capture screenshots from a huge list of URLs. I am able to manually capture images of individual pages; that is, I simply run the following command to get a screenshot of Foo.com $ python /path/to/screencapture.sh http://www.foo.com I want to modify the script so that instead of... (2 Replies)
Discussion started by: chipperuga
2 Replies

6. What is on Your Mind?

Place Bits & Win Bits!!! - 17th Annual Satellite Awards

Ten movies have been nominated as best motion picture by the International Press Academy, presentation of the 2012 Satellite Awards will be held on 16th December at Los Angeles, CA. Place your bits here on one of the below nominated movie of your choice:- Argo ... (0 Replies)
Discussion started by: Yoda
0 Replies

7. Shell Programming and Scripting

Shell Script to Capture a Screenshot

Hi All, Suppose I want to take a screenshot of a website say Google and save that image. How should I do it? I tried wget with this but of no help. It just makes a particular file in jpeg format but on opening the same it says corrupted. Although I can edit the jpeg as an HTML file. wget... (15 Replies)
Discussion started by: ankur328
15 Replies

8. UNIX for Beginners Questions & Answers

Bash script won't run because hardware won't produce display

Can anyone offer any advice on how to modify the script below to work on a new system we have, that has no graphics capability? We admin the system through a serial RAS device. I've tried running the below script through the RAS and through an ssh -X session. It failed with something like "GTK... (3 Replies)
Discussion started by: yelirt5
3 Replies
TV_IMDB(1p)						User Contributed Perl Documentation					       TV_IMDB(1p)

NAME
tv_imdb - Augment XMLTV listings files with imdb.com data. SYNOPSIS
tv_imdb --imdbdir <dir> [--help] [--quiet] [--download] [--prepStage (1-7,all)] tv_imdb --imdbdir <dir> [--help] [--quiet] [--movies-only][--stats][--output FILE] [FILE...] DESCRIPTION
Very similar to tv_cat in symantics (see tv_cat) except whenever a programme appears with "date" entry the title and date are used to look up extra data by using the XMLTV::IMDB package. --output FILE write to FILE rather than standard output --quiet disable all status messages (that normally appear on stderr). --download try to download data files if they are missing (in --prepStage). --stats force output of grab stats (stats output disabled in --quiet mode). --movies-only only augment programs that look like movie listings (4 digit 'date' field). All programs are checked against imdb.com data (unless --movies-only is used). For the purposes of tv_imdb, an "exact" match is defined as a case insensitive match gainst imdb.com data (which may or may not include the transformation of '&' to 'and' and vise-versa. If the program includes a 4 digit 'date' field the following is matches are attempted, the first succeeding match is used: 1. an "exact" title/year match against movie titles is done 2. an "exact" title match against tv series (and tv mini series) 3. an "exact" title match against movie titles with production dates within 2 years of the 'date' value. Unless --movies-only is used, if the program does not include a 4 digit 'date' field the following matches are attempted, the first succeeding match is used: 1. an "exact" title match against tv series (and tv mini series) When a match is found in the imdb.com data the following is applied: 1. the 'title' field is set to match exactly the title from the imdb.com data. This includes modification of the case to match and any transformations mentioned above. 2. if the match is a movie, the 'date' field is set to imdb.com 4 digit year of production. 3. the type of match found (Movie, TV Movie, Video Movie, TV Series, or TV Mini Series) is placed in the 'categories' field. 4. the url to the www.imdb.com page is added 5. the director is added if the match was a movie or if only one director is listed in the imdb.com data (because some tv series have > 30 directors) 6. the top 3 billing actors are added. 7. genres added to 'categories' field (current list of genres are Short, Drama, Comedy, Documentary, Animation, Adult, Action, Family, Romance, Crime, Thriller, Musical, Adventure, Western, Horror, Sci-Fi, Fantasy, Mystery, War, Film-Noir, Music 8. imdb user ratings added to 'star-ratings' field. HOWTO In order to use tv_imdb, you need: 1. choose a directory location to use for the tv_imdb database (you'll need about 1/2 GB of free space), 2a. run 'tv_imdb --imdbdir <dir> --prepStage all --download' to download the list files from imdb.com. Or, 2b If you have a slow network connection you may prefer to omit the '--download' flag and be prompted for what you need to download by hand. See <http://www.imdb.com/interfaces> for the download sites. Then once you have the files rerun without '--download'. Note: '--prepStage' sucks a bit of memeory, but you can run each prepStage separately by running --prepStage with each of the stages (see --help for details). 3. Once you have the database loaded try 'cat tv.xml | tv_imdb --imdbdir <dir> > tv1.xml'. Feel free to report any problems with these steps to xmltv-devel@lists.sf.net. BUGS
The '--prepStage' needs a lot of memory to run at a reasonable speed, over 200 megabytes with the current imdb data files. For there to be 200 megabytes free for tv_imdb, the system will need at least 256 megabytes of RAM. Running with less can take hours (or days!) - although fortunately this stage needs to be run only once after downloading the data files. Could use a --configure step just like the grabbers so you do not have to specify the --imdbdir on the command line every time. Also this could step you through the prep stages with more description of what is being done and what is required. Configure could also control the number of actors to add (since some movies have an awful lot), currently we are adding the top 3. How and what to look up needs to be option driven. Needs some more controls for fine tuning "close" matches. For instance, currently it looks like the North America grabber only has date entries for movies, but the imdb.com data contains made for video movies as well as as real movies, ot is it's possible to get the wrong data to be inserted. In this case we may want to say "ignore tv series" and "ignore tv mini series". Along with this, we'd want to define what a "close" match is. For instance does a movie by the same title with a date out by 1 year or 2 years considered a match (currently we're using 2). Nice to haves include: verification/addition of programe MPAA/VCHIP ratings, addition of imdb.com user ratings (by votes) to programes. Potenially we could expand to include "country of origin", "description", "writer" and "producer" credits, maybe even "commentator". Heh, if the XMLTV.dtd supported it, we could even include urls to head shots of the actors :) SEE ALSO
xmltv(5) AUTHOR
Jerry Veldhuis, jerry@matilda.com perl v5.14.2 2011-06-22 TV_IMDB(1p)
All times are GMT -4. The time now is 07:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy