Report to generate Actor->Movie list?
Report to generate Actor->Movie list?
Is there a method/script that someone has created that will allow the reporting of the Actors in their movies? It seems that there is a discussion that someone wants to know what other movies we have with one of the actors and other than going into the room with the computer, starting the computer and the program - by that time the interest has gone. I was hoping to create a coffee-table chapter, that is a part of my booklet which shows the movies. A rough example of what I am looking for is like this:
--Gary Sinise--
.......Apollo 13 - 1995
.......Green Mile, The - 1999
.......Mission to Mars - 2000
--Tom Hanks--
.......Apollo 13 - 1995
.......Band of Brothers - 2001
.......Cast Away - 2000
.......Catch Me if You Can - 2002
.......Green Mile, The - 1999
.......Joe Verse The Volcano - 1990
.......Saving Private Ryan - 1998
.......Sleepless in Seattle - 1993
.......Toy Story: The Ultimate Toy Box - 1995
.......You've Got Mail - 1998
--Actor--
.......Movie1 - Date released
.......Movie2 - Date released
.......Movie3 - Date released
.......Movie4 - Date released
Mike Zemina
--Gary Sinise--
.......Apollo 13 - 1995
.......Green Mile, The - 1999
.......Mission to Mars - 2000
--Tom Hanks--
.......Apollo 13 - 1995
.......Band of Brothers - 2001
.......Cast Away - 2000
.......Catch Me if You Can - 2002
.......Green Mile, The - 1999
.......Joe Verse The Volcano - 1990
.......Saving Private Ryan - 1998
.......Sleepless in Seattle - 1993
.......Toy Story: The Ultimate Toy Box - 1995
.......You've Got Mail - 1998
--Actor--
.......Movie1 - Date released
.......Movie2 - Date released
.......Movie3 - Date released
.......Movie4 - Date released
Mike Zemina
This script support that:
viewtopic.php?t=287&postdays=0&postorder=asc&start=0
search engine in it can show you in which movie an actor has played.
and also this one (php version of one above):
viewtopic.php?t=926
viewtopic.php?t=287&postdays=0&postorder=asc&start=0
search engine in it can show you in which movie an actor has played.
and also this one (php version of one above):
viewtopic.php?t=926
Ok, I've been thinking about it and tried a few things. The main problem is to extract the names. For example: I have only the actors in my list (one per line), others probably use the imdb import which includes the role name. And others could just have a comma-seperated list...
I guess I'll first write a version working with my format (one actor per line). Then I will offer some parse options.
I guess I'll first write a version working with my format (one actor per line). Then I will offer some parse options.
Nope, I don't have a release with it yet. Can only be seen in my online demo...
It's still a very rough version (made in like 30 minutes yesterday). It has a few holes and it's only working, if the actors list for each movie is like that (only actors name, one per line):
Harrison Ford
Sean Connery
...
I'll continue working on it, expect a downloadable release by the end of the week, ok?
It's still a very rough version (made in like 30 minutes yesterday). It has a few holes and it's only working, if the actors list for each movie is like that (only actors name, one per line):
Harrison Ford
Sean Connery
...
I'll continue working on it, expect a downloadable release by the end of the week, ok?
Just improved it a little. Now the report script is half as big and twice as fast as before Plus a fixed bug.
The url is: http://amc.loben.net/demo/index.html
Should be reachable via amc.loben.net as well though.
The url is: http://amc.loben.net/demo/index.html
Should be reachable via amc.loben.net as well though.
See the AMCphp thread:
viewtopic.php?t=813
viewtopic.php?t=813