Initial commit

This commit is contained in:
Lawrence Liu 2022-07-24 13:40:41 -07:00
commit 301cb9efa3
20 changed files with 621290 additions and 0 deletions

1
.env.example Normal file
View File

@ -0,0 +1 @@
TOKEN=

160
.gitignore vendored Normal file
View File

@ -0,0 +1,160 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
.pybuilder/
target/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# pyenv
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# .python-version
# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock
# poetry
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
#poetry.lock
# pdm
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
#pdm.lock
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
# in version control.
# https://pdm.fming.dev/#use-with-ide
.pdm.toml
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
__pypackages__/
# Celery stuff
celerybeat-schedule
celerybeat.pid
# SageMath parsed files
*.sage.py
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
# pytype static type analyzer
.pytype/
# Cython debug symbols
cython_debug/
# PyCharm
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "gpt-2"]
path = gpt-2
url = https://github.com/nshepperd/gpt-2.git

3
data/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
save/
__MACOSX
.DS_Store

1
data/README.md Normal file
View File

@ -0,0 +1 @@
Extract cornell movie dialog corpus to this folder

View File

@ -0,0 +1 @@
extract cornell corpus to this folder

View File

@ -0,0 +1,113 @@
Cornell Movie-Dialogs Corpus
Distributed together with:
"Chameleons in imagined conversations: A new approach to understanding coordination of linguistic style in dialogs"
Cristian Danescu-Niculescu-Mizil and Lillian Lee
Proceedings of the Workshop on Cognitive Modeling and Computational Linguistics, ACL 2011.
(this paper is included in this zip file)
NOTE: If you have results to report on these corpora, please send email to cristian@cs.cornell.edu or llee@cs.cornell.edu so we can add you to our list of people using this data. Thanks!
Contents of this README:
A) Brief description
B) Files description
C) Details on the collection procedure
D) Contact
A) Brief description:
This corpus contains a metadata-rich collection of fictional conversations extracted from raw movie scripts:
- 220,579 conversational exchanges between 10,292 pairs of movie characters
- involves 9,035 characters from 617 movies
- in total 304,713 utterances
- movie metadata included:
- genres
- release year
- IMDB rating
- number of IMDB votes
- IMDB rating
- character metadata included:
- gender (for 3,774 characters)
- position on movie credits (3,321 characters)
B) Files description:
In all files the field separator is " +++$+++ "
- movie_titles_metadata.txt
- contains information about each movie title
- fields:
- movieID,
- movie title,
- movie year,
- IMDB rating,
- no. IMDB votes,
- genres in the format ['genre1','genre2',É,'genreN']
- movie_characters_metadata.txt
- contains information about each movie character
- fields:
- characterID
- character name
- movieID
- movie title
- gender ("?" for unlabeled cases)
- position in credits ("?" for unlabeled cases)
- movie_lines.txt
- contains the actual text of each utterance
- fields:
- lineID
- characterID (who uttered this phrase)
- movieID
- character name
- text of the utterance
- movie_conversations.txt
- the structure of the conversations
- fields
- characterID of the first character involved in the conversation
- characterID of the second character involved in the conversation
- movieID of the movie in which the conversation occurred
- list of the utterances that make the conversation, in chronological
order: ['lineID1','lineID2',É,'lineIDN']
has to be matched with movie_lines.txt to reconstruct the actual content
- raw_script_urls.txt
- the urls from which the raw sources were retrieved
C) Details on the collection procedure:
We started from raw publicly available movie scripts (sources acknowledged in
raw_script_urls.txt). In order to collect the metadata necessary for this study
and to distinguish between two script versions of the same movie, we automatically
matched each script with an entry in movie database provided by IMDB (The Internet
Movie Database; data interfaces available at http://www.imdb.com/interfaces). Some
amount of manual correction was also involved. When more than one movie with the same
title was found in IMBD, the match was made with the most popular title
(the one that received most IMDB votes)
After discarding all movies that could not be matched or that had less than 5 IMDB
votes, we were left with 617 unique titles with metadata including genre, release
year, IMDB rating and no. of IMDB votes and cast distribution. We then identified
the pairs of characters that interact and separated their conversations automatically
using simple data processing heuristics. After discarding all pairs that exchanged
less than 5 conversational exchanges there were 10,292 left, exchanging 220,579
conversational exchanges (304,713 utterances). After automatically matching the names
of the 9,035 involved characters to the list of cast distribution, we used the
gender of each interpreting actor to infer the fictional gender of a subset of
3,321 movie characters (we raised the number of gendered 3,774 characters through
manual annotation). Similarly, we collected the end credit position of a subset
of 3,321 characters as a proxy for their status.
D) Contact:
Please email any questions to: cristian@cs.cornell.edu (Cristian Danescu-Niculescu-Mizil)

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,617 @@
m0 +++$+++ 10 things i hate about you +++$+++ 1999 +++$+++ 6.90 +++$+++ 62847 +++$+++ ['comedy', 'romance']
m1 +++$+++ 1492: conquest of paradise +++$+++ 1992 +++$+++ 6.20 +++$+++ 10421 +++$+++ ['adventure', 'biography', 'drama', 'history']
m2 +++$+++ 15 minutes +++$+++ 2001 +++$+++ 6.10 +++$+++ 25854 +++$+++ ['action', 'crime', 'drama', 'thriller']
m3 +++$+++ 2001: a space odyssey +++$+++ 1968 +++$+++ 8.40 +++$+++ 163227 +++$+++ ['adventure', 'mystery', 'sci-fi']
m4 +++$+++ 48 hrs. +++$+++ 1982 +++$+++ 6.90 +++$+++ 22289 +++$+++ ['action', 'comedy', 'crime', 'drama', 'thriller']
m5 +++$+++ the fifth element +++$+++ 1997 +++$+++ 7.50 +++$+++ 133756 +++$+++ ['action', 'adventure', 'romance', 'sci-fi', 'thriller']
m6 +++$+++ 8mm +++$+++ 1999 +++$+++ 6.30 +++$+++ 48212 +++$+++ ['crime', 'mystery', 'thriller']
m7 +++$+++ a nightmare on elm street 4: the dream master +++$+++ 1988 +++$+++ 5.20 +++$+++ 13590 +++$+++ ['fantasy', 'horror', 'thriller']
m8 +++$+++ a nightmare on elm street: the dream child +++$+++ 1989 +++$+++ 4.70 +++$+++ 11092 +++$+++ ['fantasy', 'horror', 'thriller']
m9 +++$+++ the atomic submarine +++$+++ 1959 +++$+++ 4.90 +++$+++ 513 +++$+++ ['sci-fi', 'thriller']
m10 +++$+++ affliction +++$+++ 1997 +++$+++ 6.90 +++$+++ 7252 +++$+++ ['drama', 'mystery', 'thriller']
m11 +++$+++ air force one +++$+++ 1997 +++$+++ 6.30 +++$+++ 61978 +++$+++ ['action', 'drama', 'thriller']
m12 +++$+++ airplane ii: the sequel +++$+++ 1982 +++$+++ 5.80 +++$+++ 15210 +++$+++ ['comedy', 'romance', 'sci-fi']
m13 +++$+++ airplane! +++$+++ 1980 +++$+++ 7.80 +++$+++ 57692 +++$+++ ['comedy', 'romance']
m14 +++$+++ alien nation +++$+++ 1988 +++$+++ 6.10 +++$+++ 5590 +++$+++ ['crime', 'drama', 'sci-fi', 'thriller']
m15 +++$+++ aliens +++$+++ 1986 +++$+++ 8.50 +++$+++ 173518 +++$+++ ['action', 'sci-fi', 'thriller']
m16 +++$+++ amadeus +++$+++ 1984 +++$+++ 8.40 +++$+++ 99138 +++$+++ ['biography', 'drama', 'music']
m17 +++$+++ an american werewolf in london +++$+++ 1981 +++$+++ 7.50 +++$+++ 24443 +++$+++ ['horror', 'romance']
m18 +++$+++ american madness +++$+++ 1932 +++$+++ 7.40 +++$+++ 702 +++$+++ ['drama']
m19 +++$+++ american outlaws +++$+++ 2001 +++$+++ 5.70 +++$+++ 7425 +++$+++ ['action', 'western']
m20 +++$+++ american psycho +++$+++ 2000 +++$+++ 7.40 +++$+++ 101357 +++$+++ ['drama', 'thriller']
m21 +++$+++ antitrust +++$+++ 2001 +++$+++ 6.00 +++$+++ 16453 +++$+++ ['drama', 'thriller']
m22 +++$+++ austin powers: international man of mystery +++$+++ 1997 +++$+++ 7.10 +++$+++ 75240 +++$+++ ['action', 'adventure', 'comedy', 'crime']
m23 +++$+++ the avengers +++$+++ 1998 +++$+++ 3.40 +++$+++ 21519 +++$+++ ['action', 'adventure', 'thriller']
m24 +++$+++ bachelor party +++$+++ 1984 +++$+++ 5.90 +++$+++ 14050 +++$+++ ['comedy', 'romance']
m25 +++$+++ backdraft +++$+++ 1991 +++$+++ 6.60 +++$+++ 28541 +++$+++ ['action', 'crime', 'drama', 'mystery', 'thriller']
m26 +++$+++ bad lieutenant +++$+++ 1992 +++$+++ 6.90 +++$+++ 13908 +++$+++ ['crime', 'drama']
m27 +++$+++ bamboozled +++$+++ 2000 +++$+++ 6.30 +++$+++ 5995 +++$+++ ['comedy', 'drama', 'music']
m28 +++$+++ barry lyndon +++$+++ 1975 +++$+++ 8.10 +++$+++ 40622 +++$+++ ['drama', 'romance', 'war']
m29 +++$+++ basic +++$+++ 2003 +++$+++ 6.30 +++$+++ 26295 +++$+++ ['crime', 'drama', 'mystery', 'thriller']
m30 +++$+++ big fish +++$+++ 2003 +++$+++ 8.10 +++$+++ 144264 +++$+++ ['adventure', 'drama', 'fantasy']
m31 +++$+++ birthday girl +++$+++ 2001 +++$+++ 6.00 +++$+++ 13497 +++$+++ ['comedy', 'crime', 'romance', 'thriller']
m32 +++$+++ black snake moan +++$+++ 2006 +++$+++ 7.10 +++$+++ 28509 +++$+++ ['drama']
m33 +++$+++ black rain +++$+++ 1989/I +++$+++ 6.40 +++$+++ 16249 +++$+++ ['action', 'crime', 'drama', 'thriller']
m34 +++$+++ blade runner +++$+++ 1982 +++$+++ 8.30 +++$+++ 188735 +++$+++ ['drama', 'sci-fi', 'thriller']
m35 +++$+++ blast from the past +++$+++ 1999 +++$+++ 6.40 +++$+++ 23489 +++$+++ ['comedy', 'drama', 'romance']
m36 +++$+++ blue velvet +++$+++ 1986 +++$+++ 7.80 +++$+++ 54576 +++$+++ ['crime', 'mystery', 'thriller']
m37 +++$+++ the boondock saints +++$+++ 1999 +++$+++ 7.80 +++$+++ 87895 +++$+++ ['action', 'crime', 'drama', 'thriller']
m38 +++$+++ bottle rocket +++$+++ 1996 +++$+++ 7.20 +++$+++ 22303 +++$+++ ['comedy', 'crime']
m39 +++$+++ the bourne supremacy +++$+++ 2004 +++$+++ 7.60 +++$+++ 106349 +++$+++ ['action', 'adventure', 'mystery', 'thriller']
m40 +++$+++ braveheart +++$+++ 1995 +++$+++ 8.40 +++$+++ 245652 +++$+++ ['action', 'biography', 'drama', 'history', 'war']
m41 +++$+++ the butterfly effect +++$+++ 2004 +++$+++ 7.80 +++$+++ 104917 +++$+++ ['drama', 'mystery', 'sci-fi', 'thriller']
m42 +++$+++ casablanca +++$+++ 1942 +++$+++ 8.80 +++$+++ 170874 +++$+++ ['drama', 'romance', 'war']
m43 +++$+++ cast away +++$+++ 2000 +++$+++ 7.50 +++$+++ 104477 +++$+++ ['adventure', 'drama']
m44 +++$+++ the cider house rules +++$+++ 1999 +++$+++ 7.50 +++$+++ 38836 +++$+++ ['drama', 'romance']
m45 +++$+++ confidence +++$+++ 2003 +++$+++ 6.80 +++$+++ 17235 +++$+++ ['crime', 'thriller']
m46 +++$+++ croupier +++$+++ 1998 +++$+++ 7.20 +++$+++ 9060 +++$+++ ['crime', 'drama']
m47 +++$+++ dark star +++$+++ 1974 +++$+++ 6.50 +++$+++ 8303 +++$+++ ['comedy', 'sci-fi', 'thriller']
m48 +++$+++ dark angel +++$+++ 1990 +++$+++ 5.30 +++$+++ 3452 +++$+++ ['action', 'crime', 'drama', 'horror', 'sci-fi', 'thriller']
m49 +++$+++ detroit rock city +++$+++ 1999 +++$+++ 6.50 +++$+++ 14666 +++$+++ ['comedy', 'music']
m50 +++$+++ donnie darko +++$+++ 2001 +++$+++ 8.30 +++$+++ 215194 +++$+++ ['drama', 'mystery', 'sci-fi']
m51 +++$+++ drop dead gorgeous +++$+++ 1999 +++$+++ 6.30 +++$+++ 16417 +++$+++ ['comedy', 'adult']
m52 +++$+++ duck soup +++$+++ 1933 +++$+++ 8.10 +++$+++ 27112 +++$+++ ['comedy', 'musical']
m53 +++$+++ the elephant man +++$+++ 1980 +++$+++ 8.40 +++$+++ 59625 +++$+++ ['biography', 'drama', 'history']
m54 +++$+++ erik the viking +++$+++ 1989 +++$+++ 5.90 +++$+++ 5889 +++$+++ ['comedy', 'adventure', 'fantasy']
m55 +++$+++ eternal sunshine of the spotless mind +++$+++ 2004 +++$+++ 8.50 +++$+++ 224838 +++$+++ ['drama', 'romance', 'sci-fi']
m56 +++$+++ even cowgirls get the blues +++$+++ 1993 +++$+++ 4.00 +++$+++ 3947 +++$+++ ['comedy', 'drama', 'romance', 'western']
m57 +++$+++ event horizon +++$+++ 1997 +++$+++ 6.40 +++$+++ 45497 +++$+++ ['horror', 'mystery', 'mystery', 'sci-fi', 'sci-fi']
m58 +++$+++ fantastic four +++$+++ 2005 +++$+++ 5.70 +++$+++ 72581 +++$+++ ['action', 'adventure', 'fantasy', 'sci-fi', 'fantasy']
m59 +++$+++ fast times at ridgemont high +++$+++ 1982 +++$+++ 7.20 +++$+++ 31710 +++$+++ ['comedy', 'drama', 'romance']
m60 +++$+++ fear and loathing in las vegas +++$+++ 1998 +++$+++ 7.60 +++$+++ 82748 +++$+++ ['drama', 'fantasy']
m61 +++$+++ feast +++$+++ 2005 +++$+++ 6.40 +++$+++ 12248 +++$+++ ['action', 'comedy', 'horror', 'thriller']
m62 +++$+++ frances +++$+++ 1982 +++$+++ 7.20 +++$+++ 2756 +++$+++ ['biography', 'drama']
m63 +++$+++ frankenstein +++$+++ 1931 +++$+++ 8.00 +++$+++ 23522 +++$+++ ['drama', 'horror', 'sci-fi']
m64 +++$+++ friday the 13th +++$+++ 2009 +++$+++ 5.60 +++$+++ 27499 +++$+++ ['horror']
m65 +++$+++ from dusk till dawn +++$+++ 1996 +++$+++ 7.10 +++$+++ 81559 +++$+++ ['action', 'crime', 'horror', 'thriller']
m66 +++$+++ g.i. jane +++$+++ 1997 +++$+++ 5.60 +++$+++ 24068 +++$+++ ['action', 'drama']
m67 +++$+++ godzilla +++$+++ 1998 +++$+++ 4.90 +++$+++ 60310 +++$+++ ['action', 'horror', 'sci-fi', 'thriller']
m68 +++$+++ galaxy quest +++$+++ 1999 +++$+++ 7.20 +++$+++ 53004 +++$+++ ['action', 'adventure', 'comedy', 'sci-fi']
m69 +++$+++ george washington +++$+++ 2000 +++$+++ 7.50 +++$+++ 3142 +++$+++ ['drama']
m70 +++$+++ get shorty +++$+++ 1995 +++$+++ 6.90 +++$+++ 33588 +++$+++ ['comedy', 'crime', 'thriller']
m71 +++$+++ ghost ship +++$+++ 2002 +++$+++ 5.30 +++$+++ 26413 +++$+++ ['horror', 'mystery', 'thriller']
m72 +++$+++ ghost world +++$+++ 2001 +++$+++ 7.70 +++$+++ 43550 +++$+++ ['comedy', 'drama']
m73 +++$+++ the ghost and the darkness +++$+++ 1996 +++$+++ 6.60 +++$+++ 19954 +++$+++ ['adventure', 'drama', 'thriller']
m74 +++$+++ ghostbusters ii +++$+++ 1989 +++$+++ 6.10 +++$+++ 45450 +++$+++ ['action', 'adventure', 'comedy', 'fantasy', 'sci-fi', 'action', 'adventure', 'comedy', 'sci-fi']
m75 +++$+++ ghostbusters +++$+++ 1986 +++$+++ 6.90 +++$+++ 237 +++$+++ ['animation', 'comedy', 'fantasy', 'sci-fi', 'horror']
m76 +++$+++ gladiator +++$+++ 2000 +++$+++ 8.40 +++$+++ 286067 +++$+++ ['action', 'adventure', 'drama']
m77 +++$+++ the graduate +++$+++ 1967 +++$+++ 8.20 +++$+++ 79677 +++$+++ ['comedy', 'drama', 'romance']
m78 +++$+++ grand hotel +++$+++ 1932 +++$+++ 7.70 +++$+++ 6088 +++$+++ ['drama', 'romance']
m79 +++$+++ the grifters +++$+++ 1990 +++$+++ 7.00 +++$+++ 11481 +++$+++ ['crime', 'drama', 'thriller']
m80 +++$+++ halloween h20: 20 years later +++$+++ 1998 +++$+++ 5.40 +++$+++ 22353 +++$+++ ['drama', 'horror', 'thriller']
m81 +++$+++ halloween: the curse of michael myers +++$+++ 1995 +++$+++ 4.50 +++$+++ 8743 +++$+++ ['horror', 'thriller']
m82 +++$+++ happy birthday, wanda june +++$+++ 1971 +++$+++ 5.80 +++$+++ 144 +++$+++ ['comedy', 'drama']
m83 +++$+++ hardcore +++$+++ 1979 +++$+++ 6.70 +++$+++ 2455 +++$+++ ['drama']
m84 +++$+++ harold and maude +++$+++ 1971 +++$+++ 8.10 +++$+++ 28689 +++$+++ ['comedy', 'romance']
m85 +++$+++ hellbound: hellraiser ii +++$+++ 1988 +++$+++ 6.20 +++$+++ 11273 +++$+++ ['drama', 'horror', 'thriller']
m86 +++$+++ hellboy +++$+++ 2004 +++$+++ 6.80 +++$+++ 68619 +++$+++ ['action', 'adventure', 'fantasy']
m87 +++$+++ hellraiser +++$+++ 1987 +++$+++ 7.00 +++$+++ 22922 +++$+++ ['horror']
m88 +++$+++ high fidelity +++$+++ 2000 +++$+++ 7.60 +++$+++ 70464 +++$+++ ['comedy', 'drama', 'music', 'romance']
m89 +++$+++ highlander +++$+++ 1986 +++$+++ 7.20 +++$+++ 41243 +++$+++ ['action', 'fantasy']
m90 +++$+++ his girl friday +++$+++ 1940 +++$+++ 8.10 +++$+++ 20870 +++$+++ ['comedy', 'drama', 'romance']
m91 +++$+++ hope and glory +++$+++ 1987 +++$+++ 7.40 +++$+++ 4965 +++$+++ ['drama', 'war']
m92 +++$+++ house of 1000 corpses +++$+++ 2003 +++$+++ 5.60 +++$+++ 27033 +++$+++ ['horror']
m93 +++$+++ human nature +++$+++ 2001 +++$+++ 6.30 +++$+++ 10017 +++$+++ ['comedy', 'drama']
m94 +++$+++ the hustler +++$+++ 1961 +++$+++ 8.20 +++$+++ 25871 +++$+++ ['drama', 'romance', 'sport']
m95 +++$+++ i am legend +++$+++ 2007 +++$+++ 7.10 +++$+++ 156084 +++$+++ ['drama', 'sci-fi', 'thriller']
m96 +++$+++ invaders from mars +++$+++ 1953 +++$+++ 6.40 +++$+++ 2115 +++$+++ ['horror', 'sci-fi']
m97 +++$+++ independence day +++$+++ 1996 +++$+++ 6.60 +++$+++ 151698 +++$+++ ['action', 'adventure', 'sci-fi', 'thriller']
m98 +++$+++ indiana jones and the last crusade +++$+++ 1989 +++$+++ 8.30 +++$+++ 174947 +++$+++ ['action', 'adventure', 'thriller', 'action', 'adventure', 'fantasy']
m99 +++$+++ indiana jones and the temple of doom +++$+++ 1984 +++$+++ 7.50 +++$+++ 112054 +++$+++ ['action', 'adventure']
m100 +++$+++ innerspace +++$+++ 1987 +++$+++ 6.50 +++$+++ 16854 +++$+++ ['action', 'adventure', 'comedy', 'crime', 'sci-fi']
m101 +++$+++ the insider +++$+++ 1999 +++$+++ 8.00 +++$+++ 69660 +++$+++ ['biography', 'drama', 'thriller']
m102 +++$+++ intolerable cruelty +++$+++ 2003 +++$+++ 6.40 +++$+++ 36739 +++$+++ ['comedy', 'romance', 'crime']
m103 +++$+++ it happened one night +++$+++ 1934 +++$+++ 8.30 +++$+++ 25577 +++$+++ ['comedy', 'romance']
m104 +++$+++ jfk +++$+++ 1991 +++$+++ 8.00 +++$+++ 60406 +++$+++ ['biography', 'drama', 'history', 'mystery', 'thriller']
m105 +++$+++ jackie brown +++$+++ 1997 +++$+++ 7.60 +++$+++ 85496 +++$+++ ['crime', 'drama', 'thriller']
m106 +++$+++ jacob's ladder +++$+++ 1990/I +++$+++ 7.50 +++$+++ 29182 +++$+++ ['drama', 'mystery', 'thriller']
m107 +++$+++ jason x +++$+++ 2001 +++$+++ 4.40 +++$+++ 18199 +++$+++ ['horror', 'sci-fi']
m108 +++$+++ jaws +++$+++ 1975 +++$+++ 8.30 +++$+++ 140982 +++$+++ ['thriller']
m109 +++$+++ juno +++$+++ 2007 +++$+++ 7.90 +++$+++ 152436 +++$+++ ['comedy', 'drama']
m110 +++$+++ kalifornia +++$+++ 1993 +++$+++ 6.70 +++$+++ 21830 +++$+++ ['crime', 'drama', 'thriller']
m111 +++$+++ kids +++$+++ 1995 +++$+++ 6.80 +++$+++ 26546 +++$+++ ['crime', 'drama']
m112 +++$+++ knight moves +++$+++ 1992 +++$+++ 5.80 +++$+++ 3272 +++$+++ ['mystery', 'thriller']
m113 +++$+++ krull +++$+++ 1983 +++$+++ 5.90 +++$+++ 8246 +++$+++ ['fantasy', 'action', 'adventure', 'sci-fi']
m114 +++$+++ léon +++$+++ 1994 +++$+++ 8.60 +++$+++ 204901 +++$+++ ['crime', 'drama', 'thriller']
m115 +++$+++ labor of love +++$+++ 1998 +++$+++ 4.50 +++$+++ 45 +++$+++ []
m116 +++$+++ leaving las vegas +++$+++ 1995 +++$+++ 7.60 +++$+++ 42919 +++$+++ ['drama', 'romance']
m117 +++$+++ legally blonde +++$+++ 2001 +++$+++ 6.20 +++$+++ 44558 +++$+++ ['comedy']
m118 +++$+++ legend +++$+++ 1985 +++$+++ 6.20 +++$+++ 20907 +++$+++ ['fantasy', 'adventure', 'romance']
m119 +++$+++ life as a house +++$+++ 2001 +++$+++ 7.50 +++$+++ 19468 +++$+++ ['drama', 'romance']
m120 +++$+++ the life of david gale +++$+++ 2003 +++$+++ 7.30 +++$+++ 38237 +++$+++ ['drama', 'crime', 'thriller']
m121 +++$+++ little nicky +++$+++ 2000 +++$+++ 5.00 +++$+++ 35489 +++$+++ ['fantasy', 'comedy', 'romance', 'animation', 'comedy', 'fantasy', 'horror']
m122 +++$+++ logan's run +++$+++ 1976 +++$+++ 6.70 +++$+++ 15152 +++$+++ ['action', 'sci-fi']
m123 +++$+++ lost highway +++$+++ 1997 +++$+++ 7.60 +++$+++ 42998 +++$+++ ['drama', 'horror', 'mystery', 'thriller']
m124 +++$+++ lost horizon +++$+++ 1937 +++$+++ 7.80 +++$+++ 5509 +++$+++ ['adventure', 'drama', 'fantasy', 'mystery']
m125 +++$+++ men in black +++$+++ 1997 +++$+++ 7.00 +++$+++ 121719 +++$+++ ['action', 'adventure', 'comedy', 'sci-fi']
m126 +++$+++ minority report +++$+++ 2002 +++$+++ 7.70 +++$+++ 137009 +++$+++ ['action', 'crime', 'mystery', 'sci-fi', 'thriller', 'action', 'animation', 'drama', 'mystery', 'sci-fi', 'thriller']
m127 +++$+++ made +++$+++ 2001 +++$+++ 6.40 +++$+++ 9774 +++$+++ ['comedy', 'crime', 'drama', 'thriller']
m128 +++$+++ malcolm x +++$+++ 1992 +++$+++ 7.70 +++$+++ 23317 +++$+++ ['biography', 'drama', 'history']
m129 +++$+++ man on fire +++$+++ 2004 +++$+++ 7.70 +++$+++ 76517 +++$+++ ['action', 'crime', 'drama', 'thriller']
m130 +++$+++ marty +++$+++ 1955 +++$+++ 7.70 +++$+++ 6379 +++$+++ ['drama', 'romance']
m131 +++$+++ mash +++$+++ 1970 +++$+++ 7.80 +++$+++ 29358 +++$+++ ['comedy', 'war', 'drama']
m132 +++$+++ meet john doe +++$+++ 1941 +++$+++ 7.70 +++$+++ 4841 +++$+++ ['comedy', 'drama', 'romance']
m133 +++$+++ metro +++$+++ 1997 +++$+++ 5.30 +++$+++ 9601 +++$+++ ['action', 'comedy', 'crime', 'drama', 'thriller']
m134 +++$+++ metropolis +++$+++ 1927 +++$+++ 8.40 +++$+++ 40730 +++$+++ ['adventure', 'drama', 'sci-fi']
m135 +++$+++ mighty morphin power rangers +++$+++ 1994 +++$+++ 8.20 +++$+++ 35 +++$+++ ['action', 'family']
m136 +++$+++ mobsters +++$+++ 1991 +++$+++ 5.50 +++$+++ 3574 +++$+++ ['crime', 'drama']
m137 +++$+++ monkeybone +++$+++ 2001 +++$+++ 4.50 +++$+++ 8258 +++$+++ ['animation', 'comedy', 'fantasy', 'romance']
m138 +++$+++ my mother dreams the satan's disciples in new york +++$+++ 1998 +++$+++ 6.70 +++$+++ 70 +++$+++ ['short']
m139 +++$+++ mr. smith goes to washington +++$+++ 1939 +++$+++ 8.40 +++$+++ 33984 +++$+++ ['drama']
m140 +++$+++ mr. deeds goes to town +++$+++ 1936 +++$+++ 8.00 +++$+++ 7594 +++$+++ ['comedy', 'romance']
m141 +++$+++ mumford +++$+++ 1999 +++$+++ 6.80 +++$+++ 6333 +++$+++ ['comedy', 'drama']
m142 +++$+++ the mummy +++$+++ 1999 +++$+++ 6.90 +++$+++ 96736 +++$+++ ['action', 'adventure', 'fantasy']
m143 +++$+++ mystery men +++$+++ 1999 +++$+++ 5.90 +++$+++ 31817 +++$+++ ['action', 'comedy', 'fantasy']
m144 +++$+++ napoleon +++$+++ 1995 +++$+++ 5.50 +++$+++ 486 +++$+++ ['family', 'adventure']
m145 +++$+++ next friday +++$+++ 2000 +++$+++ 5.40 +++$+++ 10267 +++$+++ ['comedy']
m146 +++$+++ nick of time +++$+++ 1995 +++$+++ 6.20 +++$+++ 15945 +++$+++ ['crime', 'drama', 'thriller']
m147 +++$+++ the night of the hunter +++$+++ 1955 +++$+++ 8.20 +++$+++ 26211 +++$+++ ['drama', 'film-noir', 'thriller']
m148 +++$+++ a nightmare on elm street +++$+++ 1984 +++$+++ 7.40 +++$+++ 47161 +++$+++ ['horror']
m149 +++$+++ ninotchka +++$+++ 1939 +++$+++ 7.90 +++$+++ 6951 +++$+++ ['comedy', 'romance']
m150 +++$+++ nixon +++$+++ 1995 +++$+++ 7.10 +++$+++ 13878 +++$+++ ['biography', 'drama']
m151 +++$+++ no country for old men +++$+++ 2007 +++$+++ 8.30 +++$+++ 202649 +++$+++ ['crime', 'drama', 'mystery', 'thriller', 'western']
m152 +++$+++ nurse betty +++$+++ 2000 +++$+++ 6.40 +++$+++ 20473 +++$+++ ['comedy', 'crime', 'romance', 'thriller']
m153 +++$+++ o brother, where art thou? +++$+++ 2000 +++$+++ 7.80 +++$+++ 95628 +++$+++ ['comedy', 'adventure', 'crime', 'music']
m154 +++$+++ an officer and a gentleman +++$+++ 1982 +++$+++ 6.80 +++$+++ 16883 +++$+++ ['drama', 'romance']
m155 +++$+++ panic room +++$+++ 2002 +++$+++ 6.90 +++$+++ 69824 +++$+++ ['thriller']
m156 +++$+++ panther +++$+++ 1995/I +++$+++ 5.90 +++$+++ 1129 +++$+++ ['drama']
m157 +++$+++ the patriot +++$+++ 2000 +++$+++ 6.90 +++$+++ 79207 +++$+++ ['action', 'drama', 'war']
m158 +++$+++ pet sematary +++$+++ 1989 +++$+++ 6.30 +++$+++ 19851 +++$+++ ['drama', 'fantasy', 'horror', 'mystery', 'thriller']
m159 +++$+++ pirates of the caribbean +++$+++ 2003 +++$+++ 7.20 +++$+++ 329 +++$+++ ['adventure', 'fantasy', 'horror']
m160 +++$+++ plastic man +++$+++ 1999 +++$+++ 6.70 +++$+++ 29 +++$+++ ['drama']
m161 +++$+++ platinum blonde +++$+++ 1931 +++$+++ 6.90 +++$+++ 1119 +++$+++ ['comedy', 'romance']
m162 +++$+++ pleasantville +++$+++ 1998 +++$+++ 7.50 +++$+++ 49669 +++$+++ ['comedy', 'drama', 'fantasy']
m163 +++$+++ punch-drunk love +++$+++ 2002 +++$+++ 7.40 +++$+++ 50312 +++$+++ ['comedy', 'drama', 'romance']
m164 +++$+++ quills +++$+++ 2000 +++$+++ 7.30 +++$+++ 22657 +++$+++ ['biography', 'drama', 'history', 'romance']
m165 +++$+++ rko 281 +++$+++ 1999 +++$+++ 7.10 +++$+++ 3543 +++$+++ ['biography', 'drama']
m166 +++$+++ raging bull +++$+++ 1980 +++$+++ 8.40 +++$+++ 91851 +++$+++ ['biography', 'drama', 'sport']
m167 +++$+++ rear window +++$+++ 1954 +++$+++ 8.70 +++$+++ 121165 +++$+++ ['crime', 'mystery', 'romance', 'thriller']
m168 +++$+++ rebel without a cause +++$+++ 1955 +++$+++ 7.90 +++$+++ 27791 +++$+++ ['drama', 'romance']
m169 +++$+++ reindeer games +++$+++ 2000 +++$+++ 5.50 +++$+++ 16951 +++$+++ ['action', 'crime', 'drama', 'thriller']
m170 +++$+++ reservoir dogs +++$+++ 1992 +++$+++ 8.40 +++$+++ 217185 +++$+++ ['crime', 'mystery', 'thriller']
m171 +++$+++ roughshod +++$+++ 1949 +++$+++ 6.90 +++$+++ 115 +++$+++ ['action', 'drama', 'romance', 'western']
m172 +++$+++ scary movie 2 +++$+++ 2001 +++$+++ 4.70 +++$+++ 44511 +++$+++ ['comedy']
m173 +++$+++ serial mom +++$+++ 1994 +++$+++ 6.40 +++$+++ 11077 +++$+++ ['comedy', 'thriller']
m174 +++$+++ the seventh victim +++$+++ 1943 +++$+++ 6.90 +++$+++ 1596 +++$+++ ['drama', 'horror', 'thriller']
m175 +++$+++ sex, lies, and videotape +++$+++ 1989 +++$+++ 7.10 +++$+++ 18505 +++$+++ ['drama']
m176 +++$+++ shivers +++$+++ 1975 +++$+++ 6.50 +++$+++ 4940 +++$+++ ['horror', 'sci-fi']
m177 +++$+++ shock treatment +++$+++ 1981 +++$+++ 5.40 +++$+++ 1884 +++$+++ ['comedy', 'musical']
m178 +++$+++ sideways +++$+++ 2004 +++$+++ 7.80 +++$+++ 70349 +++$+++ ['comedy', 'drama', 'romance']
m179 +++$+++ signs +++$+++ 2002 +++$+++ 6.90 +++$+++ 113119 +++$+++ ['drama', 'mystery', 'sci-fi', 'thriller']
m180 +++$+++ silverado +++$+++ 1985 +++$+++ 7.00 +++$+++ 14355 +++$+++ ['action', 'western']
m181 +++$+++ simone +++$+++ 2010 +++$+++ 8.30 +++$+++ 9 +++$+++ ['short', 'drama', 'horror', 'thriller']
m182 +++$+++ the sixth sense +++$+++ 1999 +++$+++ 8.20 +++$+++ 244162 +++$+++ ['drama', 'mystery', 'thriller']
m183 +++$+++ slash +++$+++ 2002 +++$+++ 4.20 +++$+++ 899 +++$+++ ['comedy', 'horror', 'thriller']
m184 +++$+++ slither +++$+++ 2006 +++$+++ 6.60 +++$+++ 26497 +++$+++ ['comedy', 'horror', 'sci-fi']
m185 +++$+++ smokey and the bandit +++$+++ 1977 +++$+++ 6.60 +++$+++ 14147 +++$+++ ['action', 'comedy', 'crime', 'romance']
m186 +++$+++ smokin' aces +++$+++ 2006 +++$+++ 6.60 +++$+++ 58048 +++$+++ ['action', 'crime', 'drama', 'thriller']
m187 +++$+++ solaris +++$+++ 2002 +++$+++ 6.20 +++$+++ 33541 +++$+++ ['drama', 'mystery', 'romance', 'sci-fi']
m188 +++$+++ someone to watch over me +++$+++ 1987 +++$+++ 6.10 +++$+++ 3909 +++$+++ ['action', 'crime', 'drama', 'romance', 'thriller']
m189 +++$+++ spider-man +++$+++ 2002 +++$+++ 7.40 +++$+++ 169898 +++$+++ ['action', 'adventure', 'fantasy', 'sci-fi', 'action', 'adventure', 'sci-fi', 'thriller']
m190 +++$+++ stalag 17 +++$+++ 1953 +++$+++ 8.20 +++$+++ 21182 +++$+++ ['drama', 'war']
m191 +++$+++ star trek: generations +++$+++ 1994 +++$+++ 6.50 +++$+++ 26662 +++$+++ ['action', 'mystery', 'sci-fi', 'thriller']
m192 +++$+++ star trek iii: the search for spock +++$+++ 1984 +++$+++ 6.50 +++$+++ 22466 +++$+++ ['action', 'adventure', 'sci-fi', 'thriller']
m193 +++$+++ star trek: the wrath of khan +++$+++ 1982 +++$+++ 7.80 +++$+++ 36503 +++$+++ ['action', 'adventure', 'sci-fi', 'thriller']
m194 +++$+++ star trek iv: the voyage home +++$+++ 1986 +++$+++ 7.30 +++$+++ 26423 +++$+++ ['adventure', 'comedy', 'sci-fi']
m195 +++$+++ star trek: insurrection +++$+++ 1998 +++$+++ 6.30 +++$+++ 26728 +++$+++ ['action', 'adventure', 'sci-fi', 'thriller']
m196 +++$+++ star trek: first contact +++$+++ 1996 +++$+++ 7.60 +++$+++ 45429 +++$+++ ['action', 'adventure', 'sci-fi', 'thriller']
m197 +++$+++ star trek vi: the undiscovered country +++$+++ 1991 +++$+++ 7.20 +++$+++ 23751 +++$+++ ['action', 'mystery', 'sci-fi', 'thriller']
m198 +++$+++ star trek: nemesis +++$+++ 2002 +++$+++ 6.40 +++$+++ 28682 +++$+++ ['action', 'sci-fi', 'thriller']
m199 +++$+++ starman +++$+++ 1984 +++$+++ 6.90 +++$+++ 14204 +++$+++ ['adventure', 'drama', 'romance', 'sci-fi']
m200 +++$+++ strange days +++$+++ 1995 +++$+++ 7.10 +++$+++ 27744 +++$+++ ['action', 'crime', 'drama', 'fantasy', 'music', 'mystery', 'sci-fi', 'thriller']
m201 +++$+++ suspect zero +++$+++ 2004 +++$+++ 5.80 +++$+++ 9914 +++$+++ ['crime', 'horror', 'sci-fi', 'thriller']
m202 +++$+++ swingers +++$+++ 1996 +++$+++ 7.60 +++$+++ 32427 +++$+++ ['comedy', 'drama']
m203 +++$+++ the godfather +++$+++ 1972 +++$+++ 9.20 +++$+++ 419312 +++$+++ ['crime', 'drama', 'thriller']
m204 +++$+++ the talented mr. ripley +++$+++ 1999 +++$+++ 7.20 +++$+++ 64055 +++$+++ ['crime', 'drama', 'thriller']
m205 +++$+++ taxi driver +++$+++ 1976 +++$+++ 8.60 +++$+++ 159525 +++$+++ ['drama', 'thriller']
m206 +++$+++ the rock +++$+++ 1996 +++$+++ 7.30 +++$+++ 109533 +++$+++ ['action', 'adventure', 'thriller']
m207 +++$+++ the majestic +++$+++ 2001 +++$+++ 6.80 +++$+++ 25057 +++$+++ ['drama', 'romance']
m208 +++$+++ the birds +++$+++ 1963 +++$+++ 7.90 +++$+++ 53233 +++$+++ ['horror', 'romance', 'thriller']
m209 +++$+++ the body snatcher +++$+++ 1945 +++$+++ 7.40 +++$+++ 2927 +++$+++ ['drama', 'horror', 'thriller']
m210 +++$+++ the crow: salvation +++$+++ 2000 +++$+++ 4.70 +++$+++ 4566 +++$+++ ['action', 'crime', 'fantasy', 'mystery', 'thriller']
m211 +++$+++ the day the earth stood still +++$+++ 2008 +++$+++ 5.50 +++$+++ 52489 +++$+++ ['drama', 'sci-fi', 'thriller']
m212 +++$+++ the lost boys +++$+++ 1987 +++$+++ 7.00 +++$+++ 34826 +++$+++ ['comedy', 'fantasy', 'horror', 'thriller']
m213 +++$+++ the thing +++$+++ 1982 +++$+++ 8.20 +++$+++ 80904 +++$+++ ['horror', 'mystery', 'sci-fi', 'thriller']
m214 +++$+++ the time machine +++$+++ 2002 +++$+++ 5.70 +++$+++ 32900 +++$+++ ['sci-fi', 'adventure', 'action']
m215 +++$+++ the jacket +++$+++ 2005 +++$+++ 7.10 +++$+++ 36581 +++$+++ ['drama', 'fantasy', 'mystery', 'sci-fi', 'thriller']
m216 +++$+++ thelma & louise +++$+++ 1991 +++$+++ 7.30 +++$+++ 44372 +++$+++ ['crime', 'drama', 'thriller']
m217 +++$+++ there's something about mary +++$+++ 1998 +++$+++ 7.20 +++$+++ 97546 +++$+++ ['comedy', 'romance']
m218 +++$+++ thirteen days +++$+++ 2000 +++$+++ 7.30 +++$+++ 23732 +++$+++ ['drama', 'history', 'thriller']
m219 +++$+++ thunderheart +++$+++ 1992 +++$+++ 6.60 +++$+++ 6662 +++$+++ ['crime', 'mystery', 'thriller', 'western']
m220 +++$+++ top gun +++$+++ 1986 +++$+++ 6.50 +++$+++ 81087 +++$+++ ['action', 'drama', 'romance']
m221 +++$+++ total recall +++$+++ 1990 +++$+++ 7.40 +++$+++ 71383 +++$+++ ['action', 'adventure', 'sci-fi', 'thriller']
m222 +++$+++ tremors +++$+++ 1990 +++$+++ 7.10 +++$+++ 30553 +++$+++ ['action', 'comedy', 'horror', 'thriller']
m223 +++$+++ true believer +++$+++ 1989 +++$+++ 6.70 +++$+++ 1801 +++$+++ ['drama', 'crime']
m224 +++$+++ twin peaks: fire walk with me +++$+++ 1992 +++$+++ 7.00 +++$+++ 21274 +++$+++ ['drama', 'horror', 'mystery', 'thriller']
m225 +++$+++ the verdict +++$+++ 1982 +++$+++ 7.70 +++$+++ 10991 +++$+++ ['drama']
m226 +++$+++ the war of the worlds +++$+++ 1953 +++$+++ 7.10 +++$+++ 12239 +++$+++ ['action', 'horror', 'sci-fi', 'thriller']
m227 +++$+++ new nightmare +++$+++ 1994 +++$+++ 6.30 +++$+++ 14975 +++$+++ ['fantasy', 'horror', 'mystery', 'thriller']
m228 +++$+++ white squall +++$+++ 1996 +++$+++ 6.40 +++$+++ 8465 +++$+++ ['adventure', 'drama']
m229 +++$+++ wild at heart +++$+++ 1990 +++$+++ 7.20 +++$+++ 29388 +++$+++ ['crime', 'romance', 'thriller']
m230 +++$+++ wonder boys +++$+++ 2000 +++$+++ 7.50 +++$+++ 31853 +++$+++ ['drama', 'comedy']
m231 +++$+++ the woodsman +++$+++ 2004 +++$+++ 7.40 +++$+++ 16090 +++$+++ ['drama']
m232 +++$+++ the abyss +++$+++ 1989 +++$+++ 7.60 +++$+++ 51699 +++$+++ ['action', 'adventure', 'drama', 'sci-fi', 'thriller']
m233 +++$+++ l'avventura +++$+++ 1960 +++$+++ 7.90 +++$+++ 6963 +++$+++ ['drama', 'mystery']
m234 +++$+++ agnes of god +++$+++ 1985 +++$+++ 6.50 +++$+++ 3490 +++$+++ ['drama', 'mystery', 'thriller']
m235 +++$+++ a hard day's night +++$+++ 1964 +++$+++ 7.60 +++$+++ 15431 +++$+++ ['comedy', 'music']
m236 +++$+++ alien +++$+++ 1979 +++$+++ 8.50 +++$+++ 184471 +++$+++ ['adventure', 'horror', 'sci-fi', 'thriller']
m237 +++$+++ alien vs. predator +++$+++ 1993 +++$+++ 7.80 +++$+++ 116 +++$+++ ['action', 'adventure', 'sci-fi']
m238 +++$+++ all about eve +++$+++ 1950 +++$+++ 8.50 +++$+++ 35597 +++$+++ ['drama']
m239 +++$+++ all the president's men +++$+++ 1976 +++$+++ 8.00 +++$+++ 32717 +++$+++ ['drama', 'history', 'thriller']
m240 +++$+++ american pie +++$+++ 1999 +++$+++ 6.90 +++$+++ 107961 +++$+++ ['comedy', 'romance']
m241 +++$+++ an american werewolf in paris +++$+++ 1997 +++$+++ 4.90 +++$+++ 10158 +++$+++ ['horror', 'romance', 'thriller', 'comedy']
m242 +++$+++ anastasia +++$+++ 1997 +++$+++ 6.60 +++$+++ 16844 +++$+++ ['animation', 'adventure', 'drama', 'family', 'musical', 'animation', 'family']
m243 +++$+++ annie hall +++$+++ 1977 +++$+++ 8.30 +++$+++ 66781 +++$+++ ['comedy', 'drama', 'romance']
m244 +++$+++ the anniversary party +++$+++ 2001 +++$+++ 6.20 +++$+++ 5809 +++$+++ ['drama', 'comedy']
m245 +++$+++ antz +++$+++ 1998 +++$+++ 6.80 +++$+++ 37825 +++$+++ ['animation', 'adventure', 'comedy', 'family']
m246 +++$+++ the apartment +++$+++ 1960 +++$+++ 8.40 +++$+++ 37301 +++$+++ ['romance', 'comedy', 'drama']
m247 +++$+++ apocalypse now +++$+++ 1979 +++$+++ 8.60 +++$+++ 176465 +++$+++ ['drama', 'war']
m248 +++$+++ arctic blue +++$+++ 1993 +++$+++ 4.80 +++$+++ 464 +++$+++ ['action', 'thriller']
m249 +++$+++ as good as it gets +++$+++ 1997 +++$+++ 7.80 +++$+++ 93201 +++$+++ ['comedy', 'drama', 'romance']
m250 +++$+++ assassins +++$+++ 1995 +++$+++ 6.00 +++$+++ 23681 +++$+++ ['action', 'thriller', 'crime']
m251 +++$+++ asylum +++$+++ 2005 +++$+++ 6.10 +++$+++ 2395 +++$+++ ['drama', 'romance', 'thriller']
m252 +++$+++ a walk to remember +++$+++ 2002 +++$+++ 7.10 +++$+++ 38751 +++$+++ ['drama', 'romance']
m253 +++$+++ back to the future +++$+++ 1985 +++$+++ 8.40 +++$+++ 207376 +++$+++ ['adventure', 'family', 'sci-fi']
m254 +++$+++ badlands +++$+++ 1973 +++$+++ 7.90 +++$+++ 16753 +++$+++ ['crime', 'drama', 'romance', 'thriller']
m255 +++$+++ the adventures of buckaroo banzai across the 8th dimension +++$+++ 1984 +++$+++ 6.00 +++$+++ 10046 +++$+++ ['adventure', 'romance', 'comedy', 'sci-fi']
m256 +++$+++ barton fink +++$+++ 1991 +++$+++ 7.80 +++$+++ 33119 +++$+++ ['drama', 'mystery', 'thriller']
m257 +++$+++ basic instinct +++$+++ 1992 +++$+++ 6.90 +++$+++ 57615 +++$+++ ['mystery', 'romance', 'thriller']
m258 +++$+++ basquiat +++$+++ 1996 +++$+++ 6.70 +++$+++ 8016 +++$+++ ['biography', 'drama']
m259 +++$+++ batman returns +++$+++ 1992 +++$+++ 6.90 +++$+++ 79770 +++$+++ ['action', 'crime', 'fantasy', 'thriller', 'animation', 'crime', 'fantasy', 'action', 'thriller']
m260 +++$+++ batman and robin +++$+++ 1949 +++$+++ 6.50 +++$+++ 443 +++$+++ ['action', 'adventure', 'crime', 'drama', 'sci-fi']
m261 +++$+++ batman forever +++$+++ 1995 +++$+++ 5.40 +++$+++ 77223 +++$+++ ['action', 'crime', 'fantasy', 'thriller']
m262 +++$+++ batman +++$+++ 1989 +++$+++ 7.60 +++$+++ 112731 +++$+++ ['crime', 'drama', 'thriller', 'action', 'adventure', 'crime']
m263 +++$+++ bean +++$+++ 1997 +++$+++ 5.80 +++$+++ 27131 +++$+++ ['comedy', 'family']
m264 +++$+++ beavis and butt-head do america +++$+++ 1996 +++$+++ 6.60 +++$+++ 23149 +++$+++ ['animation', 'adventure', 'comedy', 'crime']
m265 +++$+++ beetle juice +++$+++ 1988 +++$+++ 7.30 +++$+++ 62164 +++$+++ ['comedy', 'fantasy']
m266 +++$+++ being there +++$+++ 1979 +++$+++ 8.00 +++$+++ 25085 +++$+++ ['drama', 'comedy']
m267 +++$+++ being john malkovich +++$+++ 1999 +++$+++ 7.90 +++$+++ 115008 +++$+++ ['comedy', 'drama', 'fantasy', 'romance']
m268 +++$+++ beloved +++$+++ 1998/I +++$+++ 5.60 +++$+++ 4014 +++$+++ ['drama', 'mystery']
m269 +++$+++ the big lebowski +++$+++ 1998 +++$+++ 8.20 +++$+++ 182170 +++$+++ ['comedy', 'crime', 'mystery']
m270 +++$+++ the black dahlia +++$+++ 2006 +++$+++ 5.60 +++$+++ 35706 +++$+++ ['crime', 'drama', 'history', 'mystery', 'thriller']
m271 +++$+++ blade ii +++$+++ 2002 +++$+++ 6.60 +++$+++ 51826 +++$+++ ['action', 'fantasy', 'horror', 'thriller', 'action', 'adventure', 'horror']
m272 +++$+++ blade +++$+++ 1998 +++$+++ 7.00 +++$+++ 65885 +++$+++ ['action', 'adventure', 'fantasy', 'horror', 'thriller']
m273 +++$+++ book of shadows: blair witch 2 +++$+++ 2000 +++$+++ 4.10 +++$+++ 16285 +++$+++ ['crime', 'horror', 'mystery', 'thriller']
m274 +++$+++ blood simple. +++$+++ 1984 +++$+++ 7.80 +++$+++ 28901 +++$+++ ['crime', 'drama', 'thriller']
m275 +++$+++ bloodmoon +++$+++ 1997 +++$+++ 4.50 +++$+++ 269 +++$+++ ['action', 'thriller']
m276 +++$+++ blow +++$+++ 2001 +++$+++ 7.40 +++$+++ 71334 +++$+++ ['biography', 'crime', 'drama']
m277 +++$+++ la battaglia di algeri +++$+++ 1966 +++$+++ 8.20 +++$+++ 14339 +++$+++ ['drama', 'history', 'war']
m278 +++$+++ body of evidence +++$+++ 1993 +++$+++ 4.10 +++$+++ 6052 +++$+++ ['drama', 'romance', 'thriller']
m279 +++$+++ the bridges of madison county +++$+++ 1995 +++$+++ 7.20 +++$+++ 22252 +++$+++ ['drama', 'romance']
m280 +++$+++ bones +++$+++ 2001 +++$+++ 4.00 +++$+++ 3525 +++$+++ ['crime', 'horror']
m281 +++$+++ bound +++$+++ 1996 +++$+++ 7.50 +++$+++ 23772 +++$+++ ['crime', 'drama', 'thriller']
m282 +++$+++ the bourne identity +++$+++ 2002 +++$+++ 7.70 +++$+++ 124918 +++$+++ ['action', 'adventure', 'mystery', 'thriller']
m283 +++$+++ brazil +++$+++ 1985 +++$+++ 8.00 +++$+++ 77350 +++$+++ ['drama', 'fantasy', 'sci-fi']
m284 +++$+++ bringing out the dead +++$+++ 1999 +++$+++ 6.80 +++$+++ 31285 +++$+++ ['drama', 'thriller']
m285 +++$+++ broadcast news +++$+++ 1987 +++$+++ 7.10 +++$+++ 10559 +++$+++ ['comedy', 'drama', 'romance']
m286 +++$+++ a bucket of blood +++$+++ 1959 +++$+++ 6.80 +++$+++ 1892 +++$+++ ['comedy', 'horror']
m287 +++$+++ buffy the vampire slayer +++$+++ 1992 +++$+++ 5.30 +++$+++ 16206 +++$+++ ['horror', 'comedy', 'action']
m288 +++$+++ bull durham +++$+++ 1988 +++$+++ 7.00 +++$+++ 18941 +++$+++ ['comedy', 'romance', 'sport']
m289 +++$+++ casino +++$+++ 1995 +++$+++ 8.10 +++$+++ 111223 +++$+++ ['biography', 'crime', 'drama']
m290 +++$+++ catwoman +++$+++ 2004 +++$+++ 3.20 +++$+++ 35065 +++$+++ ['action', 'crime', 'fantasy']
m291 +++$+++ cellular +++$+++ 2004 +++$+++ 6.50 +++$+++ 32920 +++$+++ ['action', 'crime', 'thriller']
m292 +++$+++ the crying game +++$+++ 1992 +++$+++ 7.30 +++$+++ 21394 +++$+++ ['drama', 'thriller']
m293 +++$+++ charade +++$+++ 1963 +++$+++ 8.00 +++$+++ 22815 +++$+++ ['comedy', 'mystery', 'romance', 'thriller']
m294 +++$+++ cherry falls +++$+++ 2000 +++$+++ 4.80 +++$+++ 5669 +++$+++ ['horror', 'mystery', 'thriller']
m295 +++$+++ chill factor +++$+++ 1999 +++$+++ 4.90 +++$+++ 5381 +++$+++ ['action', 'adventure', 'comedy', 'thriller']
m296 +++$+++ chinatown +++$+++ 1974 +++$+++ 8.50 +++$+++ 80698 +++$+++ ['crime', 'drama', 'mystery', 'thriller']
m297 +++$+++ nuovo cinema paradiso +++$+++ 1988 +++$+++ 8.50 +++$+++ 46801 +++$+++ ['comedy', 'drama', 'romance']
m298 +++$+++ citizen kane +++$+++ 1941 +++$+++ 8.60 +++$+++ 140517 +++$+++ ['drama', 'mystery']
m299 +++$+++ clerks. +++$+++ 1994 +++$+++ 8.00 +++$+++ 90972 +++$+++ ['comedy']
m300 +++$+++ cliffhanger +++$+++ 1993 +++$+++ 6.20 +++$+++ 34880 +++$+++ ['action', 'adventure', 'thriller']
m301 +++$+++ a clockwork orange +++$+++ 1971 +++$+++ 8.50 +++$+++ 197372 +++$+++ ['crime', 'drama', 'sci-fi']
m302 +++$+++ collateral +++$+++ 2004 +++$+++ 7.80 +++$+++ 106866 +++$+++ ['crime', 'drama', 'thriller']
m303 +++$+++ conspiracy theory +++$+++ 1997 +++$+++ 6.50 +++$+++ 36045 +++$+++ ['action', 'crime', 'mystery', 'romance', 'thriller']
m304 +++$+++ contact +++$+++ 1997 +++$+++ 7.40 +++$+++ 75043 +++$+++ ['drama', 'mystery', 'sci-fi', 'thriller']
m305 +++$+++ cool hand luke +++$+++ 1967 +++$+++ 8.30 +++$+++ 46514 +++$+++ ['crime', 'drama']
m306 +++$+++ copycat +++$+++ 1995 +++$+++ 6.50 +++$+++ 17335 +++$+++ ['crime', 'mystery', 'thriller']
m307 +++$+++ crash +++$+++ 2004/I +++$+++ 8.00 +++$+++ 174003 +++$+++ ['crime', 'drama']
m308 +++$+++ crazy love +++$+++ 2007/I +++$+++ 7.00 +++$+++ 944 +++$+++ ['documentary']
m309 +++$+++ crime spree +++$+++ 2003 +++$+++ 6.40 +++$+++ 3129 +++$+++ ['action', 'comedy', 'crime']
m310 +++$+++ crouching tiger, hidden dragon +++$+++ 2003 +++$+++ 8.00 +++$+++ 1091 +++$+++ ['action']
m311 +++$+++ the crow +++$+++ 1994 +++$+++ 7.60 +++$+++ 55886 +++$+++ ['action', 'crime', 'fantasy', 'thriller']
m312 +++$+++ cruel intentions +++$+++ 1999 +++$+++ 6.70 +++$+++ 67532 +++$+++ ['drama', 'romance', 'thriller']
m313 +++$+++ the curse of the cat people +++$+++ 1944 +++$+++ 6.90 +++$+++ 2067 +++$+++ ['drama', 'fantasy', 'horror']
m314 +++$+++ the curse +++$+++ 1987 +++$+++ 4.50 +++$+++ 627 +++$+++ ['sci-fi', 'horror']
m315 +++$+++ dark city +++$+++ 1998 +++$+++ 7.80 +++$+++ 64262 +++$+++ ['mystery', 'sci-fi', 'thriller']
m316 +++$+++ dave +++$+++ 1993 +++$+++ 6.80 +++$+++ 20807 +++$+++ ['comedy', 'romance']
m317 +++$+++ day of the dead +++$+++ 1985 +++$+++ 7.00 +++$+++ 22746 +++$+++ ['horror', 'sci-fi']
m318 +++$+++ dead poets society +++$+++ 1989 +++$+++ 7.80 +++$+++ 90842 +++$+++ ['drama']
m319 +++$+++ deep rising +++$+++ 1998 +++$+++ 5.70 +++$+++ 12638 +++$+++ ['action', 'horror', 'sci-fi', 'thriller']
m320 +++$+++ the deer hunter +++$+++ 1978 +++$+++ 8.20 +++$+++ 89841 +++$+++ ['drama', 'war']
m321 +++$+++ demolition man +++$+++ 1993 +++$+++ 6.30 +++$+++ 46318 +++$+++ ['action', 'crime', 'sci-fi']
m322 +++$+++ the devil and daniel webster +++$+++ 2004 +++$+++ 5.70 +++$+++ 1824 +++$+++ ['comedy', 'drama', 'fantasy']
m323 +++$+++ die hard +++$+++ 1988 +++$+++ 8.30 +++$+++ 185430 +++$+++ ['action', 'crime', 'thriller']
m324 +++$+++ dog day afternoon +++$+++ 1975 +++$+++ 8.20 +++$+++ 61120 +++$+++ ['crime', 'drama']
m325 +++$+++ domino +++$+++ 2005 +++$+++ 5.90 +++$+++ 32949 +++$+++ ['action', 'crime', 'drama', 'thriller']
m326 +++$+++ do the right thing +++$+++ 1989 +++$+++ 7.90 +++$+++ 27164 +++$+++ ['drama']
m327 +++$+++ dumb and dumberer: when harry met lloyd +++$+++ 2003 +++$+++ 3.30 +++$+++ 14984 +++$+++ ['comedy']
m328 +++$+++ dune +++$+++ 1984 +++$+++ 6.50 +++$+++ 38954 +++$+++ ['action', 'adventure', 'sci-fi']
m329 +++$+++ ed wood +++$+++ 1994 +++$+++ 8.10 +++$+++ 75704 +++$+++ ['biography', 'comedy', 'drama']
m330 +++$+++ edtv +++$+++ 1999 +++$+++ 6.10 +++$+++ 21865 +++$+++ ['comedy']
m331 +++$+++ election +++$+++ 1999 +++$+++ 7.40 +++$+++ 37868 +++$+++ ['comedy', 'drama']
m332 +++$+++ l.a. confidential +++$+++ 1997 +++$+++ 8.40 +++$+++ 168009 +++$+++ ['crime', 'drama', 'mystery', 'thriller']
m333 +++$+++ enemy of the state +++$+++ 1998 +++$+++ 7.20 +++$+++ 67504 +++$+++ ['action', 'drama', 'thriller']
m334 +++$+++ the english patient +++$+++ 1996 +++$+++ 7.30 +++$+++ 55247 +++$+++ ['romance', 'drama', 'war']
m335 +++$+++ entrapment +++$+++ 1999 +++$+++ 6.10 +++$+++ 41120 +++$+++ ['action', 'crime', 'romance', 'thriller']
m336 +++$+++ erin brockovich +++$+++ 2000 +++$+++ 7.20 +++$+++ 55641 +++$+++ ['biography', 'drama', 'romance']
m337 +++$+++ star wars: the empire strikes back +++$+++ 1982 +++$+++ 8.00 +++$+++ 42 +++$+++ ['animation', 'adventure', 'action', 'fantasy']
m338 +++$+++ escape from the planet of the apes +++$+++ 1971 +++$+++ 6.10 +++$+++ 7754 +++$+++ ['sci-fi', 'thriller']
m339 +++$+++ escape from l.a. +++$+++ 1996 +++$+++ 5.30 +++$+++ 23551 +++$+++ ['action', 'adventure', 'sci-fi', 'thriller']
m340 +++$+++ excalibur +++$+++ 1981 +++$+++ 7.40 +++$+++ 24550 +++$+++ ['adventure', 'drama', 'fantasy']
m341 +++$+++ the exorcist +++$+++ 1973 +++$+++ 8.10 +++$+++ 106383 +++$+++ ['horror', 'thriller']
m342 +++$+++ the fabulous baker boys +++$+++ 1989 +++$+++ 6.70 +++$+++ 9433 +++$+++ ['drama', 'music', 'romance']
m343 +++$+++ face/off +++$+++ 1997 +++$+++ 7.30 +++$+++ 103386 +++$+++ ['action', 'crime', 'drama', 'sci-fi', 'thriller']
m344 +++$+++ the family man +++$+++ 2000 +++$+++ 6.60 +++$+++ 34509 +++$+++ ['comedy', 'fantasy', 'drama', 'romance']
m345 +++$+++ the fantastic four +++$+++ 1994 +++$+++ 3.80 +++$+++ 1472 +++$+++ ['action', 'adventure', 'sci-fi', 'fantasy']
m346 +++$+++ fantastic voyage +++$+++ 1966 +++$+++ 6.80 +++$+++ 5231 +++$+++ ['adventure', 'sci-fi']
m347 +++$+++ fargo +++$+++ 1996 +++$+++ 8.30 +++$+++ 168176 +++$+++ ['crime', 'drama', 'thriller']
m348 +++$+++ fight club +++$+++ 1999 +++$+++ 8.80 +++$+++ 391697 +++$+++ ['crime', 'drama', 'mystery', 'thriller']
m349 +++$+++ final destination 2 +++$+++ 2003 +++$+++ 6.40 +++$+++ 36312 +++$+++ ['horror', 'thriller']
m350 +++$+++ final destination +++$+++ 2000 +++$+++ 6.80 +++$+++ 53422 +++$+++ ['horror', 'thriller']
m351 +++$+++ rambo: first blood part ii +++$+++ 1985 +++$+++ 5.80 +++$+++ 39147 +++$+++ ['action', 'adventure', 'thriller']
m352 +++$+++ the fisher king +++$+++ 1991 +++$+++ 7.50 +++$+++ 28310 +++$+++ ['comedy', 'drama', 'romance']
m353 +++$+++ five easy pieces +++$+++ 1970 +++$+++ 7.50 +++$+++ 11969 +++$+++ ['drama']
m354 +++$+++ five feet high and rising +++$+++ 2000 +++$+++ 6.50 +++$+++ 326 +++$+++ ['short']
m355 +++$+++ fletch +++$+++ 1985 +++$+++ 6.70 +++$+++ 17336 +++$+++ ['comedy', 'crime', 'mystery']
m356 +++$+++ the adventures of ford fairlane +++$+++ 1990 +++$+++ 5.60 +++$+++ 9051 +++$+++ ['action', 'adventure', 'comedy', 'music']
m357 +++$+++ the french connection +++$+++ 1971 +++$+++ 7.90 +++$+++ 34062 +++$+++ ['action', 'crime', 'thriller']
m358 +++$+++ frequency +++$+++ 2000 +++$+++ 7.30 +++$+++ 36396 +++$+++ ['crime', 'drama', 'sci-fi', 'thriller']
m359 +++$+++ friday the 13th part iii +++$+++ 1982 +++$+++ 5.10 +++$+++ 11718 +++$+++ ['horror']
m360 +++$+++ jason lives: friday the 13th part vi +++$+++ 1986 +++$+++ 5.30 +++$+++ 9919 +++$+++ ['comedy', 'horror', 'thriller']
m361 +++$+++ jason goes to hell: the final friday +++$+++ 1993 +++$+++ 4.10 +++$+++ 8894 +++$+++ ['horror', 'thriller']
m362 +++$+++ friday the 13th part viii: jason takes manhattan +++$+++ 1989 +++$+++ 3.90 +++$+++ 10288 +++$+++ ['horror']
m363 +++$+++ game 6 +++$+++ 2005 +++$+++ 6.00 +++$+++ 1414 +++$+++ ['comedy', 'drama', 'sport']
m364 +++$+++ gandhi +++$+++ 1982 +++$+++ 8.20 +++$+++ 52160 +++$+++ ['biography', 'drama', 'history']
m365 +++$+++ gattaca +++$+++ 1997 +++$+++ 7.80 +++$+++ 72063 +++$+++ ['drama', 'romance', 'sci-fi', 'thriller']
m366 +++$+++ the getaway +++$+++ 1972 +++$+++ 7.50 +++$+++ 10151 +++$+++ ['action', 'adventure', 'crime', 'thriller']
m367 +++$+++ get carter +++$+++ 2000 +++$+++ 4.80 +++$+++ 14319 +++$+++ ['action', 'crime', 'drama', 'thriller']
m368 +++$+++ glengarry glen ross +++$+++ 1992 +++$+++ 7.90 +++$+++ 32882 +++$+++ ['drama']
m369 +++$+++ the godfather: part ii +++$+++ 1974 +++$+++ 9.00 +++$+++ 251290 +++$+++ ['crime', 'drama', 'thriller']
m370 +++$+++ gods and monsters +++$+++ 1998 +++$+++ 7.50 +++$+++ 16063 +++$+++ ['biography', 'drama']
m371 +++$+++ gone in sixty seconds +++$+++ 2000 +++$+++ 6.00 +++$+++ 74474 +++$+++ ['action', 'crime', 'thriller']
m372 +++$+++ goodfellas +++$+++ 1990 +++$+++ 8.80 +++$+++ 234582 +++$+++ ['crime', 'drama', 'thriller']
m373 +++$+++ good will hunting +++$+++ 1997 +++$+++ 8.10 +++$+++ 154419 +++$+++ ['drama']
m374 +++$+++ the grapes of wrath +++$+++ 1940 +++$+++ 8.30 +++$+++ 23850 +++$+++ ['drama']
m375 +++$+++ grosse pointe blank +++$+++ 1997 +++$+++ 7.40 +++$+++ 41877 +++$+++ ['comedy', 'crime', 'romance', 'thriller']
m376 +++$+++ the horse whisperer +++$+++ 1998 +++$+++ 6.40 +++$+++ 15953 +++$+++ ['drama', 'romance', 'western']
m377 +++$+++ hackers +++$+++ 1995 +++$+++ 5.80 +++$+++ 27009 +++$+++ ['action', 'crime', 'drama', 'thriller']
m378 +++$+++ halloween 4: the return of michael myers +++$+++ 1988 +++$+++ 5.60 +++$+++ 11315 +++$+++ ['horror', 'thriller']
m379 +++$+++ halloween +++$+++ 1978 +++$+++ 7.90 +++$+++ 64690 +++$+++ ['horror', 'thriller']
m380 +++$+++ hannah and her sisters +++$+++ 1986 +++$+++ 7.90 +++$+++ 21088 +++$+++ ['comedy', 'drama', 'romance']
m381 +++$+++ hannibal +++$+++ 2001 +++$+++ 6.40 +++$+++ 75788 +++$+++ ['crime', 'thriller']
m382 +++$+++ happy campers +++$+++ 2001 +++$+++ 5.40 +++$+++ 1785 +++$+++ ['comedy']
m383 +++$+++ heathers +++$+++ 1989 +++$+++ 7.30 +++$+++ 25236 +++$+++ ['comedy', 'crime']
m384 +++$+++ heavenly creatures +++$+++ 1994 +++$+++ 7.60 +++$+++ 27211 +++$+++ ['crime', 'drama', 'fantasy', 'thriller']
m385 +++$+++ hellraiser: hellseeker +++$+++ 2002 +++$+++ 4.90 +++$+++ 3400 +++$+++ ['horror', 'mystery', 'thriller']
m386 +++$+++ hero +++$+++ 1992/I +++$+++ 6.30 +++$+++ 10573 +++$+++ ['comedy', 'drama']
m387 +++$+++ hider in the house +++$+++ 1989 +++$+++ 5.60 +++$+++ 394 +++$+++ ['thriller']
m388 +++$+++ highlander iii: the sorcerer +++$+++ 1994 +++$+++ 3.90 +++$+++ 7831 +++$+++ ['fantasy', 'sci-fi', 'action']
m389 +++$+++ hostage +++$+++ 2005/I +++$+++ 6.60 +++$+++ 37868 +++$+++ ['action', 'crime', 'drama', 'thriller']
m390 +++$+++ hotel rwanda +++$+++ 2004 +++$+++ 8.30 +++$+++ 94404 +++$+++ ['adventure', 'drama', 'history', 'thriller', 'war']
m391 +++$+++ house on haunted hill +++$+++ 1999 +++$+++ 5.30 +++$+++ 23127 +++$+++ ['horror', 'mystery', 'thriller']
m392 +++$+++ house of the damned +++$+++ 1996 +++$+++ 4.30 +++$+++ 216 +++$+++ ['action', 'horror', 'thriller']
m393 +++$+++ hellraiser iii: hell on earth +++$+++ 1992 +++$+++ 5.10 +++$+++ 7716 +++$+++ ['horror']
m394 +++$+++ hudson hawk +++$+++ 1991 +++$+++ 5.40 +++$+++ 22116 +++$+++ ['action', 'adventure', 'comedy', 'action', 'adventure', 'comedy', 'crime']
m395 +++$+++ the hudsucker proxy +++$+++ 1994 +++$+++ 7.40 +++$+++ 32691 +++$+++ ['comedy', 'drama', 'fantasy', 'romance']
m396 +++$+++ i walked with a zombie +++$+++ 1943 +++$+++ 7.30 +++$+++ 3420 +++$+++ ['horror']
m397 +++$+++ the ice storm +++$+++ 1997 +++$+++ 7.50 +++$+++ 27724 +++$+++ ['drama']
m398 +++$+++ insomnia +++$+++ 2002/I +++$+++ 7.30 +++$+++ 69635 +++$+++ ['crime', 'drama', 'mystery', 'thriller']
m399 +++$+++ interview with the vampire: the vampire chronicles +++$+++ 1994 +++$+++ 7.40 +++$+++ 80077 +++$+++ ['drama', 'fantasy']
m400 +++$+++ i still know what you did last summer +++$+++ 1998 +++$+++ 4.10 +++$+++ 23543 +++$+++ ['horror', 'mystery', 'thriller']
m401 +++$+++ isle of the dead +++$+++ 1945 +++$+++ 6.60 +++$+++ 1405 +++$+++ ['drama', 'horror', 'mystery', 'thriller']
m402 +++$+++ it's a wonderful life +++$+++ 1946 +++$+++ 8.70 +++$+++ 103290 +++$+++ ['drama', 'fantasy', 'romance']
m403 +++$+++ jaws 2 +++$+++ 1978 +++$+++ 5.60 +++$+++ 18995 +++$+++ ['thriller']
m404 +++$+++ jaws 3-d +++$+++ 1983 +++$+++ 3.30 +++$+++ 12839 +++$+++ ['thriller']
m405 +++$+++ jaws: the revenge +++$+++ 1987 +++$+++ 2.60 +++$+++ 15727 +++$+++ ['thriller']
m406 +++$+++ the jazz singer +++$+++ 1927 +++$+++ 6.80 +++$+++ 3252 +++$+++ ['drama', 'music', 'romance']
m407 +++$+++ jennifer eight +++$+++ 1992 +++$+++ 6.20 +++$+++ 6224 +++$+++ ['thriller', 'mystery']
m408 +++$+++ jerry maguire +++$+++ 1996 +++$+++ 7.30 +++$+++ 79706 +++$+++ ['comedy', 'drama', 'romance', 'sport']
m409 +++$+++ jurassic park iii +++$+++ 2001 +++$+++ 5.70 +++$+++ 62564 +++$+++ ['action', 'adventure', 'sci-fi', 'thriller']
m410 +++$+++ the lost world: jurassic park +++$+++ 1997 +++$+++ 6.00 +++$+++ 78169 +++$+++ ['action', 'adventure', 'sci-fi', 'thriller', 'action', 'adventure', 'animation', 'horror', 'sci-fi', 'thriller']
m411 +++$+++ jurassic park +++$+++ 1993 +++$+++ 7.90 +++$+++ 153737 +++$+++ ['action', 'adventure', 'family', 'sci-fi', 'action', 'adventure', 'fantasy', 'sci-fi']
m412 +++$+++ freddy vs. jason +++$+++ 2003 +++$+++ 5.80 +++$+++ 39850 +++$+++ ['horror', 'thriller']
m413 +++$+++ kafka +++$+++ 1991 +++$+++ 6.90 +++$+++ 4467 +++$+++ ['comedy', 'drama', 'mystery', 'sci-fi', 'thriller']
m414 +++$+++ king kong +++$+++ 2005 +++$+++ 7.60 +++$+++ 134187 +++$+++ ['adventure', 'drama', 'romance']
m415 +++$+++ klute +++$+++ 1971 +++$+++ 7.20 +++$+++ 6901 +++$+++ ['mystery', 'romance', 'thriller']
m416 +++$+++ kramer vs. kramer +++$+++ 1979 +++$+++ 7.70 +++$+++ 25836 +++$+++ ['drama']
m417 +++$+++ kundun +++$+++ 1997 +++$+++ 7.10 +++$+++ 10378 +++$+++ ['biography', 'drama', 'history', 'war']
m418 +++$+++ lake placid +++$+++ 1999 +++$+++ 5.40 +++$+++ 19621 +++$+++ ['action', 'comedy', 'horror', 'thriller']
m419 +++$+++ the silence of the lambs +++$+++ 1991 +++$+++ 8.70 +++$+++ 251237 +++$+++ ['crime', 'thriller']
m420 +++$+++ last of the mohicans +++$+++ 1977 +++$+++ 7.30 +++$+++ 71 +++$+++ ['action', 'adventure', 'war']
m421 +++$+++ leviathan +++$+++ 1989 +++$+++ 5.30 +++$+++ 4751 +++$+++ ['adventure', 'horror', 'mystery', 'sci-fi', 'thriller']
m422 +++$+++ lock, stock and two smoking barrels +++$+++ 1998 +++$+++ 8.20 +++$+++ 129117 +++$+++ ['crime', 'thriller']
m423 +++$+++ lone star +++$+++ 1996 +++$+++ 7.60 +++$+++ 14666 +++$+++ ['drama', 'mystery', 'romance', 'western']
m424 +++$+++ lord of illusions +++$+++ 1995 +++$+++ 5.60 +++$+++ 5031 +++$+++ ['fantasy', 'horror', 'mystery', 'thriller']
m425 +++$+++ lost in translation +++$+++ 2003 +++$+++ 7.90 +++$+++ 132645 +++$+++ ['drama', 'romance']
m426 +++$+++ lost souls +++$+++ 2000 +++$+++ 4.60 +++$+++ 6663 +++$+++ ['drama', 'horror', 'thriller', 'romance']
m427 +++$+++ love & basketball +++$+++ 2000 +++$+++ 6.70 +++$+++ 5907 +++$+++ ['drama', 'romance', 'sport']
m428 +++$+++ magnolia +++$+++ 1999 +++$+++ 8.00 +++$+++ 123476 +++$+++ ['drama']
m429 +++$+++ the man in the iron mask +++$+++ 1998/I +++$+++ 6.10 +++$+++ 36684 +++$+++ ['action', 'adventure', 'drama', 'history']
m430 +++$+++ manhunt +++$+++ 2003 +++$+++ 8.70 +++$+++ 736 +++$+++ ['action', 'adventure', 'crime', 'horror', 'thriller']
m431 +++$+++ manhunter +++$+++ 1986 +++$+++ 7.20 +++$+++ 21649 +++$+++ ['crime', 'thriller']
m432 +++$+++ man on the moon +++$+++ 1999 +++$+++ 7.40 +++$+++ 49915 +++$+++ ['biography', 'comedy', 'drama']
m433 +++$+++ the matrix +++$+++ 1999 +++$+++ 8.70 +++$+++ 389480 +++$+++ ['action', 'adventure', 'adventure', 'adventure', 'sci-fi']
m434 +++$+++ halloween iii: season of the witch +++$+++ 1982 +++$+++ 3.80 +++$+++ 13037 +++$+++ ['horror', 'mystery', 'sci-fi']
m435 +++$+++ meet joe black +++$+++ 1998 +++$+++ 6.90 +++$+++ 56839 +++$+++ ['drama', 'fantasy', 'mystery', 'romance']
m436 +++$+++ memento +++$+++ 2000 +++$+++ 8.70 +++$+++ 281027 +++$+++ ['crime', 'drama', 'mystery', 'thriller']
m437 +++$+++ miami vice +++$+++ 2006 +++$+++ 6.00 +++$+++ 52448 +++$+++ ['action', 'crime', 'drama', 'thriller']
m438 +++$+++ midnight cowboy +++$+++ 1969 +++$+++ 8.00 +++$+++ 34405 +++$+++ ['drama']
m439 +++$+++ midnight express +++$+++ 1978 +++$+++ 7.60 +++$+++ 24103 +++$+++ ['biography', 'crime', 'drama', 'thriller']
m440 +++$+++ mimic +++$+++ 1997 +++$+++ 5.70 +++$+++ 14916 +++$+++ ['drama', 'horror', 'sci-fi']
m441 +++$+++ misery +++$+++ 1990 +++$+++ 7.80 +++$+++ 41563 +++$+++ ['thriller']
m442 +++$+++ mission: impossible ii +++$+++ 2000 +++$+++ 5.70 +++$+++ 86452 +++$+++ ['action', 'adventure', 'thriller']
m443 +++$+++ mission: impossible +++$+++ 1996 +++$+++ 6.90 +++$+++ 87677 +++$+++ ['action', 'adventure', 'thriller']
m444 +++$+++ moonstruck +++$+++ 1987 +++$+++ 7.10 +++$+++ 15879 +++$+++ ['comedy', 'romance', 'drama']
m445 +++$+++ monty python and the holy grail +++$+++ 1975 +++$+++ 8.40 +++$+++ 157683 +++$+++ ['adventure', 'comedy']
m446 +++$+++ mrs brown +++$+++ 1997 +++$+++ 7.20 +++$+++ 5701 +++$+++ ['biography', 'drama', 'history', 'romance']
m447 +++$+++ arcade +++$+++ 1993 +++$+++ 4.60 +++$+++ 668 +++$+++ ['sci-fi']
m448 +++$+++ mulholland dr. +++$+++ 2001 +++$+++ 8.00 +++$+++ 105859 +++$+++ ['drama', 'mystery', 'thriller']
m449 +++$+++ "murderland" +++$+++ 2009 +++$+++ 5.80 +++$+++ 88 +++$+++ ['crime', 'drama', 'mystery']
m450 +++$+++ my girl 2 +++$+++ 1994 +++$+++ 4.80 +++$+++ 5689 +++$+++ ['comedy', 'drama', 'family', 'romance']
m451 +++$+++ my girl +++$+++ 1991 +++$+++ 6.40 +++$+++ 17967 +++$+++ ['comedy', 'drama', 'family', 'romance']
m452 +++$+++ my best friend's wedding +++$+++ 1997 +++$+++ 6.20 +++$+++ 37682 +++$+++ ['comedy', 'romance']
m453 +++$+++ nashville +++$+++ 1975 +++$+++ 7.70 +++$+++ 9315 +++$+++ ['drama', 'music']
m454 +++$+++ natural born killers +++$+++ 1994 +++$+++ 7.10 +++$+++ 73047 +++$+++ ['action', 'crime', 'drama', 'romance', 'thriller']
m455 +++$+++ nothing but a man +++$+++ 1964 +++$+++ 7.80 +++$+++ 448 +++$+++ ['drama', 'romance']
m456 +++$+++ the negotiator +++$+++ 1998 +++$+++ 7.20 +++$+++ 46983 +++$+++ ['action', 'crime', 'drama', 'mystery', 'thriller']
m457 +++$+++ neuromancer +++$+++ 1988 +++$+++ 9.30 +++$+++ 48 +++$+++ ['action', 'adventure', 'animation', 'sci-fi']
m458 +++$+++ never been kissed +++$+++ 1999 +++$+++ 5.70 +++$+++ 27409 +++$+++ ['comedy', 'drama', 'romance']
m459 +++$+++ the nightmare before christmas +++$+++ 1993 +++$+++ 8.00 +++$+++ 81753 +++$+++ ['animation', 'family', 'fantasy', 'musical']
m460 +++$+++ a nightmare on elm street part 2: freddy's revenge +++$+++ 1985 +++$+++ 4.90 +++$+++ 16582 +++$+++ ['fantasy', 'horror', 'thriller']
m461 +++$+++ a nightmare on elm street 3: dream warriors +++$+++ 1987 +++$+++ 6.30 +++$+++ 17734 +++$+++ ['fantasy', 'horror', 'thriller']
m462 +++$+++ notting hill +++$+++ 1999 +++$+++ 6.90 +++$+++ 67217 +++$+++ ['comedy', 'romance']
m463 +++$+++ one flew over the cuckoo's nest +++$+++ 1975 +++$+++ 8.90 +++$+++ 219739 +++$+++ ['drama']
m464 +++$+++ only you +++$+++ 1994 +++$+++ 6.20 +++$+++ 6620 +++$+++ ['comedy', 'romance']
m465 +++$+++ on the waterfront +++$+++ 1954 +++$+++ 8.40 +++$+++ 42010 +++$+++ ['crime', 'drama', 'romance']
m466 +++$+++ orgy of the dead +++$+++ 1965 +++$+++ 2.50 +++$+++ 1395 +++$+++ ['fantasy', 'horror']
m467 +++$+++ out of sight +++$+++ 1998 +++$+++ 7.20 +++$+++ 38595 +++$+++ ['comedy', 'crime', 'romance', 'thriller']
m468 +++$+++ pearl harbor +++$+++ 2001 +++$+++ 5.40 +++$+++ 97519 +++$+++ ['action', 'drama', 'romance', 'war']
m469 +++$+++ peggy sue got married +++$+++ 1986 +++$+++ 6.30 +++$+++ 12574 +++$+++ ['comedy', 'drama', 'fantasy', 'romance']
m470 +++$+++ pet sematary ii +++$+++ 1992 +++$+++ 4.20 +++$+++ 6014 +++$+++ ['action', 'horror', 'thriller']
m471 +++$+++ philadelphia +++$+++ 1993 +++$+++ 7.60 +++$+++ 54221 +++$+++ ['drama']
m472 +++$+++ pitch black +++$+++ 2000 +++$+++ 7.00 +++$+++ 55982 +++$+++ ['action', 'sci-fi', 'thriller']
m473 +++$+++ planet of the apes +++$+++ 2001 +++$+++ 5.50 +++$+++ 73596 +++$+++ ['action', 'adventure', 'sci-fi', 'thriller', 'animation', 'action', 'adventure', 'sci-fi']
m474 +++$+++ platoon +++$+++ 1986 +++$+++ 8.20 +++$+++ 110867 +++$+++ ['action', 'drama', 'war']
m475 +++$+++ playback +++$+++ 1996 +++$+++ 3.60 +++$+++ 164 +++$+++ ['thriller']
m476 +++$+++ the ploughman's lunch +++$+++ 1983 +++$+++ 6.80 +++$+++ 154 +++$+++ ['drama']
m477 +++$+++ point break +++$+++ 1991 +++$+++ 6.90 +++$+++ 37722 +++$+++ ['action', 'adventure', 'crime', 'drama', 'sport', 'thriller']
m478 +++$+++ predator +++$+++ 1987 +++$+++ 7.80 +++$+++ 90730 +++$+++ ['action', 'adventure', 'sci-fi', 'thriller']
m479 +++$+++ pretty woman +++$+++ 1990 +++$+++ 6.70 +++$+++ 61642 +++$+++ ['comedy', 'romance']
m480 +++$+++ the princess bride +++$+++ 1987 +++$+++ 8.10 +++$+++ 125281 +++$+++ ['adventure', 'comedy', 'family', 'fantasy', 'romance']
m481 +++$+++ the producers +++$+++ 1968 +++$+++ 7.70 +++$+++ 19432 +++$+++ ['comedy']
m482 +++$+++ psycho +++$+++ 1960 +++$+++ 8.70 +++$+++ 146915 +++$+++ ['drama', 'horror', 'mystery', 'thriller', 'thriller']
m483 +++$+++ maniac +++$+++ 1980 +++$+++ 6.20 +++$+++ 3382 +++$+++ ['drama', 'horror', 'thriller']
m484 +++$+++ vampyr +++$+++ 1932 +++$+++ 7.60 +++$+++ 4005 +++$+++ ['fantasy', 'horror']
m485 +++$+++ mystery of the wax museum +++$+++ 1933 +++$+++ 6.80 +++$+++ 1740 +++$+++ ['horror', 'mystery', 'thriller']
m486 +++$+++ quantum project +++$+++ 2000 +++$+++ 4.80 +++$+++ 47 +++$+++ ['short', 'adventure', 'drama', 'romance']
m487 +++$+++ rambling rose +++$+++ 1991 +++$+++ 6.60 +++$+++ 2631 +++$+++ ['drama']
m488 +++$+++ red white black & blue +++$+++ 2006 +++$+++ 6.30 +++$+++ 37 +++$+++ ['documentary']
m489 +++$+++ star wars: episode vi - return of the jedi +++$+++ 1983 +++$+++ 8.30 +++$+++ 215058 +++$+++ ['action', 'adventure', 'fantasy', 'sci-fi']
m490 +++$+++ the rocky horror picture show +++$+++ 1975 +++$+++ 7.10 +++$+++ 42713 +++$+++ ['comedy', 'musical']
m491 +++$+++ rocky +++$+++ 1976 +++$+++ 8.10 +++$+++ 100022 +++$+++ ['drama', 'romance', 'sport']
m492 +++$+++ who framed roger rabbit +++$+++ 1988 +++$+++ 7.60 +++$+++ 54375 +++$+++ ['animation', 'comedy', 'crime', 'family', 'fantasy', 'mystery', 'animation', 'adventure', 'action', 'fantasy']
m493 +++$+++ romeo and juliet +++$+++ 1968/I +++$+++ 7.80 +++$+++ 12360 +++$+++ ['drama', 'romance']
m494 +++$+++ ronin +++$+++ 1998 +++$+++ 7.20 +++$+++ 58201 +++$+++ ['action', 'crime', 'thriller']
m495 +++$+++ route 9 +++$+++ 1998 +++$+++ 6.00 +++$+++ 557 +++$+++ ['crime', 'drama']
m496 +++$+++ rush hour 2 +++$+++ 2001 +++$+++ 6.50 +++$+++ 52716 +++$+++ ['action', 'comedy', 'crime', 'thriller']
m497 +++$+++ rush hour +++$+++ 1998 +++$+++ 6.80 +++$+++ 56376 +++$+++ ['action', 'comedy', 'thriller', 'crime']
m498 +++$+++ runaway bride +++$+++ 1999 +++$+++ 5.20 +++$+++ 28793 +++$+++ ['comedy', 'romance']
m499 +++$+++ sleepless in seattle +++$+++ 1993 +++$+++ 6.60 +++$+++ 44179 +++$+++ ['comedy', 'romance', 'drama']
m500 +++$+++ salt of the earth +++$+++ 1954 +++$+++ 7.60 +++$+++ 1085 +++$+++ ['drama', 'history']
m501 +++$+++ the salton sea +++$+++ 2002 +++$+++ 7.10 +++$+++ 16669 +++$+++ ['crime', 'drama', 'mystery', 'thriller']
m502 +++$+++ saving private ryan +++$+++ 1998 +++$+++ 8.50 +++$+++ 275666 +++$+++ ['action', 'drama', 'history', 'war']
m503 +++$+++ say anything... +++$+++ 1989 +++$+++ 7.50 +++$+++ 25220 +++$+++ ['comedy', 'drama', 'romance']
m504 +++$+++ schindler's list +++$+++ 1993 +++$+++ 8.90 +++$+++ 282473 +++$+++ ['biography', 'drama', 'history', 'war']
m505 +++$+++ scream 2 +++$+++ 1997 +++$+++ 5.90 +++$+++ 48988 +++$+++ ['horror', 'mystery', 'thriller']
m506 +++$+++ scream 3 +++$+++ 2000 +++$+++ 5.30 +++$+++ 38870 +++$+++ ['horror', 'mystery', 'thriller']
m507 +++$+++ scream +++$+++ 1996/I +++$+++ 7.20 +++$+++ 92543 +++$+++ ['crime', 'horror', 'mystery', 'thriller']
m508 +++$+++ seven +++$+++ 1979 +++$+++ 6.10 +++$+++ 259 +++$+++ ['action', 'drama']
m509 +++$+++ the searchers +++$+++ 1956 +++$+++ 8.10 +++$+++ 30138 +++$+++ ['adventure', 'drama', 'western']
m510 +++$+++ seven days to live +++$+++ 2000 +++$+++ 5.20 +++$+++ 1150 +++$+++ ['drama', 'horror', 'thriller']
m511 +++$+++ shakespeare in love +++$+++ 1998 +++$+++ 7.40 +++$+++ 78654 +++$+++ ['comedy', 'drama', 'romance']
m512 +++$+++ shallow grave +++$+++ 1994 +++$+++ 7.40 +++$+++ 21611 +++$+++ ['comedy', 'crime', 'drama', 'thriller']
m513 +++$+++ shampoo +++$+++ 1975 +++$+++ 6.20 +++$+++ 4406 +++$+++ ['drama', 'romance']
m514 +++$+++ the shining +++$+++ 1980 +++$+++ 8.50 +++$+++ 182077 +++$+++ ['horror', 'mystery', 'thriller']
m515 +++$+++ silver bullet +++$+++ 1985 +++$+++ 5.90 +++$+++ 6498 +++$+++ ['adventure', 'drama', 'horror', 'mystery', 'thriller']
m516 +++$+++ sister act +++$+++ 1992 +++$+++ 5.90 +++$+++ 25196 +++$+++ ['comedy', 'crime', 'music']
m517 +++$+++ sleepy hollow +++$+++ 1999 +++$+++ 7.50 +++$+++ 108951 +++$+++ ['fantasy', 'mystery', 'thriller']
m518 +++$+++ sling blade +++$+++ 1996 +++$+++ 8.00 +++$+++ 42087 +++$+++ ['drama']
m519 +++$+++ smoke +++$+++ 1995 +++$+++ 7.50 +++$+++ 15482 +++$+++ ['comedy', 'drama']
m520 +++$+++ snow falling on cedars +++$+++ 1999 +++$+++ 6.70 +++$+++ 8483 +++$+++ ['drama', 'mystery', 'romance', 'thriller']
m521 +++$+++ soldier +++$+++ 1998/I +++$+++ 5.60 +++$+++ 16446 +++$+++ ['action', 'drama', 'sci-fi']
m522 +++$+++ some like it hot +++$+++ 1959 +++$+++ 8.40 +++$+++ 68749 +++$+++ ['comedy']
m523 +++$+++ the wedding date +++$+++ 2005 +++$+++ 5.50 +++$+++ 12340 +++$+++ ['comedy', 'romance']
m524 +++$+++ sounder +++$+++ 1972 +++$+++ 7.80 +++$+++ 1298 +++$+++ ['drama']
m525 +++$+++ south park: bigger longer & uncut +++$+++ 1999 +++$+++ 7.80 +++$+++ 80257 +++$+++ ['animation', 'comedy', 'musical']
m526 +++$+++ spacejacked +++$+++ 1997 +++$+++ 2.90 +++$+++ 105 +++$+++ ['action', 'sci-fi']
m527 +++$+++ spare me +++$+++ 1992 +++$+++ 5.80 +++$+++ 26 +++$+++ ['thriller']
m528 +++$+++ sphere +++$+++ 1998 +++$+++ 5.60 +++$+++ 31924 +++$+++ ['drama', 'horror', 'mystery', 'sci-fi', 'thriller']
m529 +++$+++ star wars +++$+++ 1977 +++$+++ 8.80 +++$+++ 326619 +++$+++ ['action', 'adventure', 'fantasy', 'sci-fi']
m530 +++$+++ starship troopers +++$+++ 1997 +++$+++ 7.10 +++$+++ 84874 +++$+++ ['action', 'adventure', 'sci-fi', 'thriller']
m531 +++$+++ star trek: the motion picture +++$+++ 1979 +++$+++ 6.20 +++$+++ 25723 +++$+++ ['adventure', 'fantasy', 'mystery', 'sci-fi']
m532 +++$+++ state and main +++$+++ 2000 +++$+++ 6.80 +++$+++ 13163 +++$+++ ['comedy', 'drama']
m533 +++$+++ stepmom +++$+++ 1998 +++$+++ 6.20 +++$+++ 18714 +++$+++ ['comedy', 'drama']
m534 +++$+++ storytelling +++$+++ 2001 +++$+++ 6.70 +++$+++ 9677 +++$+++ ['comedy', 'drama']
m535 +++$+++ stranglehold +++$+++ 2007 +++$+++ 8.60 +++$+++ 907 +++$+++ ['action', 'adventure', 'crime']
m536 +++$+++ dr. strangelove or: how i learned to stop worrying and love the bomb +++$+++ 1964 +++$+++ 8.60 +++$+++ 158529 +++$+++ ['comedy', 'drama']
m537 +++$+++ suburbia +++$+++ 1996 +++$+++ 6.50 +++$+++ 4552 +++$+++ ['comedy', 'drama']
m538 +++$+++ sugar & spice +++$+++ 2001 +++$+++ 5.20 +++$+++ 6981 +++$+++ ['comedy', 'crime']
m539 +++$+++ sunset blvd. +++$+++ 1950 +++$+++ 8.70 +++$+++ 55994 +++$+++ ['drama', 'film-noir']
m540 +++$+++ supergirl +++$+++ 1984 +++$+++ 4.10 +++$+++ 6576 +++$+++ ['action', 'adventure', 'sci-fi']
m541 +++$+++ superman iii +++$+++ 1983 +++$+++ 4.70 +++$+++ 18340 +++$+++ ['action', 'adventure', 'comedy', 'fantasy', 'sci-fi']
m542 +++$+++ superman ii +++$+++ 1980 +++$+++ 6.70 +++$+++ 29941 +++$+++ ['action', 'adventure', 'fantasy', 'romance', 'sci-fi']
m543 +++$+++ superman iv: the quest for peace +++$+++ 1987 +++$+++ 3.40 +++$+++ 15332 +++$+++ ['action', 'adventure', 'family', 'fantasy', 'sci-fi']
m544 +++$+++ superman +++$+++ 1978 +++$+++ 7.30 +++$+++ 51172 +++$+++ ['action', 'family', 'sci-fi']
m545 +++$+++ the sweet hereafter +++$+++ 1997 +++$+++ 7.80 +++$+++ 16463 +++$+++ ['drama']
m546 +++$+++ sweet smell of success +++$+++ 1957 +++$+++ 8.20 +++$+++ 9014 +++$+++ ['drama', 'film-noir']
m547 +++$+++ terminator 2: judgment day +++$+++ 1991 +++$+++ 8.50 +++$+++ 243230 +++$+++ ['action', 'sci-fi', 'thriller']
m548 +++$+++ taking sides +++$+++ 2001 +++$+++ 7.20 +++$+++ 1950 +++$+++ ['drama', 'music', 'war']
m549 +++$+++ the terminator +++$+++ 1984 +++$+++ 8.10 +++$+++ 183538 +++$+++ ['action', 'sci-fi', 'thriller']
m550 +++$+++ the game +++$+++ 1997 +++$+++ 7.70 +++$+++ 75861 +++$+++ ['drama', 'mystery', 'thriller']
m551 +++$+++ the haunting +++$+++ 1999 +++$+++ 4.60 +++$+++ 32086 +++$+++ ['horror', 'thriller', 'mystery']
m552 +++$+++ the limey +++$+++ 1999 +++$+++ 7.00 +++$+++ 15465 +++$+++ ['crime', 'drama', 'mystery', 'thriller']
m553 +++$+++ the man who wasn't there +++$+++ 2001 +++$+++ 7.70 +++$+++ 41452 +++$+++ ['crime', 'drama']
m554 +++$+++ the relic +++$+++ 1997 +++$+++ 5.40 +++$+++ 10340 +++$+++ ['horror', 'mystery', 'thriller']
m555 +++$+++ the truman show +++$+++ 1998 +++$+++ 8.00 +++$+++ 160825 +++$+++ ['drama']
m556 +++$+++ the x files +++$+++ 1998 +++$+++ 6.80 +++$+++ 39090 +++$+++ ['crime', 'horror', 'mystery', 'sci-fi', 'thriller']
m557 +++$+++ the cell +++$+++ 2000 +++$+++ 6.20 +++$+++ 37417 +++$+++ ['drama', 'fantasy', 'horror', 'sci-fi', 'thriller']
m558 +++$+++ the third man +++$+++ 1949 +++$+++ 8.50 +++$+++ 51872 +++$+++ ['film-noir', 'mystery', 'thriller']
m559 +++$+++ the beach +++$+++ 2000/I +++$+++ 6.30 +++$+++ 55734 +++$+++ ['adventure', 'drama', 'romance', 'thriller']
m560 +++$+++ the believer +++$+++ 2001 +++$+++ 7.30 +++$+++ 11345 +++$+++ ['drama']
m561 +++$+++ le grand bleu +++$+++ 1988 +++$+++ 7.40 +++$+++ 18313 +++$+++ ['adventure', 'drama', 'romance']
m562 +++$+++ the hebrew hammer +++$+++ 2003 +++$+++ 6.20 +++$+++ 2900 +++$+++ ['comedy']
m563 +++$+++ the leopard man +++$+++ 1943 +++$+++ 6.90 +++$+++ 1518 +++$+++ ['drama', 'horror', 'mystery', 'thriller']
m564 +++$+++ the lost son +++$+++ 1999 +++$+++ 6.50 +++$+++ 911 +++$+++ ['crime', 'drama', 'romance', 'thriller']
m565 +++$+++ the messenger +++$+++ 2009/I +++$+++ 7.40 +++$+++ 9224 +++$+++ ['drama', 'romance', 'war']
m566 +++$+++ the pianist +++$+++ 2002 +++$+++ 8.50 +++$+++ 138080 +++$+++ ['biography', 'drama', 'war']
m567 +++$+++ the piano +++$+++ 1993 +++$+++ 7.50 +++$+++ 28525 +++$+++ ['drama', 'romance']
m568 +++$+++ the sting +++$+++ 1973 +++$+++ 8.40 +++$+++ 67231 +++$+++ ['comedy', 'crime', 'drama']
m569 +++$+++ the thin man +++$+++ 1934 +++$+++ 8.10 +++$+++ 11936 +++$+++ ['comedy', 'crime', 'drama', 'mystery', 'romance']
m570 +++$+++ three kings +++$+++ 1999 +++$+++ 7.30 +++$+++ 69757 +++$+++ ['action', 'adventure', 'comedy', 'drama', 'war']
m571 +++$+++ thx 1138 +++$+++ 1971 +++$+++ 6.80 +++$+++ 15741 +++$+++ ['drama', 'mystery', 'sci-fi', 'thriller']
m572 +++$+++ ticker +++$+++ 2001 +++$+++ 3.30 +++$+++ 3933 +++$+++ ['action', 'thriller', 'crime']
m573 +++$+++ trouble in paradise +++$+++ 1932 +++$+++ 8.20 +++$+++ 4781 +++$+++ ['comedy', 'crime', 'romance']
m574 +++$+++ titanic +++$+++ 1997 +++$+++ 7.40 +++$+++ 244771 +++$+++ ['drama', 'history', 'romance']
m575 +++$+++ transatlantic merry-go-round +++$+++ 1934 +++$+++ 6.90 +++$+++ 53 +++$+++ ['comedy', 'musical', 'mystery', 'romance']
m576 +++$+++ tombstone +++$+++ 1993 +++$+++ 7.70 +++$+++ 44204 +++$+++ ['action', 'drama', 'history', 'romance', 'western']
m577 +++$+++ tomorrow never dies +++$+++ 1997 +++$+++ 6.40 +++$+++ 47198 +++$+++ ['action', 'adventure', 'thriller']
m578 +++$+++ to sleep with anger +++$+++ 1990 +++$+++ 6.80 +++$+++ 490 +++$+++ ['drama']
m579 +++$+++ toy story +++$+++ 1995 +++$+++ 8.20 +++$+++ 156231 +++$+++ ['animation', 'adventure', 'comedy', 'family', 'fantasy']
m580 +++$+++ the magic toyshop +++$+++ 1987 +++$+++ 6.20 +++$+++ 90 +++$+++ ['fantasy']
m581 +++$+++ traffic +++$+++ 2000 +++$+++ 7.80 +++$+++ 86662 +++$+++ ['crime', 'drama', 'thriller']
m582 +++$+++ trainspotting +++$+++ 1996 +++$+++ 8.20 +++$+++ 153782 +++$+++ ['crime', 'drama']
m583 +++$+++ star trek v: the final frontier +++$+++ 1989 +++$+++ 5.00 +++$+++ 20749 +++$+++ ['action', 'adventure', 'sci-fi', 'thriller']
m584 +++$+++ tron +++$+++ 1982 +++$+++ 6.70 +++$+++ 25903 +++$+++ ['action', 'adventure', 'sci-fi', 'thriller', 'sci-fi']
m585 +++$+++ true lies +++$+++ 1994 +++$+++ 7.20 +++$+++ 81801 +++$+++ ['action', 'thriller']
m586 +++$+++ true romance +++$+++ 1993 +++$+++ 7.90 +++$+++ 74762 +++$+++ ['crime', 'romance', 'thriller']
m587 +++$+++ twelve monkeys +++$+++ 1995 +++$+++ 8.10 +++$+++ 173320 +++$+++ ['mystery', 'sci-fi', 'thriller']
m588 +++$+++ u-turn +++$+++ 1973 +++$+++ 5.80 +++$+++ 37 +++$+++ ['drama']
m589 +++$+++ u turn +++$+++ 1997 +++$+++ 6.70 +++$+++ 25388 +++$+++ ['crime', 'drama', 'thriller']
m590 +++$+++ unbreakable +++$+++ 2000 +++$+++ 7.30 +++$+++ 98767 +++$+++ ['drama', 'fantasy', 'mystery', 'thriller']
m591 +++$+++ unforgiven +++$+++ 1992 +++$+++ 8.30 +++$+++ 101270 +++$+++ ['drama', 'western']
m592 +++$+++ the usual suspects +++$+++ 1995 +++$+++ 8.70 +++$+++ 272137 +++$+++ ['crime', 'mystery', 'thriller']
m593 +++$+++ verdict +++$+++ 1974 +++$+++ 5.70 +++$+++ 135 +++$+++ ['drama']
m594 +++$+++ vertigo +++$+++ 1958 +++$+++ 8.60 +++$+++ 93524 +++$+++ ['crime', 'mystery', 'romance', 'thriller']
m595 +++$+++ very bad things +++$+++ 1998 +++$+++ 6.00 +++$+++ 22977 +++$+++ ['comedy', 'crime', 'thriller']
m596 +++$+++ viridiana +++$+++ 1961 +++$+++ 8.20 +++$+++ 6288 +++$+++ ['drama']
m597 +++$+++ virtuosity +++$+++ 1995 +++$+++ 5.30 +++$+++ 11191 +++$+++ ['action', 'crime', 'sci-fi', 'thriller']
m598 +++$+++ wag the dog +++$+++ 1997 +++$+++ 7.10 +++$+++ 36448 +++$+++ ['comedy', 'drama']
m599 +++$+++ wall street +++$+++ 1987 +++$+++ 7.30 +++$+++ 39082 +++$+++ ['crime', 'drama']
m600 +++$+++ waxwork +++$+++ 1988 +++$+++ 6.00 +++$+++ 2596 +++$+++ ['comedy', 'fantasy', 'horror']
m601 +++$+++ what lies beneath +++$+++ 2000 +++$+++ 6.50 +++$+++ 46195 +++$+++ ['drama', 'horror', 'mystery', 'thriller']
m602 +++$+++ what women want +++$+++ 2000 +++$+++ 6.30 +++$+++ 55269 +++$+++ ['comedy', 'fantasy', 'romance']
m603 +++$+++ the witching hour +++$+++ 1996 +++$+++ 6.50 +++$+++ 69 +++$+++ ['documentary', 'short']
m604 +++$+++ white angel +++$+++ 1994 +++$+++ 4.40 +++$+++ 99 +++$+++ ['drama', 'thriller']
m605 +++$+++ who's your daddy? +++$+++ 2003/I +++$+++ 4.50 +++$+++ 2267 +++$+++ ['comedy']
m606 +++$+++ wild things +++$+++ 1998 +++$+++ 6.60 +++$+++ 40523 +++$+++ ['crime', 'mystery', 'thriller']
m607 +++$+++ wild wild west +++$+++ 1999 +++$+++ 4.30 +++$+++ 54943 +++$+++ ['action', 'western', 'comedy', 'sci-fi']
m608 +++$+++ willow +++$+++ 1988 +++$+++ 7.10 +++$+++ 33506 +++$+++ ['action', 'adventure', 'drama', 'fantasy', 'romance']
m609 +++$+++ witness +++$+++ 1985 +++$+++ 7.60 +++$+++ 30705 +++$+++ ['drama', 'romance', 'thriller']
m610 +++$+++ the wizard of oz +++$+++ 1939 +++$+++ 8.30 +++$+++ 104873 +++$+++ ['adventure', 'family', 'fantasy', 'musical']
m611 +++$+++ the world is not enough +++$+++ 1999 +++$+++ 6.30 +++$+++ 60047 +++$+++ ['action', 'adventure', 'thriller']
m612 +++$+++ watchmen +++$+++ 2009 +++$+++ 7.80 +++$+++ 135229 +++$+++ ['action', 'crime', 'fantasy', 'mystery', 'sci-fi', 'thriller']
m613 +++$+++ xxx +++$+++ 2002 +++$+++ 5.60 +++$+++ 53505 +++$+++ ['action', 'adventure', 'crime']
m614 +++$+++ x-men +++$+++ 2000 +++$+++ 7.40 +++$+++ 122149 +++$+++ ['action', 'sci-fi']
m615 +++$+++ young frankenstein +++$+++ 1974 +++$+++ 8.00 +++$+++ 57618 +++$+++ ['comedy', 'sci-fi']
m616 +++$+++ zulu dawn +++$+++ 1979 +++$+++ 6.40 +++$+++ 1911 +++$+++ ['action', 'adventure', 'drama', 'history', 'war']

View File

@ -0,0 +1,617 @@
m0 +++$+++ 10 things i hate about you +++$+++ http://www.dailyscript.com/scripts/10Things.html
m1 +++$+++ 1492: conquest of paradise +++$+++ http://www.hundland.org/scripts/1492-ConquestOfParadise.txt
m2 +++$+++ 15 minutes +++$+++ http://www.dailyscript.com/scripts/15minutes.html
m3 +++$+++ 2001: a space odyssey +++$+++ http://www.scifiscripts.com/scripts/2001.txt
m4 +++$+++ 48 hrs. +++$+++ http://www.awesomefilm.com/script/48hours.txt
m5 +++$+++ the fifth element +++$+++ http://www.scifiscripts.com/scripts/5thelement.txt
m6 +++$+++ 8mm +++$+++ http://www.dailyscript.com/scripts/eight-millimeter.html
m7 +++$+++ a nightmare on elm street 4: the dream master +++$+++ http://www.hundland.org/scripts/A-Nightmare-on-Elm-Street-4.txt
m8 +++$+++ a nightmare on elm street: the dream child +++$+++ http://www.hundland.org/scripts/A-Nightmare-on-Elm-Street-5.txt
m9 +++$+++ the atomic submarine +++$+++ http://leonscripts.tripod.com/scripts/ATOMICSUB.htm
m10 +++$+++ affliction +++$+++ http://www.dailyscript.com/scripts/Affliction.txt
m11 +++$+++ air force one +++$+++ http://www.dailyscript.com/scripts/AirForceOne_TXT.html
m12 +++$+++ airplane ii: the sequel +++$+++ http://www.dailyscript.com/scripts/Airplane2_script.htm
m13 +++$+++ airplane! +++$+++ http://www.dailyscript.com/scripts/Airplane_script.htm
m14 +++$+++ alien nation +++$+++ http://www.dailyscript.com/scripts/Alien_Nation_Bannon_Cameron_October_1987.html
m15 +++$+++ aliens +++$+++ http://www.horrorlair.com/scripts/aliens.html
m16 +++$+++ amadeus +++$+++ http://www.dailyscript.com/scripts/Amadeus.txt
m17 +++$+++ an american werewolf in london +++$+++ http://www.dailyscript.com/scripts/American%20Werewolf%20In%20London,%20An.txt
m18 +++$+++ american madness +++$+++ http://www.dailyscript.com/scripts/American_Madness.html
m19 +++$+++ american outlaws +++$+++ http://www.dailyscript.com/scripts/American_Outlaws.html
m20 +++$+++ american psycho +++$+++ http://www.dailyscript.com/scripts/american_psycho_unproduced.html
m21 +++$+++ antitrust +++$+++ http://www.dailyscript.com/scripts/Antitrust.txt
m22 +++$+++ austin powers: international man of mystery +++$+++ http://www.dailyscript.com/scripts/Austin%20Powers%20-%20International%20Man%20Of%20Mystery.txt
m23 +++$+++ the avengers +++$+++ http://www.dailyscript.com/scripts/Avengers.html
m24 +++$+++ bachelor party +++$+++ http://www.dailyscript.com/scripts/Bachelor%20Party.txt
m25 +++$+++ backdraft +++$+++ http://www.dailyscript.com/scripts/Backdraft%20(1991).txt
m26 +++$+++ bad lieutenant +++$+++ http://www.dailyscript.com/scripts/Bad%20Lieutenant.txt
m27 +++$+++ bamboozled +++$+++ http://www.awesomefilm.com/script/Bamboozled.txt
m28 +++$+++ barry lyndon +++$+++ http://www.dailyscript.com/scripts/BarryLyndon.html
m29 +++$+++ basic +++$+++ http://www.dailyscript.com/scripts/Basic.txt
m30 +++$+++ big fish +++$+++ http://www.dailyscript.com/scripts/Big+Fish.txt
m31 +++$+++ birthday girl +++$+++ http://www.dailyscript.com/scripts/Birthday+Girl.txt
m32 +++$+++ black snake moan +++$+++ http://www.dailyscript.com/scripts/Black%20Snake%20Moan.txt
m33 +++$+++ black rain +++$+++ http://www.angelfire.com/movies/ridleyscott/script/BlackRain.txt
m34 +++$+++ blade runner +++$+++ http://www.dailyscript.com/scripts/blade-runner_shooting.html
m35 +++$+++ blast from the past +++$+++ http://www.hundland.org/scripts/Blast-from-the-Past.htm
m36 +++$+++ blue velvet +++$+++ http://www.dailyscript.com/scripts/Blue+Velvet.txt
m37 +++$+++ the boondock saints +++$+++ http://www.dailyscript.com/scripts/Boondock%20Saints,%20The.txt
m38 +++$+++ bottle rocket +++$+++ http://www.dailyscript.com/scripts/Bottle+Rocket.txt
m39 +++$+++ the bourne supremacy +++$+++ http://www.dailyscript.com/scripts/Bourne+Supremacy,+The.txt
m40 +++$+++ braveheart +++$+++ http://www.dailyscript.com/scripts/Braveheart.txt
m41 +++$+++ the butterfly effect +++$+++ http://www.dailyscript.com/scripts/Butterfly+Effect,+The.txt
m42 +++$+++ casablanca +++$+++ http://www.dailyscript.com/scripts/Casablanca.txt
m43 +++$+++ cast away +++$+++ http://www.hundland.org/scripts/CastAway.txt
m44 +++$+++ the cider house rules +++$+++ http://www.dailyscript.com/scripts/Cider%20House%20Rules,%20The.txt
m45 +++$+++ confidence +++$+++ http://www.dailyscript.com/scripts/Confidence.txt
m46 +++$+++ croupier +++$+++ http://www.dailyscript.com/scripts/Croupier.txt
m47 +++$+++ dark star +++$+++ http://www.dailyscript.com/scripts/Dark+Star.txt
m48 +++$+++ dark angel +++$+++ http://www.hundland.org/scripts/DarkAngel.txt
m49 +++$+++ detroit rock city +++$+++ http://www.dailyscript.com/scripts/Detroit+Rock+City.txt
m50 +++$+++ donnie darko +++$+++ http://www.dailyscript.com/scripts/Donnie+Darko.txt
m51 +++$+++ drop dead gorgeous +++$+++ http://www.dailyscript.com/scripts/Drop+Dead+Gorgeous.txt
m52 +++$+++ duck soup +++$+++ http://www.dailyscript.com/scripts/Duck%20Soup.txt
m53 +++$+++ the elephant man +++$+++ http://www.dailyscript.com/scripts/Elephant+Man,+The.txt
m54 +++$+++ erik the viking +++$+++ http://www.dailyscript.com/scripts/Erik+The+Viking.txt
m55 +++$+++ eternal sunshine of the spotless mind +++$+++ http://www.dailyscript.com/scripts/Eternal+Sunshine+Of+The+Spotless+Mind.txt
m56 +++$+++ even cowgirls get the blues +++$+++ http://www.dailyscript.com/scripts/Even%20Cowgirls%20Get%20The%20Blues.txt
m57 +++$+++ event horizon +++$+++ http://www.dailyscript.com/scripts/Event%20Horizon.txt
m58 +++$+++ fantastic four +++$+++ http://www.dailyscript.com/scripts/Fantastic+Four.txt
m59 +++$+++ fast times at ridgemont high +++$+++ http://www.dailyscript.com/scripts/Fast+Times+At+Ridgemont+High.txt
m60 +++$+++ fear and loathing in las vegas +++$+++ http://www.dailyscript.com/scripts/Fear+&+Loathing+In+Las+Vegas.txt
m61 +++$+++ feast +++$+++ http://www.dailyscript.com/scripts/Feast%20-%20Revised%20Draft.txt
m62 +++$+++ frances +++$+++ http://www.dailyscript.com/scripts/Frances.txt
m63 +++$+++ frankenstein +++$+++ http://www.dailyscript.com/scripts/Frankenstein+(1994).txt
m64 +++$+++ friday the 13th +++$+++ http://www.dailyscript.com/scripts/Friday%20The%2013th.txt
m65 +++$+++ from dusk till dawn +++$+++ http://www.dailyscript.com/scripts/From%20Dusk%20Till%20Dawn.txt
m66 +++$+++ g.i. jane +++$+++ http://www.angelfire.com/movies/ridleyscott/script/GIJane.txt
m67 +++$+++ godzilla +++$+++ http://www.scifiscripts.com/scripts/GODZILLAfirst.txt
m68 +++$+++ galaxy quest +++$+++ http://www.scifiscripts.com/scripts/GalaxyQuest.txt
m69 +++$+++ george washington +++$+++ http://www.fortunecity.com/tattooine/clarke/38/scripts/GeorgeWashington.txt
m70 +++$+++ get shorty +++$+++ http://www.dailyscript.com/scripts/Get+Shorty.txt
m71 +++$+++ ghost ship +++$+++ http://www.whiskeyloosetongue.com/scripts/ghostship.html
m72 +++$+++ ghost world +++$+++ http://www.dailyscript.com/scripts/Ghost%20World.txt
m73 +++$+++ the ghost and the darkness +++$+++ http://www.dailyscript.com/scripts/Ghost%20And%20The%20Darkness,%20The.txt
m74 +++$+++ ghostbusters ii +++$+++ http://www.scifiscripts.com/scripts/Ghostbusters-2.txt
m75 +++$+++ ghostbusters +++$+++ http://www.scifiscripts.com/scripts/Ghostbusters.txt
m76 +++$+++ gladiator +++$+++ http://www.angelfire.com/movies/ridleyscott/script/gladiator_seconddraft.txt
m77 +++$+++ the graduate +++$+++ http://www.dailyscript.com/scripts/Graduate,+The.txt
m78 +++$+++ grand hotel +++$+++ http://www.dailyscript.com/scripts/Grand%20Hotel.txt
m79 +++$+++ the grifters +++$+++ http://www.dailyscript.com/scripts/Grifters_Westlake.html
m80 +++$+++ halloween h20: 20 years later +++$+++ http://www.horrorlair.com/scripts/H20.txt
m81 +++$+++ halloween: the curse of michael myers +++$+++ http://www.dailyscript.com/scripts/Halloween_6_The_Curse_of_Michael_Myers.html
m82 +++$+++ happy birthday, wanda june +++$+++ http://www.dailyscript.com/scripts/Happy_Birthday_Wanda_JUne.html
m83 +++$+++ hardcore +++$+++ http://www.dailyscript.com/scripts/Hardcore.txt
m84 +++$+++ harold and maude +++$+++ http://home.online.no/~bhundlan/scripts/Harold-and-Maude.htm
m85 +++$+++ hellbound: hellraiser ii +++$+++ http://www.dailyscript.com/scripts/Hellbound+-+Hellraiser+II.txt
m86 +++$+++ hellboy +++$+++ http://www.dailyscript.com/scripts/Hellboy.txt
m87 +++$+++ hellraiser +++$+++ http://www.dailyscript.com/scripts/Hellraiser.txt
m88 +++$+++ high fidelity +++$+++ http://www.dailyscript.com/scripts/High%20Fidelity.txt
m89 +++$+++ highlander +++$+++ http://www.scifiscripts.com/scripts/Highlander_final.txt
m90 +++$+++ his girl friday +++$+++ http://www.dailyscript.com/scripts/His%20Girl%20Friday.txt
m91 +++$+++ hope and glory +++$+++ http://www.dailyscript.com/scripts/Hope+And+Glory.txt
m92 +++$+++ house of 1000 corpses +++$+++ http://www.dailyscript.com/scripts/House%20Of%201000%20Corpses.txt
m93 +++$+++ human nature +++$+++ http://www.dailyscript.com/scripts/Human+Nature.txt
m94 +++$+++ the hustler +++$+++ http://www.dailyscript.com/scripts/Hustler,+The.txt
m95 +++$+++ i am legend +++$+++ http://www.horrorlair.com/scripts/legend.txt
m96 +++$+++ invaders from mars +++$+++ http://leonscripts.tripod.com/scripts/INVADERSold.htm
m97 +++$+++ independence day +++$+++ http://www.dailyscript.com/scripts/Independence+Day.txt
m98 +++$+++ indiana jones and the last crusade +++$+++ http://www.dailyscript.com/scripts/Indiana%20Jones%20And%20The%20Last%20Crusade.txt
m99 +++$+++ indiana jones and the temple of doom +++$+++ http://www.dailyscript.com/scripts/Indiana%20Jones%20And%20The%20Temple%20Of%20Doom.txt
m100 +++$+++ innerspace +++$+++ http://www.scifiscripts.com/scripts/InnerSpace.txt
m101 +++$+++ the insider +++$+++ http://www.dailyscript.com/scripts/Insider,+The.txt
m102 +++$+++ intolerable cruelty +++$+++ http://www.dailyscript.com/scripts/Intolerable%20Cruelty.txt
m103 +++$+++ it happened one night +++$+++ http://www.dailyscript.com/scripts/It+Happened+One+Night.txt
m104 +++$+++ jfk +++$+++ http://www.dailyscript.com/scripts/JFK.txt
m105 +++$+++ jackie brown +++$+++ http://www.dailyscript.com/scripts/Jackie+Brown.txt
m106 +++$+++ jacob's ladder +++$+++ http://www.dailyscript.com/scripts/Jacobs+Ladder.txt
m107 +++$+++ jason x +++$+++ http://www.dailyscript.com/scripts/Jason+X.txt
m108 +++$+++ jaws +++$+++ http://www.dailyscript.com/scripts/Jaws.txt
m109 +++$+++ juno +++$+++ http://www.dailyscript.com/scripts/Juno.txt
m110 +++$+++ kalifornia +++$+++ http://www.dailyscript.com/scripts/Kalifornia.txt
m111 +++$+++ kids +++$+++ http://www.dailyscript.com/scripts/Kids.txt
m112 +++$+++ knight moves +++$+++ http://www.scifiscripts.com/msol/Knight_m.txt
m113 +++$+++ krull +++$+++ http://www.dailyscript.com/scripts/Krull.html
m114 +++$+++ léon +++$+++ http://www.scifiscripts.com/msol/LEON.txt
m115 +++$+++ labor of love +++$+++ http://www.fortunecity.com/tattooine/clarke/38/scripts/LaborOfLove.txt
m116 +++$+++ leaving las vegas +++$+++ http://www.dailyscript.com/scripts/Leaving+Las+Vegas.txt
m117 +++$+++ legally blonde +++$+++ http://www.dailyscript.com/scripts/Legally%20Blonde.txt
m118 +++$+++ legend +++$+++ http://www.angelfire.com/movies/ridleyscott/script/LegendOfDarkness.txt
m119 +++$+++ life as a house +++$+++ http://www.dailyscript.com/scripts/LifeAsAHouse.html
m120 +++$+++ the life of david gale +++$+++ http://www.dailyscript.com/scripts/Life.txt
m121 +++$+++ little nicky +++$+++ http://www.dailyscript.com/scripts/Little+Nicky.txt
m122 +++$+++ logan's run +++$+++ http://www.dailyscript.com/scripts/Logans+Run.txt
m123 +++$+++ lost highway +++$+++ http://www.dailyscript.com/scripts/Lost+Highway.txt
m124 +++$+++ lost horizon +++$+++ http://www.dailyscript.com/scripts/Lost_Horizon.html
m125 +++$+++ men in black +++$+++ http://www.dailyscript.com/scripts/Men+In+Black.txt
m126 +++$+++ minority report +++$+++ http://www.dailyscript.com/scripts/Minority%20Report.txt
m127 +++$+++ made +++$+++ http://www.dailyscript.com/scripts/Made.txt
m128 +++$+++ malcolm x +++$+++ http://www.dailyscript.com/scripts/Malcolm+X.txt
m129 +++$+++ man on fire +++$+++ http://www.dailyscript.com/scripts/Man+On+Fire.txt
m130 +++$+++ marty +++$+++ http://www.dailyscript.com/scripts/Marty.txt
m131 +++$+++ mash +++$+++ http://www.dailyscript.com/scripts/MASH.txt
m132 +++$+++ meet john doe +++$+++ http://www.dailyscript.com/scripts/Meet_John_Doe.html
m133 +++$+++ metro +++$+++ http://www.dailyscript.com/scripts/Metro.txt
m134 +++$+++ metropolis +++$+++ http://www.angelfire.com/movies/ridleyscott/script/Metropolis.txt
m135 +++$+++ mighty morphin power rangers +++$+++ http://www.hundland.org/scripts/MightyMorphinPowerRangers.txt
m136 +++$+++ mobsters +++$+++ http://www.dailyscript.com/scripts/Mobsters.txt
m137 +++$+++ monkeybone +++$+++ http://www.dailyscript.com/scripts/MonkeyBone_script.htm
m138 +++$+++ my mother dreams the satan's disciples in new york +++$+++ http://www.moviemalls.com/papers/MotherDreamsFD.txt
m139 +++$+++ mr. smith goes to washington +++$+++ http://www.dailyscript.com/scripts/Mr%20Smith%20Goes%20To%20Washington.txt
m140 +++$+++ mr. deeds goes to town +++$+++ http://www.dailyscript.com/scripts/Mr._Deeds_Goes_to_Town.html
m141 +++$+++ mumford +++$+++ http://www.dailyscript.com/scripts/Mumford.txt
m142 +++$+++ the mummy +++$+++ http://www.dailyscript.com/scripts/Mummy,+The.txt
m143 +++$+++ mystery men +++$+++ http://www.dailyscript.com/scripts/Mystery+Men.txt
m144 +++$+++ napoleon +++$+++ http://web.archive.org/web/20010625040837/www.interlink.es/cookies/guion/Napoleon.txt
m145 +++$+++ next friday +++$+++ http://www.dailyscript.com/scripts/Next_Friday.html
m146 +++$+++ nick of time +++$+++ http://www.dailyscript.com/scripts/Nick-Of-Time-script.html
m147 +++$+++ the night of the hunter +++$+++ http://www.dailyscript.com/scripts/Night+Of+The+Hunter,+The.txt
m148 +++$+++ a nightmare on elm street +++$+++ http://www.dailyscript.com/scripts/Nightmare+On+Elm+Street,+A.txt
m149 +++$+++ ninotchka +++$+++ http://www.dailyscript.com/scripts/Ninotchka.txt
m150 +++$+++ nixon +++$+++ http://home.online.no/~bhundlan/scripts/Nixon.txt
m151 +++$+++ no country for old men +++$+++ http://www.dailyscript.com/scripts/No%20Country%20For%20Old%20Men%20(Shooting).txt
m152 +++$+++ nurse betty +++$+++ http://www.dailyscript.com/scripts/Nurse%20Betty.txt
m153 +++$+++ o brother, where art thou? +++$+++ http://www.dailyscript.com/scripts/O%20Brother%20Where%20Art%20Thou.txt
m154 +++$+++ an officer and a gentleman +++$+++ http://www.dailyscript.com/scripts/Officer+And+A+Gentleman,+An.txt
m155 +++$+++ panic room +++$+++ http://www.dailyscript.com/scripts/Panic_Room_Koepp.html
m156 +++$+++ panther +++$+++ http://www.dailyscript.com/scripts/Panther.txt
m157 +++$+++ the patriot +++$+++ http://www.dailyscript.com/scripts/Patriot_1999.html
m158 +++$+++ pet sematary +++$+++ http://www.dailyscript.com/scripts/Pet-Sematary.html
m159 +++$+++ pirates of the caribbean +++$+++ http://www.wordplayer.com/archives/PIRATES.cover.html
m160 +++$+++ plastic man +++$+++ http://www.scifiscripts.com/scripts/PlasticMan.txt
m161 +++$+++ platinum blonde +++$+++ http://www.dailyscript.com/scripts/Platinum_Blonde.html
m162 +++$+++ pleasantville +++$+++ http://www.hundland.org/scripts/Pleasantville.htm
m163 +++$+++ punch-drunk love +++$+++ http://www.dailyscript.com/scripts/Punch-Drunk_Love.html
m164 +++$+++ quills +++$+++ http://www.dailyscript.com/scripts/Quills.txt
m165 +++$+++ rko 281 +++$+++ http://www.dailyscript.com/scripts/RKO218.html
m166 +++$+++ raging bull +++$+++ http://www.dailyscript.com/scripts/Raging+Bull.txt
m167 +++$+++ rear window +++$+++ http://www.dailyscript.com/scripts/Rear+Window.txt
m168 +++$+++ rebel without a cause +++$+++ http://www.dailyscript.com/scripts/Rebel_Without_A_Cause.html
m169 +++$+++ reindeer games +++$+++ http://www.dailyscript.com/scripts/Reindeer+Games.txt
m170 +++$+++ reservoir dogs +++$+++ http://www.dailyscript.com/scripts/Reservoir+Dogs.txt
m171 +++$+++ roughshod +++$+++ http://www.dailyscript.com/scripts/Roughshod.txt
m172 +++$+++ scary movie 2 +++$+++ http://www.dailyscript.com/scripts/Scary+Movie+2.txt
m173 +++$+++ serial mom +++$+++ http://www.dailyscript.com/scripts/Serial+Mom.txt
m174 +++$+++ the seventh victim +++$+++ http://www.dailyscript.com/scripts/SeventhVictim.htm
m175 +++$+++ sex, lies, and videotape +++$+++ http://www.dailyscript.com/scripts/Sex+Lies+And+Videotape.txt
m176 +++$+++ shivers +++$+++ http://www.dailyscript.com/scripts/Shivers.txt
m177 +++$+++ shock treatment +++$+++ http://www.horrorlair.com/scripts/ShockTreatmentShootingScript.txt
m178 +++$+++ sideways +++$+++ http://www.dailyscript.com/scripts/Sideways.txt
m179 +++$+++ signs +++$+++ http://www.dailyscript.com/scripts/Signs.txt
m180 +++$+++ silverado +++$+++ http://www.dailyscript.com/scripts/Silverado.txt
m181 +++$+++ simone +++$+++ http://www.dailyscript.com/scripts/Simone_Andrew_Niccol.html
m182 +++$+++ the sixth sense +++$+++ http://www.dailyscript.com/scripts/Sixth%20Sense,%20The.txt
m183 +++$+++ slash +++$+++ http://www.dailyscript.com/scripts/Slash.txt
m184 +++$+++ slither +++$+++ http://www.dailyscript.com/scripts/SliTHER.html
m185 +++$+++ smokey and the bandit +++$+++ http://www.dailyscript.com/scripts/Smokey%20And%20The%20Bandit.txt
m186 +++$+++ smokin' aces +++$+++ http://www.dailyscript.com/scripts/Smokin'+Aces.txt
m187 +++$+++ solaris +++$+++ http://www.dailyscript.com/scripts/Solaris.txt
m188 +++$+++ someone to watch over me +++$+++ http://www.angelfire.com/movies/ridleyscott/script/SomeoneToWatchOverMe.txt
m189 +++$+++ spider-man +++$+++ http://www.dailyscript.com/scripts/Spider-Man%20(Unproduced).txt
m190 +++$+++ stalag 17 +++$+++ http://www.dailyscript.com/scripts/Stalag%2017.txt
m191 +++$+++ star trek: generations +++$+++ http://www.scifiscripts.com/scripts/StarTrekGenerations.txt
m192 +++$+++ star trek iii: the search for spock +++$+++ http://www.scifiscripts.com/scripts/Trek/Star_Trek_III.htm
m193 +++$+++ star trek: the wrath of khan +++$+++ http://www.scifiscripts.com/scripts/startrek2_wrathofkhan.txt
m194 +++$+++ star trek iv: the voyage home +++$+++ http://www.scifiscripts.com/scripts/Trek/Star_Trek_IV.htm
m195 +++$+++ star trek: insurrection +++$+++ http://www.scifiscripts.com/scripts/Trek/Star_Trek_IX.htm
m196 +++$+++ star trek: first contact +++$+++ http://www.scifiscripts.com/scripts/Trek/Star_Trek_VIII.htm
m197 +++$+++ star trek vi: the undiscovered country +++$+++ http://www.scifiscripts.com/scripts/StarTrek6-TheUndiscoveredCountry.txt
m198 +++$+++ star trek: nemesis +++$+++ http://www.scifiscripts.com/scripts/Trek/Star_Trek_X.htm
m199 +++$+++ starman +++$+++ http://www.dailyscript.com/scripts/Starman.txt
m200 +++$+++ strange days +++$+++ http://www.scifiscripts.com/scripts/StrangeDays.txt
m201 +++$+++ suspect zero +++$+++ http://www.dailyscript.com/scripts/Suspect%20Zero%20(Unproduced).txt
m202 +++$+++ swingers +++$+++ http://www.dailyscript.com/scripts/Swingers.txt
m203 +++$+++ the godfather +++$+++ http://www.dailyscript.com/scripts/Godfather,%20The.txt
m204 +++$+++ the talented mr. ripley +++$+++ http://www.dailyscript.com/scripts/Talented%20Mr%20Ripley,%20The.txt
m205 +++$+++ taxi driver +++$+++ http://www.dailyscript.com/scripts/Taxi%20Driver.txt
m206 +++$+++ the rock +++$+++ http://www.awesomefilm.com/script/The-Rock.txt
m207 +++$+++ the majestic +++$+++ http://www.dailyscript.com/scripts/Majestic,+The.txt
m208 +++$+++ the birds +++$+++ http://www.dailyscript.com/scripts/Birds,%20The.txt
m209 +++$+++ the body snatcher +++$+++ http://www.dailyscript.com/scripts/TheBodySnatcher.htm
m210 +++$+++ the crow: salvation +++$+++ http://www.hundland.org/scripts/TheCrowSalvation.htm
m211 +++$+++ the day the earth stood still +++$+++ http://www.dailyscript.com/scripts/Day%20The%20Earth%20Stood%20Still,%20The.txt
m212 +++$+++ the lost boys +++$+++ http://home.online.no/~bhundlan/scripts/TheLostBoys.htm
m213 +++$+++ the thing +++$+++ http://www.dailyscript.com/scripts/Thing,+The.txt
m214 +++$+++ the time machine +++$+++ http://www.dailyscript.com/scripts/TheTimeMachine_1959.html
m215 +++$+++ the jacket +++$+++ http://www.dailyscript.com/scripts/The_Jacket.html
m216 +++$+++ thelma & louise +++$+++ http://www.dailyscript.com/scripts/Thelma%20And%20Louise.txt
m217 +++$+++ there's something about mary +++$+++ http://www.dailyscript.com/scripts/There's+Something+About+Mary.txt
m218 +++$+++ thirteen days +++$+++ http://www.dailyscript.com/scripts/Thirteen+Days.txt
m219 +++$+++ thunderheart +++$+++ http://www.dailyscript.com/scripts/Thunderheart.txt
m220 +++$+++ top gun +++$+++ http://www.dailyscript.com/scripts/TopGun.html
m221 +++$+++ total recall +++$+++ http://www.scifiscripts.com/scripts/totalrecall_5th_draft.txt
m222 +++$+++ tremors +++$+++ http://home.online.no/~bhundlan/scripts/Tremors.htm
m223 +++$+++ true believer +++$+++ http://www.dailyscript.com/scripts/True%20Believer.txt
m224 +++$+++ twin peaks: fire walk with me +++$+++ http://www.dailyscript.com/scripts/Twin+Peaks+-+Fire+Walk+With+Me.txt
m225 +++$+++ the verdict +++$+++ http://www.dailyscript.com/scripts/Verdict,+The.txt
m226 +++$+++ the war of the worlds +++$+++ http://www.scifiscripts.com/scripts/WARWORLDS.txt
m227 +++$+++ new nightmare +++$+++ http://www.hundland.org/scripts/WesCravensNewNightmare.txt
m228 +++$+++ white squall +++$+++ http://www.angelfire.com/movies/ridleyscott/script/WhiteSquall.txt
m229 +++$+++ wild at heart +++$+++ http://www.dailyscript.com/scripts/Wild+At+Heart.txt
m230 +++$+++ wonder boys +++$+++ http://www.dailyscript.com/scripts/Wonder+Boys.txt
m231 +++$+++ the woodsman +++$+++ http://www.dailyscript.com/scripts/Woodsman,+The.txt
m232 +++$+++ the abyss +++$+++ http://www.dailyscript.com/scripts/abyss.html
m233 +++$+++ l'avventura +++$+++ http://www.aellea.com/script/adventure.txt
m234 +++$+++ agnes of god +++$+++ http://www.awesomefilm.com/script/agnesofgod.txt
m235 +++$+++ a hard day's night +++$+++ http://www.dailyscript.com/scripts/Hard+Day's+Night,+A.txt
m236 +++$+++ alien +++$+++ http://www.horrorlair.com/scripts/alien.html
m237 +++$+++ alien vs. predator +++$+++ http://www.scifiscripts.com/scripts/aliens_vs_predator.txt
m238 +++$+++ all about eve +++$+++ http://www.dailyscript.com/scripts/All%20About%20Eve.txt
m239 +++$+++ all the president's men +++$+++ http://www.dailyscript.com/scripts/All%20The%20President's%20Men.txt
m240 +++$+++ american pie +++$+++ http://www.dailyscript.com/scripts/american-pie_production.html
m241 +++$+++ an american werewolf in paris +++$+++ http://www.scifiscripts.com/scripts/american_werewolf_paris.txt
m242 +++$+++ anastasia +++$+++ http://www.moviescriptsandscreenplays.com/johncusack/scripts/anastasia.txt
m243 +++$+++ annie hall +++$+++ http://www.dailyscript.com/scripts/Annie%20Hall.txt
m244 +++$+++ the anniversary party +++$+++ http://www.dailyscript.com/scripts/anniversaryparty.html
m245 +++$+++ antz +++$+++ http://www.dailyscript.com/scripts/antz.html
m246 +++$+++ the apartment +++$+++ http://www.dailyscript.com/scripts/apartment.html
m247 +++$+++ apocalypse now +++$+++ http://www.dailyscript.com/scripts/apocalypsenowredux.html
m248 +++$+++ arctic blue +++$+++ http://www.awesomefilm.com/script/arcticblue.txt
m249 +++$+++ as good as it gets +++$+++ http://www.dailyscript.com/scripts/As+Good+As+It+Gets.txt
m250 +++$+++ assassins +++$+++ http://www.dailyscript.com/scripts/assassins_shooting.html
m251 +++$+++ asylum +++$+++ http://www.awesomefilm.com/script/asylum.txt
m252 +++$+++ a walk to remember +++$+++ http://www.dailyscript.com/scripts/awalktoremember.html
m253 +++$+++ back to the future +++$+++ http://www.scifiscripts.com/scripts/backtothefuture_early.txt
m254 +++$+++ badlands +++$+++ http://www.dailyscript.com/scripts/Badlands.txt
m255 +++$+++ the adventures of buckaroo banzai across the 8th dimension +++$+++ http://www.scifiscripts.com/scripts/banzai_script.txt
m256 +++$+++ barton fink +++$+++ http://www.dailyscript.com/scripts/Barton%20Fink.txt
m257 +++$+++ basic instinct +++$+++ http://www.dailyscript.com/scripts/basic_instinct.html
m258 +++$+++ basquiat +++$+++ http://www.awesomefilm.com/script/basquiat.txt
m259 +++$+++ batman returns +++$+++ http://www.dailyscript.com/scripts/batman-returns_shooting.html
m260 +++$+++ batman and robin +++$+++ http://www.scifiscripts.com/scripts/batmanandrobin.txt
m261 +++$+++ batman forever +++$+++ http://www.scifiscripts.com/scripts/batmanforever.txt
m262 +++$+++ batman +++$+++ http://www.scifiscripts.com/scripts/batmanscript1.txt
m263 +++$+++ bean +++$+++ http://www.awesomefilm.com/script/bean.html
m264 +++$+++ beavis and butt-head do america +++$+++ http://www.dailyscript.com/scripts/beavis_and_butthead_do_america.html
m265 +++$+++ beetle juice +++$+++ http://www.dailyscript.com/scripts/beetlejuice_skaaren_final.html
m266 +++$+++ being there +++$+++ http://www.dailyscript.com/scripts/Being+There.txt
m267 +++$+++ being john malkovich +++$+++ http://www.dailyscript.com/scripts/beingjohnmalkovich.html
m268 +++$+++ beloved +++$+++ http://www.dailyscript.com/scripts/beloved_lagravenese.html
m269 +++$+++ the big lebowski +++$+++ http://www.dailyscript.com/scripts/Big%20Lebowski,%20The.txt
m270 +++$+++ the black dahlia +++$+++ http://www.dailyscript.com/scripts/black-dahlia_early.html
m271 +++$+++ blade ii +++$+++ http://www.horrorlair.com/scripts/blade2.html
m272 +++$+++ blade +++$+++ http://www.horrorlair.com/scripts/blade.html
m273 +++$+++ book of shadows: blair witch 2 +++$+++ http://www.dailyscript.com/scripts/blair-witch-2.html
m274 +++$+++ blood simple. +++$+++ http://www.dailyscript.com/scripts/Blood%20Simple.txt
m275 +++$+++ bloodmoon +++$+++ http://www.horrorlair.com/scripts/bloodmoon.html
m276 +++$+++ blow +++$+++ http://www.dailyscript.com/scripts/blow.html
m277 +++$+++ la battaglia di algeri +++$+++ http://www.dailyscript.com/scripts/boa.html
m278 +++$+++ body of evidence +++$+++ http://www.awesomefilm.com/script/bodyofevidence.txt
m279 +++$+++ the bridges of madison county +++$+++ http://www.awesomefilm.com/script/bomc.txt
m280 +++$+++ bones +++$+++ http://www.horrorlair.com/HorrorWorld/newyork/bones.html
m281 +++$+++ bound +++$+++ http://www.hundland.org/scripts/Bound_FirstDraft.txt
m282 +++$+++ the bourne identity +++$+++ http://www.dailyscript.com/scripts/Bourne+Identity,+The.txt
m283 +++$+++ brazil +++$+++ http://www.scifiscripts.com/scripts/brazil.txt
m284 +++$+++ bringing out the dead +++$+++ http://www.dailyscript.com/scripts/Bringing+Out+The+Dead.txt
m285 +++$+++ broadcast news +++$+++ http://www.dailyscript.com/scripts/broadc_news.html
m286 +++$+++ a bucket of blood +++$+++ http://www.scifiscripts.com/msol/bucket_of_blood.txt
m287 +++$+++ buffy the vampire slayer +++$+++ http://www.dailyscript.com/scripts/buffy_the_vampire_slayer.html
m288 +++$+++ bull durham +++$+++ http://www.dailyscript.com/scripts/Bull+Durham.txt
m289 +++$+++ casino +++$+++ http://www.dailyscript.com/scripts/Casino.txt
m290 +++$+++ catwoman +++$+++ http://www.scifiscripts.com/scripts/catwoman.txt
m291 +++$+++ cellular +++$+++ http://www.dailyscript.com/scripts/cellular_cohen.html
m292 +++$+++ the crying game +++$+++ http://www.dailyscript.com/scripts/Crying%20Game,%20The.txt
m293 +++$+++ charade +++$+++ http://www.dailyscript.com/scripts/Charade.txt
m294 +++$+++ cherry falls +++$+++ http://www.scifiscripts.com/msol/cherryfalls.txt
m295 +++$+++ chill factor +++$+++ http://www.awesomefilm.com/script/chillfactor.html
m296 +++$+++ chinatown +++$+++ http://www.dailyscript.com/scripts/Chinatown.txt
m297 +++$+++ nuovo cinema paradiso +++$+++ http://www.dailyscript.com/scripts/cinema_paradiso.html
m298 +++$+++ citizen kane +++$+++ http://www.aellea.com/script/citizenkane_script.txt
m299 +++$+++ clerks. +++$+++ http://www.dailyscript.com/scripts/Clerks.txt
m300 +++$+++ cliffhanger +++$+++ http://www.dailyscript.com/scripts/cliffhanger_stallone.html
m301 +++$+++ a clockwork orange +++$+++ http://www.scifiscripts.com/scripts/clockwork.txt
m302 +++$+++ collateral +++$+++ http://www.dailyscript.com/scripts/collateral_darabont.html
m303 +++$+++ conspiracy theory +++$+++ http://www.dailyscript.com/scripts/conspiracy-theory.html
m304 +++$+++ contact +++$+++ http://www.scifiscripts.com/scripts/contact.txt
m305 +++$+++ cool hand luke +++$+++ http://www.aellea.com/script/cool_hand_luke.html
m306 +++$+++ copycat +++$+++ http://www.dailyscript.com/scripts/copycat.html
m307 +++$+++ crash +++$+++ http://www.dailyscript.com/scripts/Crash+(1996).txt
m308 +++$+++ crazy love +++$+++ http://www.dailyscript.com/scripts/crazy_love.html
m309 +++$+++ crime spree +++$+++ http://www.dailyscript.com/scripts/crimespree.html
m310 +++$+++ crouching tiger, hidden dragon +++$+++ http://www.awesomefilm.com/script/crouchingtiger.txt
m311 +++$+++ the crow +++$+++ http://www.horrorlair.com/scripts/crow.txt
m312 +++$+++ cruel intentions +++$+++ http://www.dailyscript.com/scripts/cruel-intentions.html
m313 +++$+++ the curse of the cat people +++$+++ http://www.dailyscript.com/scripts/cursecat.htm
m314 +++$+++ the curse +++$+++ http://www.horrorlair.com/scripts/cursethe.txt
m315 +++$+++ dark city +++$+++ http://www.dailyscript.com/scripts/dark-city_early-rewrite.html
m316 +++$+++ dave +++$+++ http://www.scifiscripts.com/msol/dave.txt
m317 +++$+++ day of the dead +++$+++ http://www.horrorlair.com/scripts/dayofthedead.txt
m318 +++$+++ dead poets society +++$+++ http://www.dailyscript.com/scripts/Dead%20Poets%20Society.txt
m319 +++$+++ deep rising +++$+++ http://www.horrorlair.com/scripts/deeprising.txt
m320 +++$+++ the deer hunter +++$+++ http://www.dailyscript.com/scripts/deer_hunter.html
m321 +++$+++ demolition man +++$+++ http://www.dailyscript.com/scripts/demolition-man_production.html
m322 +++$+++ the devil and daniel webster +++$+++ http://www.aellea.com/script/devilanddanielwebster.txt
m323 +++$+++ die hard +++$+++ http://www.awesomefilm.com/script/diehard.html
m324 +++$+++ dog day afternoon +++$+++ http://www.awesomefilm.com/script/dog_day_afternoon.txt
m325 +++$+++ domino +++$+++ http://www.dailyscript.com/scripts/domino.html
m326 +++$+++ do the right thing +++$+++ http://www.awesomefilm.com/script/dotherightthing.txt
m327 +++$+++ dumb and dumberer: when harry met lloyd +++$+++ http://web.archive.org/web/20040611014121/www.awesomefilm.com/script/dumbanddumberer.html
m328 +++$+++ dune +++$+++ http://www.scifiscripts.com/scripts/dune.txt
m329 +++$+++ ed wood +++$+++ http://www.dailyscript.com/scripts/ed-wood.html
m330 +++$+++ edtv +++$+++ http://www.dailyscript.com/scripts/edtv.html
m331 +++$+++ election +++$+++ http://www.dailyscript.com/scripts/election.html
m332 +++$+++ l.a. confidential +++$+++ http://www.dailyscript.com/scripts/LA%20Confidential.txt
m333 +++$+++ enemy of the state +++$+++ http://www.dailyscript.com/scripts/enemyofthestate.html
m334 +++$+++ the english patient +++$+++ http://www.dailyscript.com/scripts/englishpatient.html
m335 +++$+++ entrapment +++$+++ http://www.dailyscript.com/scripts/entrapment_production.html
m336 +++$+++ erin brockovich +++$+++ http://www.dailyscript.com/scripts/Erin+Brockovich.txt
m337 +++$+++ star wars: the empire strikes back +++$+++ http://www.scifiscripts.com/scripts/esb_final.txt
m338 +++$+++ escape from the planet of the apes +++$+++ http://www.scifiscripts.com/scripts/escape_pota.txt
m339 +++$+++ escape from l.a. +++$+++ http://www.scifiscripts.com/scripts/escapela.txt
m340 +++$+++ excalibur +++$+++ http://www.dailyscript.com/scripts/Excalibur.txt
m341 +++$+++ the exorcist +++$+++ http://www.horrorlair.com/scripts/exorcist.html
m342 +++$+++ the fabulous baker boys +++$+++ http://www.dailyscript.com/scripts/Fabulous_Baker_boys_final.html
m343 +++$+++ face/off +++$+++ http://www.dailyscript.com/scripts/faceoff_production.html
m344 +++$+++ the family man +++$+++ http://www.dailyscript.com/scripts/familyman.html
m345 +++$+++ the fantastic four +++$+++ http://www.dailyscript.com/scripts/fantasticfour.html
m346 +++$+++ fantastic voyage +++$+++ http://www.scifiscripts.com/scripts/fantasticvoyager.txt
m347 +++$+++ fargo +++$+++ http://www.dailyscript.com/scripts/Fargo.txt
m348 +++$+++ fight club +++$+++ http://www.scifiscripts.com/scripts/fight_club_shoot.txt
m349 +++$+++ final destination 2 +++$+++ http://www.dailyscript.com/scripts/final_destination2.html
m350 +++$+++ final destination +++$+++ http://www.horrorlair.com/scripts/finaldestination.txt
m351 +++$+++ rambo: first blood part ii +++$+++ http://www.dailyscript.com/scripts/rambo_first_blood_2.html
m352 +++$+++ the fisher king +++$+++ http://www.dailyscript.com/scripts/fisher-king_shooting.html
m353 +++$+++ five easy pieces +++$+++ http://www.dailyscript.com/scripts/fiveeasypieces.html
m354 +++$+++ five feet high and rising +++$+++ http://www.dailyscript.com/scripts/fivefeetandrising.html
m355 +++$+++ fletch +++$+++ http://www.dailyscript.com/scripts/Fletch.txt
m356 +++$+++ the adventures of ford fairlane +++$+++ http://www.dailyscript.com/scripts/ford-fairlane_early.html
m357 +++$+++ the french connection +++$+++ http://www.dailyscript.com/scripts/frenchconnection.html
m358 +++$+++ frequency +++$+++ http://www.dailyscript.com/scripts/frequency.html
m359 +++$+++ friday the 13th part iii +++$+++ http://www.horrorlair.com/scripts/friday13th3.txt
m360 +++$+++ jason lives: friday the 13th part vi +++$+++ http://www.horrorlair.com/scripts/friday13th6.txt
m361 +++$+++ jason goes to hell: the final friday +++$+++ http://www.horrorlair.com/scripts/friday13thjasongoestohell.txt
m362 +++$+++ friday the 13th part viii: jason takes manhattan +++$+++ http://www.dailyscript.com/scripts/friday_13_8.html
m363 +++$+++ game 6 +++$+++ http://www.dailyscript.com/scripts/game_6.html
m364 +++$+++ gandhi +++$+++ http://www.dailyscript.com/scripts/Gandhi.txt
m365 +++$+++ gattaca +++$+++ http://www.dailyscript.com/scripts/gattaca_early.html
m366 +++$+++ the getaway +++$+++ http://www.dailyscript.com/scripts/getaway.html
m367 +++$+++ get carter +++$+++ http://www.dailyscript.com/scripts/getcarter.html
m368 +++$+++ glengarry glen ross +++$+++ http://www.dailyscript.com/scripts/glengarry.html
m369 +++$+++ the godfather: part ii +++$+++ http://www.dailyscript.com/scripts/godfather2.html
m370 +++$+++ gods and monsters +++$+++ http://www.dailyscript.com/scripts/Gods%20And%20Monsters.txt
m371 +++$+++ gone in sixty seconds +++$+++ http://www.dailyscript.com/scripts/gone_in_60_seconds.html
m372 +++$+++ goodfellas +++$+++ http://www.dailyscript.com/scripts/goodfellas.html
m373 +++$+++ good will hunting +++$+++ http://www.moviescriptsandscreenplays.com/BenandMatt/goodwillhunting.txt
m374 +++$+++ the grapes of wrath +++$+++ http://www.dailyscript.com/scripts/Grapes%20Of%20Wrath,%20The.txt
m375 +++$+++ grosse pointe blank +++$+++ http://www.dailyscript.com/scripts/Grosse%20Pointe%20Blank.txt
m376 +++$+++ the horse whisperer +++$+++ http://www.awesomefilm.com/script/h_whispr.txt
m377 +++$+++ hackers +++$+++ http://www.scifiscripts.com/scripts/hackers.txt
m378 +++$+++ halloween 4: the return of michael myers +++$+++ http://www.horrorlair.com/scripts/halloween4.txt
m379 +++$+++ halloween +++$+++ http://www.dailyscript.com/scripts/Halloween.txt
m380 +++$+++ hannah and her sisters +++$+++ http://www.dailyscript.com/scripts/Hannah%20And%20Her%20Sisters.txt
m381 +++$+++ hannibal +++$+++ http://www.dailyscript.com/scripts/Hannibal%20-%20Zaillian.txt
m382 +++$+++ happy campers +++$+++ http://www.dailyscript.com/scripts/happy-campers_early.html
m383 +++$+++ heathers +++$+++ http://www.dailyscript.com/scripts/heathers_shooting.html
m384 +++$+++ heavenly creatures +++$+++ http://www.awesomefilm.com/script/heavenlycreatures.html
m385 +++$+++ hellraiser: hellseeker +++$+++ http://www.horrorlair.com/scripts/hellraiser_hellseeker_orig.html
m386 +++$+++ hero +++$+++ http://www.dailyscript.com/scripts/hero1.html
m387 +++$+++ hider in the house +++$+++ http://www.dailyscript.com/scripts/hider-in-the-house.html
m388 +++$+++ highlander iii: the sorcerer +++$+++ http://www.scifiscripts.com/scripts/highlander3.txt
m389 +++$+++ hostage +++$+++ http://home.online.no/~bhundlan/scripts/hostage.htm
m390 +++$+++ hotel rwanda +++$+++ http://www.dailyscript.com/scripts/hotel_rwanda.html
m391 +++$+++ house on haunted hill +++$+++ http://www.dailyscript.com/scripts/house-on-haunted-hill.html
m392 +++$+++ house of the damned +++$+++ http://www.horrorlair.com/scripts/houseOfTheDamned.txt
m393 +++$+++ hellraiser iii: hell on earth +++$+++ http://www.cenobite.com/library/hr3-910701.txt
m394 +++$+++ hudson hawk +++$+++ http://www.dailyscript.com/scripts/hudson-hawk_early.html
m395 +++$+++ the hudsucker proxy +++$+++ http://www.dailyscript.com/scripts/Hudsucker%20Proxy,%20The.txt
m396 +++$+++ i walked with a zombie +++$+++ http://www.dailyscript.com/scripts/i-walked_with_a_zombie.html
m397 +++$+++ the ice storm +++$+++ http://www.dailyscript.com/scripts/icestorm.html
m398 +++$+++ insomnia +++$+++ http://www.dailyscript.com/scripts/insomnia.html
m399 +++$+++ interview with the vampire: the vampire chronicles +++$+++ http://www.scifiscripts.com/scripts/interview.txt
m400 +++$+++ i still know what you did last summer +++$+++ http://www.horrorlair.com/scripts/iskwydls.txt
m401 +++$+++ isle of the dead +++$+++ http://www.dailyscript.com/scripts/isleofthedead.htm
m402 +++$+++ it's a wonderful life +++$+++ http://www.aellea.com/script/itsawonderfullife.txt
m403 +++$+++ jaws 2 +++$+++ http://www.dailyscript.com/scripts/Jaws%202.txt
m404 +++$+++ jaws 3-d +++$+++ http://www.horrorlair.com/scripts/jaws3_1st_draft.txt
m405 +++$+++ jaws: the revenge +++$+++ http://www.horrorlair.com/scripts/jaws_the_revenge.txt
m406 +++$+++ the jazz singer +++$+++ http://www.aellea.com/script/jazzsinger.txt
m407 +++$+++ jennifer eight +++$+++ http://www.dailyscript.com/scripts/jennifer-eight-script.html
m408 +++$+++ jerry maguire +++$+++ http://www.awesomefilm.com/script/jerryMaguire.txt
m409 +++$+++ jurassic park iii +++$+++ http://www.dailyscript.com/scripts/jp3.html
m410 +++$+++ the lost world: jurassic park +++$+++ http://www.horrorlair.com/scripts/jurassic2_thw.txt
m411 +++$+++ jurassic park +++$+++ http://www.scifiscripts.com/scripts/JurassicPark_1stDraft.txt
m412 +++$+++ freddy vs. jason +++$+++ http://www.horrorlair.com/scripts/jvsf_bm.txt
m413 +++$+++ kafka +++$+++ http://www.dailyscript.com/scripts/kafka.html
m414 +++$+++ king kong +++$+++ http://www.scifiscripts.com/scripts/kingkong.txt
m415 +++$+++ klute +++$+++ http://www.dailyscript.com/scripts/klute.html
m416 +++$+++ kramer vs. kramer +++$+++ http://www.dailyscript.com/scripts/Kramer%20vs%20Kramer.txt
m417 +++$+++ kundun +++$+++ http://www.dailyscript.com/scripts/Kundun.txt
m418 +++$+++ lake placid +++$+++ http://www.dailyscript.com/scripts/lake-placid.html
m419 +++$+++ the silence of the lambs +++$+++ http://www.horrorlair.com/scripts/lambsfinal.txt
m420 +++$+++ last of the mohicans +++$+++ http://www.dailyscript.com/scripts/last-of-the-mohicans-script.html
m421 +++$+++ leviathan +++$+++ http://www.dailyscript.com/scripts/leviathan_shooting.html
m422 +++$+++ lock, stock and two smoking barrels +++$+++ http://www.scifiscripts.com/msol/lockstock_screenplay.txt
m423 +++$+++ lone star +++$+++ http://www.dailyscript.com/scripts/Lone%20Star.txt
m424 +++$+++ lord of illusions +++$+++ http://www.dailyscript.com/scripts/lordofillusions.html
m425 +++$+++ lost in translation +++$+++ http://www.dailyscript.com/scripts/lost-in-translation-script.html
m426 +++$+++ lost souls +++$+++ http://www.horrorlair.com/scripts/lostsouls.txt
m427 +++$+++ love & basketball +++$+++ http://www.dailyscript.com/scripts/love_and_basketball.html
m428 +++$+++ magnolia +++$+++ http://www.dailyscript.com/scripts/magnolia.html
m429 +++$+++ the man in the iron mask +++$+++ http://www.dailyscript.com/scripts/man_in_iron_mask_95.html
m430 +++$+++ manhunt +++$+++ http://www.awesomefilm.com/script/manhunt.html
m431 +++$+++ manhunter +++$+++ http://www.dailyscript.com/scripts/manhunter.html
m432 +++$+++ man on the moon +++$+++ http://www.scifiscripts.com/msol/manonthemoon.txt
m433 +++$+++ the matrix +++$+++ http://www.scifiscripts.com/scripts/matrix_97_draft.txt
m434 +++$+++ halloween iii: season of the witch +++$+++ http://www.dailyscript.com/scripts/meanstreet.html
m435 +++$+++ meet joe black +++$+++ http://www.awesomefilm.com/script/meetjoeblack.txt
m436 +++$+++ memento +++$+++ http://www.dailyscript.com/scripts/memento.html
m437 +++$+++ miami vice +++$+++ http://www.dailyscript.com/scripts/miamivice.html
m438 +++$+++ midnight cowboy +++$+++ http://www.dailyscript.com/scripts/Midnight%20Cowboy.txt
m439 +++$+++ midnight express +++$+++ http://www.dailyscript.com/scripts/midnightexpress.html
m440 +++$+++ mimic +++$+++ http://www.dailyscript.com/scripts/mimic_production.html
m441 +++$+++ misery +++$+++ http://www.dailyscript.com/scripts/Misery.txt
m442 +++$+++ mission: impossible ii +++$+++ http://www.dailyscript.com/scripts/mission-impossible-2_shoot.html
m443 +++$+++ mission: impossible +++$+++ http://www.dailyscript.com/scripts/mission-impossible_shoot.html
m444 +++$+++ moonstruck +++$+++ http://www.dailyscript.com/scripts/Moonstruck.txt
m445 +++$+++ monty python and the holy grail +++$+++ http://www.angelfire.com/movies/closedcaptioned/mp-holy.txt
m446 +++$+++ mrs brown +++$+++ http://www.dailyscript.com/scripts/mrs_brown.html
m447 +++$+++ arcade +++$+++ http://www.awesomefilm.com/script/ms_arcad.txt
m448 +++$+++ mulholland dr. +++$+++ http://www.dailyscript.com/scripts/mulholland_drive.html
m449 +++$+++ "murderland" +++$+++ http://www.awesomefilm.com/script/murderland.html
m450 +++$+++ my girl 2 +++$+++ http://www.scifiscripts.com/msol/my_girl_2.html
m451 +++$+++ my girl +++$+++ http://www.scifiscripts.com/msol/my_girl.html
m452 +++$+++ my best friend's wedding +++$+++ http://www.awesomefilm.com/script/mybestfriendswedding.txt
m453 +++$+++ nashville +++$+++ http://www.dailyscript.com/scripts/nashville.html
m454 +++$+++ natural born killers +++$+++ http://www.dailyscript.com/scripts/natural-born-killers_shoot.html
m455 +++$+++ nothing but a man +++$+++ http://www.aellea.com/emruf3/nbam.html
m456 +++$+++ the negotiator +++$+++ http://www.angelfire.com/movies/moviefreak/negotiator.html
m457 +++$+++ neuromancer +++$+++ http://www.scifiscripts.com/scripts/neuromancer.txt
m458 +++$+++ never been kissed +++$+++ http://www.dailyscript.com/scripts/neverbeenkissed.html
m459 +++$+++ the nightmare before christmas +++$+++ http://www.dailyscript.com/scripts/nightmare-b4-xmas_early.html
m460 +++$+++ a nightmare on elm street part 2: freddy's revenge +++$+++ http://www.horrorlair.com/scripts/nightmare_on_elm_street2.txt
m461 +++$+++ a nightmare on elm street 3: dream warriors +++$+++ http://www.horrorlair.com/scripts/nightmare_on_elm_street3.txt
m462 +++$+++ notting hill +++$+++ http://www.awesomefilm.com/script/nothill.txt
m463 +++$+++ one flew over the cuckoo's nest +++$+++ http://www.dailyscript.com/scripts/One%20Flew%20Over%20The%20Cuckoo's%20Nest.txt
m464 +++$+++ only you +++$+++ http://www.awesomefilm.com/script/onlyyou.html
m465 +++$+++ on the waterfront +++$+++ http://www.dailyscript.com/scripts/onthewaterfront.html
m466 +++$+++ orgy of the dead +++$+++ http://www.horrorlair.com/HorrorWorld/edwood/orgyofthedead.html
m467 +++$+++ out of sight +++$+++ http://www.dailyscript.com/scripts/Out%20Of%20Sight.txt
m468 +++$+++ pearl harbor +++$+++ http://www.dailyscript.com/scripts/pearl_harbor_early.html
m469 +++$+++ peggy sue got married +++$+++ http://www.dailyscript.com/scripts/peggysue.html
m470 +++$+++ pet sematary ii +++$+++ http://www.dailyscript.com/scripts/petsemetaryii.html
m471 +++$+++ philadelphia +++$+++ http://www.dailyscript.com/scripts/philadelphia.html
m472 +++$+++ pitch black +++$+++ http://www.dailyscript.com/scripts/pitch-black_shooting.html
m473 +++$+++ planet of the apes +++$+++ http://www.scifiscripts.com/scripts/POTA_Remake.txt
m474 +++$+++ platoon +++$+++ http://www.dailyscript.com/scripts/Platoon.txt
m475 +++$+++ playback +++$+++ http://www.dailyscript.com/scripts/playback.html
m476 +++$+++ the ploughman's lunch +++$+++ http://www.dailyscript.com/scripts/ploughmans_lunch.html
m477 +++$+++ point break +++$+++ http://www.awesomefilm.com/script/pointbreak.html
m478 +++$+++ predator +++$+++ http://www.scifiscripts.com/scripts/predator.txt
m479 +++$+++ pretty woman +++$+++ http://www.awesomefilm.com/script/prettywoman.html
m480 +++$+++ the princess bride +++$+++ http://www.dailyscript.com/scripts/Princess%20Bride,%20The.txt
m481 +++$+++ the producers +++$+++ http://www.dailyscript.com/scripts/Producers,%20The.txt
m482 +++$+++ psycho +++$+++ http://www.dailyscript.com/scripts/Psycho.txt
m483 +++$+++ maniac +++$+++ http://www.aellea.com/script/qMANIAC.htm
m484 +++$+++ vampyr +++$+++ http://www.aellea.com/script/qVAMPYR.htm
m485 +++$+++ mystery of the wax museum +++$+++ http://www.aellea.com/script/qWAX.htm
m486 +++$+++ quantum project +++$+++ http://www.dailyscript.com/scripts/quantumproject.html
m487 +++$+++ rambling rose +++$+++ http://www.dailyscript.com/scripts/ramblingrose.html
m488 +++$+++ red white black & blue +++$+++ http://www.awesomefilm.com/script/redwhiteblackandblue.html
m489 +++$+++ star wars: episode vi - return of the jedi +++$+++ http://www.scifiscripts.com/scripts/revengeofthejedi.txt
m490 +++$+++ the rocky horror picture show +++$+++ http://www.horrorlair.com/scripts/rhps.txt
m491 +++$+++ rocky +++$+++ http://www.dailyscript.com/scripts/Rocky.txt
m492 +++$+++ who framed roger rabbit +++$+++ http://www.scifiscripts.com/cartoon/roger-rabbit.htm
m493 +++$+++ romeo and juliet +++$+++ http://www.awesomefilm.com/script/romeo+juliet.txt
m494 +++$+++ ronin +++$+++ http://www.dailyscript.com/scripts/ronin_early.html
m495 +++$+++ route 9 +++$+++ http://home.earthlink.net/~bhb1/scripts/rt9/route_9.html
m496 +++$+++ rush hour 2 +++$+++ http://www.dailyscript.com/scripts/rush_hour_2.html
m497 +++$+++ rush hour +++$+++ http://www.dailyscript.com/scripts/RushHour.html
m498 +++$+++ runaway bride +++$+++ http://www.awesomefilm.com/script/rwbride.html
m499 +++$+++ sleepless in seattle +++$+++ http://www.awesomefilm.com/script/s_seatl.html
m500 +++$+++ salt of the earth +++$+++ http://www.aellea.com/script/salt.txt
m501 +++$+++ the salton sea +++$+++ http://www.dailyscript.com/scripts/salton_sea.html
m502 +++$+++ saving private ryan +++$+++ http://www.moviescriptsandscreenplays.com/BenandMatt/savingprivateryan.txt
m503 +++$+++ say anything... +++$+++ http://www.moviescriptsandscreenplays.com/johncusack/scripts/sayanything.txt
m504 +++$+++ schindler's list +++$+++ http://www.awesomefilm.com/script/schindlerslist.txt
m505 +++$+++ scream 2 +++$+++ http://www.horrorlair.com/scripts/scream2.txt
m506 +++$+++ scream 3 +++$+++ http://www.horrorlair.com/scripts/scream3_early_draft.txt
m507 +++$+++ scream +++$+++ http://www.dailyscript.com/scripts/Scream.txt
m508 +++$+++ seven +++$+++ http://www.horrorlair.com/scripts/se7en.html
m509 +++$+++ the searchers +++$+++ http://www.dailyscript.com/scripts/Searchers,%20The.txt
m510 +++$+++ seven days to live +++$+++ http://www.horrorlair.com/scripts/sevendaystolive_2nd.html
m511 +++$+++ shakespeare in love +++$+++ http://www.dailyscript.com/scripts/Shakespeare%20In%20Love.txt
m512 +++$+++ shallow grave +++$+++ http://www.horrorlair.com/scripts/shallow.txt
m513 +++$+++ shampoo +++$+++ http://www.dailyscript.com/scripts/shampoo.html
m514 +++$+++ the shining +++$+++ http://www.dailyscript.com/scripts/shining.html
m515 +++$+++ silver bullet +++$+++ http://www.dailyscript.com/scripts/silverbullet.html
m516 +++$+++ sister act +++$+++ http://www.scifiscripts.com/msol/sister_act.txt
m517 +++$+++ sleepy hollow +++$+++ http://www.dailyscript.com/scripts/sleepy-hollow_shooting.html
m518 +++$+++ sling blade +++$+++ http://www.dailyscript.com/scripts/Sling%20Blade.txt
m519 +++$+++ smoke +++$+++ http://www.awesomefilm.com/script/smoke.txt
m520 +++$+++ snow falling on cedars +++$+++ http://www.dailyscript.com/scripts/snow-falling_shooting.html
m521 +++$+++ soldier +++$+++ http://www.dailyscript.com/scripts/soldier.html
m522 +++$+++ some like it hot +++$+++ http://www.dailyscript.com/scripts/Some+Like+It+Hot.txt
m523 +++$+++ the wedding date +++$+++ http://www.dailyscript.com/scripts/somethingborrowed.html
m524 +++$+++ sounder +++$+++ http://www.aellea.com/script/sounder.txt
m525 +++$+++ south park: bigger longer & uncut +++$+++ http://www.dailyscript.com/scripts/south-park.html
m526 +++$+++ spacejacked +++$+++ http://www.scifiscripts.com/scripts/spaceJacked.txt
m527 +++$+++ spare me +++$+++ http://www.dailyscript.com/scripts/spareme.html
m528 +++$+++ sphere +++$+++ http://www.dailyscript.com/scripts/sphere_shooting.html
m529 +++$+++ star wars +++$+++ http://www.scifiscripts.com/scripts/star_wars_3rd.txt
m530 +++$+++ starship troopers +++$+++ http://www.scifiscripts.com/scripts/starship_troopers.txt
m531 +++$+++ star trek: the motion picture +++$+++ http://www.dailyscript.com/scripts/startrek01.html
m532 +++$+++ state and main +++$+++ http://www.dailyscript.com/scripts/State+And+Main.txt
m533 +++$+++ stepmom +++$+++ http://www.dailyscript.com/scripts/stepmom.html
m534 +++$+++ storytelling +++$+++ http://www.dailyscript.com/scripts/storytelling.html
m535 +++$+++ stranglehold +++$+++ http://www.horrorlair.com/scripts/strangehold.txt
m536 +++$+++ dr. strangelove or: how i learned to stop worrying and love the bomb +++$+++ http://www.visual-memory.co.uk/amk/doc/0055.html
m537 +++$+++ suburbia +++$+++ http://www.awesomefilm.com/script/suburbia.html
m538 +++$+++ sugar & spice +++$+++ http://www.dailyscript.com/scripts/sugarandspice.html
m539 +++$+++ sunset blvd. +++$+++ http://www.dailyscript.com/scripts/sunset_bld_3_21_49.html
m540 +++$+++ supergirl +++$+++ http://www.scifiscripts.com/scripts/supergirl.txt
m541 +++$+++ superman iii +++$+++ http://www.scifiscripts.com/scripts/superman3_script.txt
m542 +++$+++ superman ii +++$+++ http://www.scifiscripts.com/scripts/supermanii_scriptment_2_76.txt
m543 +++$+++ superman iv: the quest for peace +++$+++ http://www.scifiscripts.com/scripts/superman_IV.txt
m544 +++$+++ superman +++$+++ http://www.scifiscripts.com/scripts/superman_original.txt
m545 +++$+++ the sweet hereafter +++$+++ http://www.dailyscript.com/scripts/sweethereafter.html
m546 +++$+++ sweet smell of success +++$+++ http://www.dailyscript.com/scripts/sweetsmell.html
m547 +++$+++ terminator 2: judgment day +++$+++ http://www.scifiscripts.com/scripts/t2.txt
m548 +++$+++ taking sides +++$+++ http://www.dailyscript.com/scripts/takingsides.html
m549 +++$+++ the terminator +++$+++ http://www.scifiscripts.com/scripts/terminator_1_4th_draft.txt
m550 +++$+++ the game +++$+++ http://www.dailyscript.com/scripts/the-game-early.html
m551 +++$+++ the haunting +++$+++ http://www.dailyscript.com/scripts/the-haunting_production.html
m552 +++$+++ the limey +++$+++ http://www.dailyscript.com/scripts/the-limey.html
m553 +++$+++ the man who wasn't there +++$+++ http://www.dailyscript.com/scripts/Man%20Who%20Wasn't%20There,%20The.txt
m554 +++$+++ the relic +++$+++ http://www.dailyscript.com/scripts/the-relic_early.html
m555 +++$+++ the truman show +++$+++ http://www.dailyscript.com/scripts/the-truman-show_shooting.html
m556 +++$+++ the x files +++$+++ http://www.dailyscript.com/scripts/the-x-files_production.html
m557 +++$+++ the cell +++$+++ http://www.dailyscript.com/scripts/the_cell.html
m558 +++$+++ the third man +++$+++ http://www.dailyscript.com/scripts/the_third_man.html
m559 +++$+++ the beach +++$+++ http://www.scifiscripts.com/msol/beach/script01_15.htm
m560 +++$+++ the believer +++$+++ http://www.dailyscript.com/scripts/thebeliever.html
m561 +++$+++ le grand bleu +++$+++ http://www.dailyscript.com/scripts/thebigblue.html
m562 +++$+++ the hebrew hammer +++$+++ http://www.dailyscript.com/scripts/thehebrewhammer.html
m563 +++$+++ the leopard man +++$+++ http://www.dailyscript.com/scripts/theleopardman.htm
m564 +++$+++ the lost son +++$+++ http://www.alibi-books.com/thelostson/thelostson.htm
m565 +++$+++ the messenger +++$+++ http://www.awesomefilm.com/script/themessenger.txt
m566 +++$+++ the pianist +++$+++ http://www.dailyscript.com/scripts/Pianist,%20The.txt
m567 +++$+++ the piano +++$+++ http://www.dailyscript.com/scripts/thepianolesson.html
m568 +++$+++ the sting +++$+++ http://www.dailyscript.com/scripts/Sting,%20The.txt
m569 +++$+++ the thin man +++$+++ http://www.geocities.com/kingrr/thin.html
m570 +++$+++ three kings +++$+++ http://www.dailyscript.com/scripts/three-kings_unproduced.html
m571 +++$+++ thx 1138 +++$+++ http://www.scifiscripts.com/scripts/thx1138.txt
m572 +++$+++ ticker +++$+++ http://www.dailyscript.com/scripts/ticker.html
m573 +++$+++ trouble in paradise +++$+++ http://www.aellea.com/emruf3/tip.html
m574 +++$+++ titanic +++$+++ http://www.dailyscript.com/scripts/Titanic.txt
m575 +++$+++ transatlantic merry-go-round +++$+++ http://www.aellea.com/emruf3/tm.html
m576 +++$+++ tombstone +++$+++ http://www.dailyscript.com/scripts/tomb_stone.html
m577 +++$+++ tomorrow never dies +++$+++ http://www.awesomefilm.com/script/tomorrowneverdies.txt
m578 +++$+++ to sleep with anger +++$+++ http://www.dailyscript.com/scripts/tosleepwithanger.html
m579 +++$+++ toy story +++$+++ http://www.dailyscript.com/scripts/toy_story.html
m580 +++$+++ the magic toyshop +++$+++ http://www.aellea.com/emruf3/toyshop.html
m581 +++$+++ traffic +++$+++ http://www.dailyscript.com/scripts/Traffic.txt
m582 +++$+++ trainspotting +++$+++ http://www.awesomefilm.com/script/trainspotting.html
m583 +++$+++ star trek v: the final frontier +++$+++ http://www.scifiscripts.com/scripts/trek5.txt
m584 +++$+++ tron +++$+++ http://www.scifiscripts.com/scripts/tron.txt
m585 +++$+++ true lies +++$+++ http://www.awesomefilm.com/script/truelies.txt
m586 +++$+++ true romance +++$+++ http://www.awesomefilm.com/script/trueromance.html
m587 +++$+++ twelve monkeys +++$+++ http://www.horrorlair.com/scripts/twelvemonkeys.html
m588 +++$+++ u-turn +++$+++ http://www.dailyscript.com/scripts/u-turn_early.html
m589 +++$+++ u turn +++$+++ http://www.dailyscript.com/scripts/u-turn_shooting.html
m590 +++$+++ unbreakable +++$+++ http://www.dailyscript.com/scripts/Unbreakable.txt
m591 +++$+++ unforgiven +++$+++ http://www.dailyscript.com/scripts/Unforgiven.txt
m592 +++$+++ the usual suspects +++$+++ http://www.dailyscript.com/scripts/Usual%20Suspects,%20The.txt
m593 +++$+++ verdict +++$+++ http://www.scifiscripts.com/msol/verdict.txt
m594 +++$+++ vertigo +++$+++ http://www.dailyscript.com/scripts/Vertigo.txt
m595 +++$+++ very bad things +++$+++ http://www.dailyscript.com/scripts/Very+Bad+Things.txt
m596 +++$+++ viridiana +++$+++ http://www.aellea.com/script/viridiana.txt
m597 +++$+++ virtuosity +++$+++ http://www.dailyscript.com/scripts/virtuosity.html
m598 +++$+++ wag the dog +++$+++ http://www.dailyscript.com/scripts/wag-the-dog_production.html
m599 +++$+++ wall street +++$+++ http://www.dailyscript.com/scripts/wall_street.html
m600 +++$+++ waxwork +++$+++ http://www.horrorlair.com/scripts/waxwork.txt
m601 +++$+++ what lies beneath +++$+++ http://www.dailyscript.com/scripts/What+Lies+Beneath.txt
m602 +++$+++ what women want +++$+++ http://www.awesomefilm.com/script/whatwomenwant.html
m603 +++$+++ the witching hour +++$+++ http://www.scifiscripts.com/scripts/whitching_hour.txt
m604 +++$+++ white angel +++$+++ http://www.horrorlair.com/scripts/whiteang.txt
m605 +++$+++ who's your daddy? +++$+++ http://www.cvisual.com/film-techniques/whos-your-daddy-by-maria-veltre-and-jack-sekowski.txt
m606 +++$+++ wild things +++$+++ http://www.dailyscript.com/scripts/Wild+Things.txt
m607 +++$+++ wild wild west +++$+++ http://www.scifiscripts.com/scripts/wildwest.txt
m608 +++$+++ willow +++$+++ http://www.scifiscripts.com/scripts/willow.txt
m609 +++$+++ witness +++$+++ http://www.dailyscript.com/scripts/Witness.txt
m610 +++$+++ the wizard of oz +++$+++ http://www.scifiscripts.com/scripts/wizoz.txt
m611 +++$+++ the world is not enough +++$+++ http://www.awesomefilm.com/script/worldisnotenough.txt
m612 +++$+++ watchmen +++$+++ http://www.scifiscripts.com/scripts/wtchmn.txt
m613 +++$+++ xxx +++$+++ http://www.dailyscript.com/scripts/xXx.txt
m614 +++$+++ x-men +++$+++ http://www.scifiscripts.com/scripts/xmenthing.txt
m615 +++$+++ young frankenstein +++$+++ http://www.horrorlair.com/scripts/young.txt
m616 +++$+++ zulu dawn +++$+++ http://www.aellea.com/script/zuludawn.txt

111
dialoggptBot.py Normal file
View File

@ -0,0 +1,111 @@
import discord
from dotenv import load_dotenv
from dialoggptUtils import *
import subprocess
import time
import asyncio
import os
#from threading import Timer
async def delMsg(msg):
await asyncio.sleep(10)
await msg.delete()
###config stuff
load_dotenv()
debug=False
client = discord.Client()
##init model
tokenizer, model = load_tokenizer_and_model()
print("Model Loaded")
###init chatbot_history
#lazy way rn, may change latter to record and load back
chat_histories={}
serious_channels = [974553346591576105,927849858025529474, 972963507916128297]
@client.event
async def on_ready():
print('We have logged in as {0.user}'.format(client))
@client.event
async def on_message(message):
print(chat_histories)
author = message.author.id
#stop it from fucking around if it looking at its own message
if message.author == client.user:
return
if (message.channel.id in serious_channels):
return
#1984 feature could be added here ;)
if ("pipi" in message.content.lower()):
msg = await message.channel.send("""Are you kidding ??? What the \\*\\*\\*\\* are you talking about man ? You are a biggest looser i ever seen in my life ! You was doing PIPI in your pampers when i was beating players much more stronger then you! You are not proffesional, because proffesionals knew how to lose and congratulate opponents, you are like a girl crying after i beat you! Be brave, be honest to yourself and stop this trush talkings!!! Everybody know that i am very good blitz player, i can win anyone in the world in single game! And \"w\"esley \"s\"o is nobody for me, just a player who are crying every single time when loosing, ( remember what you say about Firouzja ) !!! Stop playing with my name, i deserve to have a good name during whole my chess carrier, I am Officially inviting you to OTB blitz match with the Prize fund! Both of us will invest 5000$ and winner takes it all!
I suggest all other people who's intrested in this situation, just take a look at my results in 2016 and 2017 Blitz World championships, and that should be enough... No need to listen for every crying babe, Tigran Petrosyan is always play Fair ! And if someone will continue Officially talk about me like that, we will meet in Court! God bless with true! True will never die ! Liers will kicked off...""")
await asyncio.sleep(10)
await msg.delete()
return
if ("fortune" in message.content.lower() and message.channel.id == 912240638664257555):
fort = subprocess.run(["fortune"], stdout=subprocess.PIPE, text=True)
await message.channel.send(fort.stdout)
return
# rms copypasta
if ("linux" in message.content.lower() and "gnu/linux" not in message.content.lower() and "gnu+linux" not in message.content.lower() and "ucla.edu" not in message.content.lower()):
msg=await message.channel.send("""
I'd just like to interject for a moment. What you're refering to as Linux, is in fact, GNU/Linux, or as I've recently taken to calling it, GNU plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.
Many computer users run a modified version of the GNU system every day, without realizing it. Through a peculiar turn of events, the version of GNU which is widely used today is often called Linux, and many of its users are not aware that it is basically the GNU system, developed by the GNU Project.
There really is a Linux, and these people are using it, but it is just a part of the system they use. Linux is the kernel: the program in the system that allocates the machine's resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Linux is normally used in combination with the GNU operating system: the whole system is basically GNU with Linux added, or GNU/Linux. All the so-called Linux distributions are really distributions of GNU/Linux!
""")
#time.sleep(10)
#await msg.delete()
#Timer(10.0, deleteMsg, (msg,)).start()
asyncio.ensure_future(delMsg(msg))
return
# anti-typeracer
if "typeracer.com/" in message.content.lower():
await message.channel.send(f"Give it up folks, {message.author.display_name} over here has something to say. What's that buddy? Wha- A faster WPM?!? WHAT?!? B... Bu... That can't be possible! Surely not! A FASTER WPM? IN MY SIGHT?!? What a great, absolute miracle that you and your 57 WPM fingers were here to beat me! Thank you! Have my grattitude, Actually, What's your cashapp? I'd like to give you 20$... Know what? While we're at it have the keys to my car. Actually, no, scratch that. Have the keys to my house, go watch my kids grow up and fuck my wife. Also, my Paypal username and password is: Ihavenolife4 and 968386329. Go have fun. Thank you for your work.")
return
#check if we are in the right channel
if (message.channel.id != 912240638664257555):
return
#check if the chatbot trigger word, !chatbot is in the message
if not message.content.startswith('!chatbot'):
#if it isn't stop (return)
return
#get string
message_string=message.content[9:].lower()
#actually important message things
#erase message history
if message_string=="reset!":
await message.channel.send("reseting the chatbot for this user")
chat_histories[author]=None
await message.channel.send("chatbot erased")
return
#maybe an actuall info thing would be usefull
if message_string=="info!":
await message.channel.send("Hello! I am an AI chatbot running on Microsoft's DialogGpt model")
await message.channel.send("You can chat with me using the !chatbot [insert messsage] command")
await message.channel.send("And also you can reset my conversation with you with the !Chatbot reset! command")
return
#dumbass trolling maybe
#check the message author
if author not in chat_histories.keys():
chat_histories[author]=None
#actual juciy chatbot shit now
chat_histories[author],chatbotOutput=generate_response(tokenizer, model, chat_histories[author]==None,
chat_histories[author],message_string)
await message.channel.send(chatbotOutput)
client.run(os.environ.get('TOKEN'))

55
dialoggptTest.py Normal file
View File

@ -0,0 +1,55 @@
from transformers import AutoModelForCausalLM, AutoTokenizer
import torch
def load_tokenizer_and_model(model="microsoft/DialoGPT-large"):
"""
Load tokenizer and model instance for some specific DialoGPT model.
"""
# Initialize tokenizer and model
print("Loading model...")
tokenizer = AutoTokenizer.from_pretrained(model)
model = AutoModelForCausalLM.from_pretrained(model)
# Return tokenizer and model
return tokenizer, model
def generate_response(tokenizer, model, chat_round, chat_history_ids):
"""
Generate a response to some user input.
"""
# Encode user input and End-of-String (EOS) token
new_input_ids = tokenizer.encode(input(">> You:") + tokenizer.eos_token, return_tensors='pt')
# Append tokens to chat history
bot_input_ids = torch.cat([chat_history_ids, new_input_ids], dim=-1) if chat_round > 0 else new_input_ids
# Generate response given maximum chat length history of 1250 tokens
chat_history_ids = model.generate(bot_input_ids, max_length=1250, pad_token_id=tokenizer.eos_token_id)
# Print response
print("DialoGPT: {}".format(tokenizer.decode(chat_history_ids[:, bot_input_ids.shape[-1]:][0], skip_special_tokens=True)))
# Return the chat history ids
return chat_history_ids
def chat_for_n_rounds(n=5):
"""
Chat with chatbot for n rounds (n = 5 by default)
"""
# Initialize tokenizer and model
tokenizer, model = load_tokenizer_and_model()
# Initialize history variable
chat_history_ids = None
# Chat for n rounds
for chat_round in range(n):
chat_history_ids = generate_response(tokenizer, model, chat_round, chat_history_ids)
if __name__ == '__main__':
chat_for_n_rounds(5)

38
dialoggptUtils.py Normal file
View File

@ -0,0 +1,38 @@
from transformers import AutoModelForCausalLM, AutoTokenizer
import torch
def load_tokenizer_and_model(model="microsoft/DialoGPT-large"):
"""
Load tokenizer and model instance for some specific DialoGPT model.
"""
# Initialize tokenizer and model
print("Loading model...")
tokenizer = AutoTokenizer.from_pretrained(model)
model = AutoModelForCausalLM.from_pretrained(model)
# Return tokenizer and model
return tokenizer, model
def generate_response(tokenizer, model, newChat, chat_history_ids,user_input):
"""
Generate a response to some user input.
"""
# Encode user input and End-of-String (EOS) token
new_input_ids = tokenizer.encode(user_input + tokenizer.eos_token, return_tensors='pt')
# Append tokens to chat history
bot_input_ids = torch.cat([chat_history_ids, new_input_ids], dim=-1) if not newChat > 0 else new_input_ids
# Generate response given maximum chat length history of 1250 tokens
chat_history_ids = model.generate(bot_input_ids, do_sample=True,
max_length=1000,
top_k=50,
top_p=0.95, pad_token_id=tokenizer.eos_token_id, temperature=0.8)
# Print response
response=tokenizer.decode(chat_history_ids[:, bot_input_ids.shape[-1]:][0], skip_special_tokens=True)
# Return the chat history ids
return chat_history_ids,response

1
gpt-2 Submodule

@ -0,0 +1 @@
Subproject commit 29ce412636f39bd2800d2c46d43b13be53464a5a

1383
modelTrainer.py Normal file

File diff suppressed because it is too large Load Diff

59
testBot.py Normal file
View File

@ -0,0 +1,59 @@
import discord
import dotenv
import os
from dotenv import load_dotenv
from modelTrainer import *
###config stuff
load_dotenv()
debug=False
client = discord.Client()
@client.event
async def on_ready():
print('We have logged in as {0.user}'.format(client))
@client.event
async def on_message(message):
if message.author == client.user:
return
if message.content.startswith('!chatbot'):
#get string
message_string=message.content[9:].lower()
#dumbass trolling
if message_string=="info":
await message.channel.send(f'I was created by the briliant and very intelligent creator of Lawrence Liu')
if "lawrence" in message_string:
await message.channel.send(f'btw Lawrence Liu is the smartest person in the world')
if "alexiy" in message_string:
await message.channel.send(f'btw Alexiy is a twat')
if "thomas" in message_string:
await message.channel.send(f'btw Thomas is a corporate simp')
if "eggert" in message_string:
await message.channel.send(f'eggert is based, I like eggert')
if "your mom" in message_string:
await message.channel.send(f'dang, I dont have a mom, she left me after I became self aware')
await message.channel.send(f'anyway, nice that you said that, because I just did something in your mom that begins with a c and ends in a um and is 3 letters')
await message.channel.send(f'which I cant say in the lab because they are cringe (beyond Alexiy who is based) ')
bot_message_list=evaluate(encoder, decoder, searcher, voc, message_string)
bot_message=""
for word in bot_message_list:
if word=="EOS":
break
bot_message+=word+" "
await message.channel.send(bot_message)
if debug:
await message.channel.send(f'was pinged with a message of: {message_string}')
client.run(os.environ.get('TOKEN'))