diff --git a/movielog/exports/stats.py b/movielog/exports/stats.py index 060d272e41..1b91d2d11c 100644 --- a/movielog/exports/stats.py +++ b/movielog/exports/stats.py @@ -547,13 +547,14 @@ def export(repository_data: RepositoryData) -> None: year_stats = [] for year, viewings_for_year in viewings_by_year.items(): - year_stats.append( - _build_json_year_stats( - year=year, - viewings=viewings_for_year, - repository_data=repository_data, + if year > "2011": + year_stats.append( + _build_json_year_stats( + year=year, + viewings=viewings_for_year, + repository_data=repository_data, + ) ) - ) exporter.serialize_dicts_to_folder( year_stats, diff --git a/movielog/repository/api.py b/movielog/repository/api.py index 3a060fcee4..987e2add7a 100644 --- a/movielog/repository/api.py +++ b/movielog/repository/api.py @@ -50,6 +50,7 @@ class Title: writers: list[CreditName] original_title: str release_sequence: str + slug: str @dataclass @@ -197,6 +198,7 @@ def titles() -> Iterable[Title]: for json_title in json_titles.read_all(): yield Title( imdb_id=json_title["imdbId"], + slug=json_title["slug"], title=json_title["title"], sort_title=json_title["sortTitle"], year=str(json_title["year"]), diff --git a/reviews/a-chump-at-oxford-1939.md b/reviews/a-chump-at-oxford-1940.md similarity index 91% rename from reviews/a-chump-at-oxford-1939.md rename to reviews/a-chump-at-oxford-1940.md index bbf7ab7be4..be4458b19b 100644 --- a/reviews/a-chump-at-oxford-1939.md +++ b/reviews/a-chump-at-oxford-1940.md @@ -1,9 +1,8 @@ --- date: 2020-10-06 imdb_id: tt0032339 -title: A Chump at Oxford (1939) grade: D+ -slug: a-chump-at-oxford-1939 +slug: a-chump-at-oxford-1940 --- **Peter Cushing’s second film.** He has a minor speaking part playing one of the Oxford students who hassle Laurel and Hardy. @@ -14,4 +13,4 @@ I appreciate the skill inherent in Laurel and Hardy's routines. In this film, St Maybe it’s how the humor flows from the characters' myopic self-focus, a trait that irks me. Or maybe growing up on '80s comedies broke my sense of humor. Whatever the reason, the pair's comedy doesn’t work for me. -That said, I enjoyed the last few minutes when Stan--playing against type as a polished nobleman--berates Ollie telling him, “Get your chin up!” a pause, then “Both of them!” **That** made me chuckle. \ No newline at end of file +That said, I enjoyed the last few minutes when Stan--playing against type as a polished nobleman--berates Ollie telling him, “Get your chin up!” a pause, then “Both of them!” **That** made me chuckle. diff --git a/reviews/the-bad-sister-1931.md b/reviews/bad-sister-1931.md similarity index 81% rename from reviews/the-bad-sister-1931.md rename to reviews/bad-sister-1931.md index c695d9fe32..2fafc85120 100644 --- a/reviews/the-bad-sister-1931.md +++ b/reviews/bad-sister-1931.md @@ -1,9 +1,8 @@ --- date: 2020-11-25 imdb_id: tt0021636 -title: The Bad Sister (1931) grade: D+ -slug: the-bad-sister-1931 +slug: bad-sister-1931 --- -**Bette Davis's debut.** Sidney Fox plays the titular opportunistic sister in an upstanding Ohio family who falls for a con-man played by Humphrey Bogart. Davis plays her long-suffering sister in a forgettable part. Bogie's vulpine in his first heel role, but the predictable plot and flat performances from Fox and lead Conrad Nagel sink this effort. \ No newline at end of file +**Bette Davis's debut.** Sidney Fox plays the titular opportunistic sister in an upstanding Ohio family who falls for a con-man played by Humphrey Bogart. Davis plays her long-suffering sister in a forgettable part. Bogie's vulpine in his first heel role, but the predictable plot and flat performances from Fox and lead Conrad Nagel sink this effort. diff --git a/reviews/british-intelligence-1940.md b/reviews/british-intelligence-1939.md similarity index 99% rename from reviews/british-intelligence-1940.md rename to reviews/british-intelligence-1939.md index 08d7908e4a..d988fb48dd 100644 --- a/reviews/british-intelligence-1940.md +++ b/reviews/british-intelligence-1939.md @@ -2,7 +2,7 @@ date: 2023-07-26 imdb_id: tt0032283 grade: D -slug: british-intelligence-1940 +slug: british-intelligence-1939 --- Fair warning, I’m going to spoil the entire plot of _British Intelligence_. How else to review this espionage drama? Plot is all it offers. diff --git a/reviews/chud-1984.md b/reviews/c-h-u-d-1984.md similarity index 95% rename from reviews/chud-1984.md rename to reviews/c-h-u-d-1984.md index c732b59637..372b0aa8b1 100644 --- a/reviews/chud-1984.md +++ b/reviews/c-h-u-d-1984.md @@ -3,7 +3,7 @@ date: 2021-12-20 imdb_id: tt0087015 title: C.H.U.D. (1984) grade: D+ -slug: chud-1984 +slug: c-h-u-d-1984 --- A police captain teams up with a soup-kitchen owner to investigate disappearances. A fashion photographer explores abandoned New York City subway tunnels to photograph the homeless denizens. A corrupt official stops at nothing to cover up a secret project. A mysterious man eats a quarter as an act of intimidation. For a creature feature, C.H.U.D. packs a lot of plot. @@ -14,4 +14,4 @@ Too much. Top billed John Heard proves ancillary as the aforementioned photograp But the path to that scene proves arduous. Though the film proffers great New York City photography and atmosphere, it drags. Affording Heard time to play discontented artist while still advancing the main plot leaves little time for the creatures. In what feels like a budget ploy, they're often kept offscreen. We get POV shots and reaction shots from the victims, but no creatures. -Granted, when they arrive, they deliver, but more creature and less feature would have gone a long way. \ No newline at end of file +Granted, when they arrive, they deliver, but more creature and less feature would have gone a long way. diff --git a/reviews/cast-a-dark-shadow-1957.md b/reviews/cast-a-dark-shadow-1955.md similarity index 97% rename from reviews/cast-a-dark-shadow-1957.md rename to reviews/cast-a-dark-shadow-1955.md index f6f4bd7d89..c60577365e 100644 --- a/reviews/cast-a-dark-shadow-1957.md +++ b/reviews/cast-a-dark-shadow-1955.md @@ -1,6 +1,6 @@ --- imdb_id: tt0050233 -slug: cast-a-dark-shadow-1957 +slug: cast-a-dark-shadow-1955 grade: D+ date: 2003-12-09 --- diff --git a/reviews/deathdream-1974.md b/reviews/dead-of-night-1974.md similarity index 93% rename from reviews/deathdream-1974.md rename to reviews/dead-of-night-1974.md index f4fdc0c6d8..9ecc7dda72 100644 --- a/reviews/deathdream-1974.md +++ b/reviews/dead-of-night-1974.md @@ -1,9 +1,8 @@ --- date: 2021-09-21 imdb_id: tt0068457 -title: Deathdream (1974) grade: B+ -slug: deathdream-1974 +slug: dead-of-night-1974 --- Andy, a young Vietnam draftee believed killed-in-action, returns home to grateful parents in a small Florida town. Though he appears fine on the outside, Andy is... different. Detached, icy, unfeeling and possessed with a terrible desire to kill. @@ -14,4 +13,4 @@ Director Bob Clark delivers an insightful allegory to the post-Vietnam experienc The cast shines. I loved Richard Backus as Andy. His performance manages to be both chilling and compelling. No small feat. I also loved Henderson Forsythe as the town doctor. There's a cracker-jack scene between him and Backus where Forsythe begins to suspect Andy's murderous nature that reminded me of the classic Van Helsing/Dracula scene. -Clark's other 1974 release, _Black Christmas_, gets all the love, but at first blush _Deathdream_ proves more satisfying. Time will tell, but repeat viewings may push this to five stars. \ No newline at end of file +Clark's other 1974 release, _Black Christmas_, gets all the love, but at first blush _Deathdream_ proves more satisfying. Time will tell, but repeat viewings may push this to five stars. diff --git a/reviews/dead-reckoning-1947.md b/reviews/dead-reckoning-1946.md similarity index 96% rename from reviews/dead-reckoning-1947.md rename to reviews/dead-reckoning-1946.md index 869527b6a3..28adb9f301 100644 --- a/reviews/dead-reckoning-1947.md +++ b/reviews/dead-reckoning-1946.md @@ -1,9 +1,8 @@ --- date: 2022-09-14 imdb_id: tt0039305 -title: Dead Reckoning (1947) grade: C+ -slug: dead-reckoning-1947 +slug: dead-reckoning-1946 --- Humphrey Bogart plays Rip Murdoch, a paratrooper investigating his buddy's disappearance following their return to the states. The trail leads to a shady club owner named Martinelli, and a dangerous blonde played by Lizabeth Scott. @@ -16,4 +15,4 @@ Another memorable scene comes later, when Bogart attempts to win back a chunk of Indeed, given Bogart's dry performance and how close the story hews to his prior hits, the film borders on satire. Perhaps that explains Lizabeth Scott's performance. She's presented as a clone of Lauren Bacall's character in _The Big Sleep_: a blonde, throaty-voiced singer involved in a man's disappearance. But she and Bogart have no chemistry and she delivers most of her lines with an odd affectation where she speaks without moving her upper lip. Even worse, the film shoots her in some unflattering angles. During a would-be tense scene where a cop pulls her over and she's searching for her driver's license, the lighting and angle give her an ogreish appearance. -Still, she shows flashes of potential. During her big scene during the finale, after Bogart delivers a line lifted right from _The Maltese Falcon_, she starts talking with both lips. And when the camera's kind, she can project a sultry gaze with the best of them. But one can't shake the sense that she and Bogart are in different movies, and Bogart's is better. \ No newline at end of file +Still, she shows flashes of potential. During her big scene during the finale, after Bogart delivers a line lifted right from _The Maltese Falcon_, she starts talking with both lips. And when the camera's kind, she can project a sultry gaze with the best of them. But one can't shake the sense that she and Bogart are in different movies, and Bogart's is better. diff --git a/reviews/deadline-usa-1952.md b/reviews/deadline-u-s-a-1952.md similarity index 99% rename from reviews/deadline-usa-1952.md rename to reviews/deadline-u-s-a-1952.md index b84f28581d..32600331ad 100644 --- a/reviews/deadline-usa-1952.md +++ b/reviews/deadline-u-s-a-1952.md @@ -1,7 +1,6 @@ --- imdb_id: tt0044533 -title: Deadline - U.S.A. (1952) -slug: deadline-usa-1952 +slug: deadline-u-s-a-1952 grade: B date: 2024-08-02 --- diff --git a/reviews/eye-of-the-devil-1967.md b/reviews/eye-of-the-devil-1966.md similarity index 96% rename from reviews/eye-of-the-devil-1967.md rename to reviews/eye-of-the-devil-1966.md index 01eea66a69..757ea1a18d 100644 --- a/reviews/eye-of-the-devil-1967.md +++ b/reviews/eye-of-the-devil-1966.md @@ -1,6 +1,6 @@ --- imdb_id: tt0061634 -slug: eye-of-the-devil-1967 +slug: eye-of-the-devil-1966 grade: D+ date: 2004-06-04 --- diff --git a/reviews/fear-and-desire-1953.md b/reviews/fear-and-desire-1952.md similarity index 90% rename from reviews/fear-and-desire-1953.md rename to reviews/fear-and-desire-1952.md index 2afc5579a2..cb933888ae 100644 --- a/reviews/fear-and-desire-1953.md +++ b/reviews/fear-and-desire-1952.md @@ -1,9 +1,8 @@ --- date: 2020-11-30 imdb_id: tt0045758 -title: Fear and Desire (1953) grade: D+ -slug: fear-and-desire-1953 +slug: fear-and-desire-1952 --- **Stanley Kubrick’s feature debut.** During an unnamed conflict, four soldiers crash-land in enemy territory and confront the horrors of war. According to the IMDb, Kubrick disowned the film, comparing it to “a child’s drawing on a fridge.” Fair enough, if said child possesses Kubrick’s potential. @@ -12,4 +11,4 @@ slug: fear-and-desire-1953 The execution waffles between genius formal rigor and overwrought amateur antics. Consider the scene where the group ambushes a pair of enemy soldiers. The inspired editing offers no gore but conveys the assault’s brutal violence. Yet it plays too long. Ditto Paul Mazursky’s performance, which begins low key, conveying volumes in simple gazes but grows unbounded into caricature. Young Kubrick had yet to master when less is more. -Despite these flaws, _Fear and Desire_ proves worth watching. Running just an hour and two minutes, it requires a small investment. And for those who aspire to greatness, seeing (perhaps) the greatest formal master’s early work may offer inspiration. Kubrick didn't emerge fully formed, he needed practice and time. \ No newline at end of file +Despite these flaws, _Fear and Desire_ proves worth watching. Running just an hour and two minutes, it requires a small investment. And for those who aspire to greatness, seeing (perhaps) the greatest formal master’s early work may offer inspiration. Kubrick didn't emerge fully formed, he needed practice and time. diff --git a/reviews/friday-the-13th-part-iii-1982.md b/reviews/friday-the-13th-part-3-1982.md similarity index 94% rename from reviews/friday-the-13th-part-iii-1982.md rename to reviews/friday-the-13th-part-3-1982.md index f8d303e700..322515fe60 100644 --- a/reviews/friday-the-13th-part-iii-1982.md +++ b/reviews/friday-the-13th-part-3-1982.md @@ -1,9 +1,8 @@ --- date: 2021-03-12 imdb_id: tt0083972 -title: Friday the 13th Part III (1982) grade: C- -slug: friday-the-13th-part-iii-1982 +slug: friday-the-13th-part-3-1982 --- Picks up where _Part 2_ ends. Another group of teens head to another lakeside cabin where an increasingly indestructible Jason slaughters them. Along the way, Jason picks up his iconic hockey mask. diff --git a/reviews/friday-the-13th-part-vii-the-new-blood-1988.md b/reviews/friday-the-13th-the-new-blood-1988.md similarity index 98% rename from reviews/friday-the-13th-part-vii-the-new-blood-1988.md rename to reviews/friday-the-13th-the-new-blood-1988.md index c53da3d81d..0282ccce48 100644 --- a/reviews/friday-the-13th-part-vii-the-new-blood-1988.md +++ b/reviews/friday-the-13th-the-new-blood-1988.md @@ -2,7 +2,7 @@ date: 2023-10-13 imdb_id: tt0095179 grade: D+ -slug: friday-the-13th-part-vii-the-new-blood-1988 +slug: friday-the-13th-the-new-blood-1988 --- I came with an open mind. I'd heard rumblings this Jason meets _Carrie_ slasher was bad, but rumblings can be wrong. diff --git a/reviews/giallo-a-venezia-1979.md b/reviews/giallo-in-venice-1979.md similarity index 93% rename from reviews/giallo-a-venezia-1979.md rename to reviews/giallo-in-venice-1979.md index ee35d7e2d0..4c5d440da8 100644 --- a/reviews/giallo-a-venezia-1979.md +++ b/reviews/giallo-in-venice-1979.md @@ -1,9 +1,8 @@ --- date: 2020-10-29 imdb_id: tt0079207 -title: Giallo a Venezia (1979) grade: F -slug: giallo-a-venezia-1979 +slug: giallo-in-venice-1979 --- I have a soft-spot for over-the-top exploitation films. I gave _Island of Death_ a four-star review, praising its “everything-but-the-kitchen sink approach that pushes the film past any genuine scares or mean-spirited umbrage, and firmly into parody.” _Giallo a Venezia_ is no parody. @@ -16,4 +15,4 @@ The whipping bit had me laughing. The scene starts with Fabio and Flavia in bed. But instead of embracing the ridiculous, the film doubles down on misogyny. A mysterious killer offs a prostitute and some friends of Fabio and Flavia. The murders--particularly the prostitute’s--are uninspired and ugly. The film grows meaner and meaner, culminating in a gang-rape scene I found hard to watch. _Giallo a Venezia_ isn’t over-the-top exploitation, it’s obnoxious misogyny. -If you must watch this film, watch the Scorpion release. I found Troy Howarth’s commentary more entertaining than the film. \ No newline at end of file +If you must watch this film, watch the Scorpion release. I found Troy Howarth’s commentary more entertaining than the film. diff --git a/reviews/habit-1997.md b/reviews/habit-1995.md similarity index 98% rename from reviews/habit-1997.md rename to reviews/habit-1995.md index 9557f4e9c7..b5fe063dd7 100644 --- a/reviews/habit-1997.md +++ b/reviews/habit-1995.md @@ -2,7 +2,7 @@ date: 2008-10-12 imdb_id: tt0113241 grade: B -slug: habit-1997 +slug: habit-1995 --- A man (Larry Fessenden) sliding into alcoholism after the death of his father becomes obsessed with a woman (Meredith Snaider) he meets at a party, who may be a vampire. diff --git a/reviews/jo-nesbos-headhunters-2011.md b/reviews/headhunters-2011.md similarity index 88% rename from reviews/jo-nesbos-headhunters-2011.md rename to reviews/headhunters-2011.md index 032785e243..445d56558b 100644 --- a/reviews/jo-nesbos-headhunters-2011.md +++ b/reviews/headhunters-2011.md @@ -1,13 +1,12 @@ --- date: 2022-01-05 imdb_id: tt1614989 -title: Jo Nesbø's Headhunters (2011) grade: A- -slug: jo-nesbos-headhunters-2011 +slug: headhunters-2011 --- An elite corporate head hunter finances his lavish lifestyle by stealing art from his prospects. This setup serves as a fulcrum for a clockwork plot. To reveal anymore would spoil the film's myriad surprises. -But as a reviewer, I shall endeavor to convey a sense of watching the film. Imagine a Coen brothers noir filtered through European sensibilities. Assorted flawed and oddball characters cross paths. Many interactions culminate in brutal violence tinged with black comedy. It held me riveted, made me laugh, and left me impressed. \ No newline at end of file +But as a reviewer, I shall endeavor to convey a sense of watching the film. Imagine a Coen brothers noir filtered through European sensibilities. Assorted flawed and oddball characters cross paths. Many interactions culminate in brutal violence tinged with black comedy. It held me riveted, made me laugh, and left me impressed. diff --git a/reviews/high-sierra-1941.md b/reviews/high-sierra-1940.md similarity index 96% rename from reviews/high-sierra-1941.md rename to reviews/high-sierra-1940.md index 8af606cb65..2874d3f72c 100644 --- a/reviews/high-sierra-1941.md +++ b/reviews/high-sierra-1940.md @@ -1,9 +1,8 @@ --- date: 2022-09-13 imdb_id: tt0033717 -title: High Sierra (1941) grade: B- -slug: high-sierra-1941 +slug: high-sierra-1940 --- Humphrey Bogart plays Roy Earle, a career thief sprung from prison by an aging gangster for a jewel robbery at a resort hotel in the Sierra Nevada mountains. The job goes south and Earle ends up on the run with a jaded dance hall girl, played by Ida Lupino. **Spoilers follow.** @@ -32,4 +31,4 @@ As mentioned, the robbery goes bad. Earle and Marie escape with the loot, but mu Roadblocks force Earle to flee into the mountains, the cops in pursuit. In a memorable shot, we see his car winding up a twisty mountain road. Without cutting, the camera pans back and tilts down and we see the cops heading up the same road, hot on Earle’s tail. He holes up at the base of Mount Whitney, locked in a standoff with a growing crowd of police and reporters. -The ending sees Lupino wailing with weepy violins swelling on the soundtrack. Perhaps director Raoul Walsh couldn’t resist, but I suspect a quieter ending would have packed a bigger punch. \ No newline at end of file +The ending sees Lupino wailing with weepy violins swelling on the soundtrack. Perhaps director Raoul Walsh couldn’t resist, but I suspect a quieter ending would have packed a bigger punch. diff --git a/reviews/the-invitation-2003.md b/reviews/invitation-2003.md similarity index 98% rename from reviews/the-invitation-2003.md rename to reviews/invitation-2003.md index f88434d69a..df7572f2b8 100644 --- a/reviews/the-invitation-2003.md +++ b/reviews/invitation-2003.md @@ -1,6 +1,6 @@ --- imdb_id: tt0248110 -slug: the-invitation-2003 +slug: invitation-2003 grade: D date: 2004-09-08 --- diff --git a/reviews/jason-goes-to-hell-the-final-friday-1993.md b/reviews/jason-goes-to-hell-the-final-friday-1993.md index 67c1c986a5..5b6616c6e2 100644 --- a/reviews/jason-goes-to-hell-the-final-friday-1993.md +++ b/reviews/jason-goes-to-hell-the-final-friday-1993.md @@ -1,9 +1,8 @@ --- date: 2021-09-17 imdb_id: tt0107254 -title: 'Jason Goes to Hell: The Final Friday (1993)' grade: C- -slug: jason-goes-to-hell-the-final-friday-1993 +slug: jason-goes-to-hell-1993 --- A bad _Friday the 13th_ film, but not a bad possession film. This entry makes no effort to pick up where part eight left off, instead Jason opens the film alive and chopping. But government agents are waiting and, in a hyperbolic sequence, blow him to pieces. @@ -16,4 +15,4 @@ This film introduces a lot of backstory. We learn Jason has a sister. We also le On a brighter note, this entry features one of the series's best kills. In one of only two woodland sequences, a Jason-possessed character impales a teen mid-coitus then jerks the spear up, splitting her torso in two like the T-1000 in _Terminator 2_. Never mind the inanity of the Jason-possessed individual trekking miles just to kill these random kids. Unless that's part of the dark magic curse that fuels him… but I digress. -I never feel the urge to revisit this entry. When I'm in the mood for a _Friday the 13th_ film, this won't quench that jones. It's not a woodland slasher and only features Jason-proper during the opening and closing scenes. But I must admit, whenever I do revisit it, I'm always surprised by how well it executes the rare moments it hews to the series formula, and how “not bad” it proves during the rest. \ No newline at end of file +I never feel the urge to revisit this entry. When I'm in the mood for a _Friday the 13th_ film, this won't quench that jones. It's not a woodland slasher and only features Jason-proper during the opening and closing scenes. But I must admit, whenever I do revisit it, I'm always surprised by how well it executes the rare moments it hews to the series formula, and how “not bad” it proves during the rest. diff --git a/reviews/juno-and-the-paycock-1930.md b/reviews/juno-and-the-paycock-1929.md similarity index 82% rename from reviews/juno-and-the-paycock-1930.md rename to reviews/juno-and-the-paycock-1929.md index 488b3de4fc..b623df1ce2 100644 --- a/reviews/juno-and-the-paycock-1930.md +++ b/reviews/juno-and-the-paycock-1929.md @@ -1,9 +1,8 @@ --- date: 2020-11-02 imdb_id: tt0021015 -title: Juno and the Paycock (1930) grade: F -slug: juno-and-the-paycock-1930 +slug: juno-and-the-paycock-1929 --- -An unengaging adaptation of Seán O'Casey's play about a poor Dublin family undone by an unexpected windfall during the Irish Civil War. Hitchcock limits his formal rigor to constructing long takes which--combined with the monologue-heavy script--give the sense of watching a filmed stage performance. The film even drops O'Casey's final gut-punch scene. Often ignored in Hitchcock's oeuvre for good reason. \ No newline at end of file +An unengaging adaptation of Seán O'Casey's play about a poor Dublin family undone by an unexpected windfall during the Irish Civil War. Hitchcock limits his formal rigor to constructing long takes which--combined with the monologue-heavy script--give the sense of watching a filmed stage performance. The film even drops O'Casey's final gut-punch scene. Often ignored in Hitchcock's oeuvre for good reason. diff --git a/reviews/loving-memory-1971.md b/reviews/loving-memory-1970.md similarity index 90% rename from reviews/loving-memory-1971.md rename to reviews/loving-memory-1970.md index c46270735e..3c7d3ff8df 100644 --- a/reviews/loving-memory-1971.md +++ b/reviews/loving-memory-1970.md @@ -1,9 +1,8 @@ --- date: 2022-06-14 imdb_id: tt0241687 -title: Loving Memory (1971) grade: C -slug: loving-memory-1971 +slug: loving-memory-1970 --- **Tony Scott's debut feature.** In the Yorkshire Moors, a young man sets out on his bicycle. A chance encounter with an aging duo results in tragedy and the story descends into a macabre meditation on isolation and the lasting impact of the Second World War. @@ -12,4 +11,4 @@ slug: loving-memory-1971 Absent his trademark formal vigor, one would be hard pressed to imagine Scott's future output based on this film. It's quiet, contemplative, and, even at just 57 minutes, unhurried. Scott, who also wrote and edited the picture, cuts between expansive wide shots showcasing the open countryside and claustrophobic, cluttered interiors. The resulting atmosphere flirts with hicksploitation, but the film remains rooted in psychological drama. -A solid effort, but the genre fan in me wishes Scott had married this story with a bit more horror. \ No newline at end of file +A solid effort, but the genre fan in me wishes Scott had married this story with a bit more horror. diff --git a/reviews/master-of-the-flying-guillotine-1975.md b/reviews/master-of-the-flying-guillotine-1976.md similarity index 96% rename from reviews/master-of-the-flying-guillotine-1975.md rename to reviews/master-of-the-flying-guillotine-1976.md index 7d27437a26..0a0238e925 100644 --- a/reviews/master-of-the-flying-guillotine-1975.md +++ b/reviews/master-of-the-flying-guillotine-1976.md @@ -1,6 +1,6 @@ --- imdb_id: tt0072913 -slug: master-of-the-flying-guillotine-1975 +slug: master-of-the-flying-guillotine-1976 grade: B- date: 2004-02-01 --- diff --git a/reviews/messiah-of-evil-1973.md b/reviews/messiah-of-evil-1974.md similarity index 99% rename from reviews/messiah-of-evil-1973.md rename to reviews/messiah-of-evil-1974.md index ddf2055910..53abc4535a 100644 --- a/reviews/messiah-of-evil-1973.md +++ b/reviews/messiah-of-evil-1974.md @@ -2,7 +2,7 @@ date: 2023-06-18 imdb_id: tt0071396 grade: C+ -slug: messiah-of-evil-1973 +slug: messiah-of-evil-1974 --- A man runs down a darkened street, glancing over his shoulder. He collapses, gasping for breath. A young girl appears at a gate. She leads him to a backyard pool. Blue-black darkness shrouds everything save the girl, who sits in a yellow spotlight, wearing a passive look of curiosity. diff --git a/reviews/nekromantik-1987.md b/reviews/nekromantik-1988.md similarity index 96% rename from reviews/nekromantik-1987.md rename to reviews/nekromantik-1988.md index d7feb379c3..cea00c709e 100644 --- a/reviews/nekromantik-1987.md +++ b/reviews/nekromantik-1988.md @@ -1,9 +1,8 @@ --- date: 2021-02-05 imdb_id: tt0093608 -title: Nekromantik (1987) grade: D- -slug: nekromantik-1987 +slug: nekromantik-1988 --- As much as I’d like to dismiss it, _Nekromantik_ isn’t trash. It’s too damn self-aware and well-executed. It’s also the first film to make me gag since the toilet bowl scene in _Trainspotting_. @@ -18,4 +17,4 @@ But the film transcends mere shock. In one scene, a despondent Rob visits a cine Lest you think the film takes itself too seriously, know it builds to a Grand Guignol finale that seared itself into my mind’s eye involving blood, semen, and a giant artificial penis. It also packs a surprisingly effective soundtrack. -So I’m torn. I didn’t enjoy _Nekromantik_. but it resonated. I’ve no urge to watch it again, save in a crowded theater with folks new to the film. Two stars feels right, but think twice before watching. \ No newline at end of file +So I’m torn. I didn’t enjoy _Nekromantik_. but it resonated. I’ve no urge to watch it again, save in a crowded theater with folks new to the film. Two stars feels right, but think twice before watching. diff --git a/reviews/nightmare-honeymoon-1973.md b/reviews/nightmare-honeymoon-1973.md index d94629911f..a97e0dd575 100644 --- a/reviews/nightmare-honeymoon-1973.md +++ b/reviews/nightmare-honeymoon-1973.md @@ -2,7 +2,7 @@ date: 2009-03-16 imdb_id: tt0070446 grade: D- -slug: nightmare-honeymoon-1973 +slug: nightmare-honeymoon-1974 --- _Nightmare Honeymoon_ takes a simple, but well-done, revenge premise and botches it all to hell. diff --git a/reviews/number-seventeen-1932.md b/reviews/number-17-1932.md similarity index 96% rename from reviews/number-seventeen-1932.md rename to reviews/number-17-1932.md index 84506ea028..770dc94482 100644 --- a/reviews/number-seventeen-1932.md +++ b/reviews/number-17-1932.md @@ -2,7 +2,7 @@ date: 2008-11-08 imdb_id: tt0023285 grade: D -slug: number-seventeen-1932 +slug: number-17-1932 --- A detective and a hobo cross paths with jewel thieves over a stolen necklace in a creepy old house. diff --git a/reviews/one-million-bc-1940.md b/reviews/one-million-b-c-1940.md similarity index 96% rename from reviews/one-million-bc-1940.md rename to reviews/one-million-b-c-1940.md index 2fb62a29e7..c8e020fa8c 100644 --- a/reviews/one-million-bc-1940.md +++ b/reviews/one-million-b-c-1940.md @@ -2,7 +2,7 @@ date: 2007-09-25 imdb_id: tt0032871 grade: D -slug: one-million-bc-1940 +slug: one-million-b-c-1940 --- Banished from his warlike, meat-eating, Rock tribe, a caveman discovers the peaceful, vegetable-eating, Shell tribe, and a woman. diff --git a/reviews/plan-9-from-outer-space-1959.md b/reviews/plan-9-from-outer-space-1957.md similarity index 96% rename from reviews/plan-9-from-outer-space-1959.md rename to reviews/plan-9-from-outer-space-1957.md index e968bd3579..02762c0fa6 100644 --- a/reviews/plan-9-from-outer-space-1959.md +++ b/reviews/plan-9-from-outer-space-1957.md @@ -2,7 +2,7 @@ date: 2008-07-15 grade: D+ imdb_id: tt0052077 -slug: plan-9-from-outer-space-1959 +slug: plan-9-from-outer-space-1957 --- Aliens plot to resurrect an army of the dead to prevent mankind's eventual discovery of a weapon capable of destroying the universe. diff --git a/reviews/queen-of-blood-1969.md b/reviews/queen-of-blood-1966.md similarity index 97% rename from reviews/queen-of-blood-1969.md rename to reviews/queen-of-blood-1966.md index 168c369c4a..0e35b565a1 100644 --- a/reviews/queen-of-blood-1969.md +++ b/reviews/queen-of-blood-1966.md @@ -1,6 +1,6 @@ --- imdb_id: tt0060877 -slug: queen-of-blood-1969 +slug: queen-of-blood-1966 grade: D date: 2003-07-11 --- diff --git a/reviews/salvation-have-you-said-your-prayers-today-1987.md b/reviews/salvation-1987.md similarity index 89% rename from reviews/salvation-have-you-said-your-prayers-today-1987.md rename to reviews/salvation-1987.md index 1089fb9094..be05b37d21 100644 --- a/reviews/salvation-have-you-said-your-prayers-today-1987.md +++ b/reviews/salvation-1987.md @@ -1,9 +1,8 @@ --- date: 2020-11-27 imdb_id: tt0093912 -title: 'Salvation!: Have You Said Your Prayers Today? (1987)' grade: B -slug: salvation-have-you-said-your-prayers-today-1987 +slug: salvation-1987 --- An early but impressive performance from Viggo Mortensen. A black comedy script indicting America's class gap and televangelism. A visual esthetic inspired by contemporary Italian horror. A nightmarish home-invasion sub-plot. A soundtrack driven by New Order and Arthur Baker. **How have I never seen this?** @@ -16,4 +15,4 @@ Regardless, this hits all my sweet spots. The plot sees Mortensen and family int Take the colors, atmosphere, and camera work of Lamberto Bava's _Demons_, stir in the biting wit of _Heathers_ and add a dash of music-video-style surrealism, and you have a hint of the viewing experience. -Sure, the formal digressions sometimes feel like a cop-out, and the ending feels abrupt, but the aggregate impresses. If this ever sees an HD release, please include an open matte version. It reminds me of the copy-of-a-copy VHS rarities playing during college parties in the best possible way. \ No newline at end of file +Sure, the formal digressions sometimes feel like a cop-out, and the ending feels abrupt, but the aggregate impresses. If this ever sees an HD release, please include an open matte version. It reminds me of the copy-of-a-copy VHS rarities playing during college parties in the best possible way. diff --git a/reviews/waiting-women-1952.md b/reviews/secrets-of-women-1952.md similarity index 75% rename from reviews/waiting-women-1952.md rename to reviews/secrets-of-women-1952.md index 924809636c..b933c2131e 100644 --- a/reviews/waiting-women-1952.md +++ b/reviews/secrets-of-women-1952.md @@ -1,11 +1,10 @@ --- date: 2021-04-01 imdb_id: tt0044811 -title: Kvinnors väntan (1952) grade: C- -slug: waiting-women-1952 +slug: secrets-of-women-1952 --- A portmanteau comprising the stories of three married women awaiting their husbands at a summer cottage. -The vignettes play out with confidence and ring true, but lack resonance. Honest performances all around, but the women's deepest secrets all revolve around disappointments in their respective husbands. Shocking for a 1950s audience, but trite today. \ No newline at end of file +The vignettes play out with confidence and ring true, but lack resonance. Honest performances all around, but the women's deepest secrets all revolve around disappointments in their respective husbands. Shocking for a 1950s audience, but trite today. diff --git a/reviews/spider-baby-or-the-maddest-story-ever-told-1968.md b/reviews/spider-baby-or-the-maddest-story-ever-told-1967.md similarity index 95% rename from reviews/spider-baby-or-the-maddest-story-ever-told-1968.md rename to reviews/spider-baby-or-the-maddest-story-ever-told-1967.md index c95c1d8800..1975db4d7b 100644 --- a/reviews/spider-baby-or-the-maddest-story-ever-told-1968.md +++ b/reviews/spider-baby-or-the-maddest-story-ever-told-1967.md @@ -2,7 +2,7 @@ date: 2008-01-29 imdb_id: tt0058606 grade: D+ -slug: spider-baby-or-the-maddest-story-ever-told-1968 +slug: spider-baby-or-the-maddest-story-ever-told-1967 --- A chauffeur (Lon Chaney Jr.) cares for the three demented children of this former employer in a creepy old house. diff --git a/reviews/story-of-gi-joe-1945.md b/reviews/story-of-g-i-joe-1945.md similarity index 96% rename from reviews/story-of-gi-joe-1945.md rename to reviews/story-of-g-i-joe-1945.md index bc39d63b13..22cb96f26f 100644 --- a/reviews/story-of-gi-joe-1945.md +++ b/reviews/story-of-g-i-joe-1945.md @@ -2,7 +2,7 @@ date: 2009-03-06 imdb_id: tt0038120 grade: C- -slug: story-of-gi-joe-1945 +slug: story-of-g-i-joe-1945 --- Celebrated war correspondent Ernie Pyle (Burgess Meredith) chronicles the exploits of the American Army's Company C, 18th Infantry and befriends its Captain (Robert Mitchum) during World War II. diff --git a/reviews/lage-dor-1930.md b/reviews/the-golden-age-1930.md similarity index 92% rename from reviews/lage-dor-1930.md rename to reviews/the-golden-age-1930.md index ed2d1e4fe0..101e7f494a 100644 --- a/reviews/lage-dor-1930.md +++ b/reviews/the-golden-age-1930.md @@ -1,9 +1,8 @@ --- date: 2020-11-09 imdb_id: tt0021577 -title: L'Age d'Or (1930) grade: C+ -slug: lage-dor-1930 +slug: the-golden-age-1930 --- How does one review this movie? A surrealist tale presented as a series of vignettes, the film offers no story. The lone through-line concerns two lovers struggling to consummate their relationship. @@ -12,4 +11,4 @@ How does one review this movie? A surrealist tale presented as a series of vigne But the imagery, oh the imagery. A woman enters an ornate bedroom to find a large steer atop the bed. The cow stumbles off the bed and tramps around, sowing chaos. The woman pays it no mind. At a gala party full of upper-crust types set inside a mansion, a giant horse-drawn cart pushes through the partying masses who appear oblivious to its presence. Later, a servant screams and collapses, jets of flame shooting over her prone body. Again, the guests appear oblivious. A groundskeeper shoots an impish child. The guests notice, but their attention wanes fast. -_L’Age d’Or_ abounds with such striking moments, and at just over an hour long, doesn’t overstay its welcome. It's a film I can neither understand nor forget. \ No newline at end of file +_L’Age d’Or_ abounds with such striking moments, and at just over an hour long, doesn’t overstay its welcome. It's a film I can neither understand nor forget. diff --git a/reviews/the-invisible-ray-1936.md b/reviews/the-invisible-ray-1935.md similarity index 96% rename from reviews/the-invisible-ray-1936.md rename to reviews/the-invisible-ray-1935.md index cf9b33d73d..6d4ef6a77c 100644 --- a/reviews/the-invisible-ray-1936.md +++ b/reviews/the-invisible-ray-1935.md @@ -2,7 +2,7 @@ date: 2008-02-19 imdb_id: tt0027800 grade: D -slug: the-invisible-ray-1936 +slug: the-invisible-ray-1935 --- The discovery of a radioactive meteor by a pair of scientists (Boris Karloff and Bela Lugosi) leads to deadly consequences. diff --git a/reviews/iron-man-1931.md b/reviews/the-iron-man-1931.md similarity index 84% rename from reviews/iron-man-1931.md rename to reviews/the-iron-man-1931.md index 95fb8a5a15..0f9a185e6f 100644 --- a/reviews/iron-man-1931.md +++ b/reviews/the-iron-man-1931.md @@ -1,9 +1,8 @@ --- date: 2021-01-17 imdb_id: tt0022002 -title: Iron Man (1931) grade: C -slug: iron-man-1931 +slug: the-iron-man-1931 --- -Solid melodrama set in the boxing world. Ayres plays the titular Iron Man, a lightweight pugilist with a blind spot for opportunistic Harlow. Armstrong underplays a meaty role as Ayres's manager. \ No newline at end of file +Solid melodrama set in the boxing world. Ayres plays the titular Iron Man, a lightweight pugilist with a blind spot for opportunistic Harlow. Armstrong underplays a meaty role as Ayres's manager. diff --git a/reviews/pit-and-the-pendulum-1961.md b/reviews/the-pit-and-the-pendulum-1961.md similarity index 66% rename from reviews/pit-and-the-pendulum-1961.md rename to reviews/the-pit-and-the-pendulum-1961.md index 66660ca05f..ab4d2d05e7 100644 --- a/reviews/pit-and-the-pendulum-1961.md +++ b/reviews/the-pit-and-the-pendulum-1961.md @@ -2,12 +2,12 @@ date: 2007-07-23 imdb_id: tt0055304 grade: B -slug: pit-and-the-pendulum-1961 +slug: the-pit-and-the-pendulum-1961 --- A nobleman (Vincent Price) is convinced his late wife (Barbara Steele) is haunting him. -_Pit and the Pendulum_ is the second, and one of the best of director Roger Corman’s series of Edgar Allan Poe adaptations. This film improves on Corman’s previous Poe adaptation (_House of Usher_) in almost every way. +_The Pit and the Pendulum_ is the second, and one of the best of director Roger Corman’s series of Edgar Allan Poe adaptations. This film improves on Corman’s previous Poe adaptation (_House of Usher_) in almost every way. Similar to the Hammer Film productions, Pit and the Pendulum features great sets and makes wonderful use of color. Unlike Hammer, however, Corman didn’t have a pool of great English actors to pull from. While Price and Steele are great, John Kerr is distinctly American in what should have been and Englishman’s role. diff --git a/reviews/seas-beneath-1931.md b/reviews/the-seas-beneath-1931.md similarity index 97% rename from reviews/seas-beneath-1931.md rename to reviews/the-seas-beneath-1931.md index 99abf2f9d9..1f2fd5d0a8 100644 --- a/reviews/seas-beneath-1931.md +++ b/reviews/the-seas-beneath-1931.md @@ -1,9 +1,8 @@ --- date: 2021-01-07 imdb_id: tt0022353 -title: Seas Beneath (1931) grade: D+ -slug: seas-beneath-1931 +slug: the-seas-beneath-1931 --- An uneven amalgam of war picture, spy drama, and romance. In late WWI, O’Brien captains a naval crew aboard a decoy ship posing as merchant marines. They’re hunting for a notorious German U-boat. diff --git a/reviews/the-slumberparty-massacre-1982.md b/reviews/the-slumber-party-massacre-1982.md similarity index 91% rename from reviews/the-slumberparty-massacre-1982.md rename to reviews/the-slumber-party-massacre-1982.md index 61eca9668d..82c28800f0 100644 --- a/reviews/the-slumberparty-massacre-1982.md +++ b/reviews/the-slumber-party-massacre-1982.md @@ -1,9 +1,8 @@ --- date: 2021-10-08 imdb_id: tt0084695 -title: The Slumberparty Massacre (1982) grade: D+ -slug: the-slumberparty-massacre-1982 +slug: the-slumber-party-massacre-1982 --- I went in knowing this had an all-woman creative team, but it was only after watching that I learned feminist activist Rita Mae Brown wrote the script as a slasher parody, but producer-director Amy Holden Jones shot it as a straight exploitation picture. @@ -14,4 +13,4 @@ The setup proves familiar. A group of high school senior girls gathers for a slu But the disconnect between the script's intent and execution results in several scenes of unintentional comedy. In one, two guys can't hear a woman screaming and pounding in a van parked mere feet away. In another, a girl charges upstairs armed with a circular saw, only to snap backward when she maxes the power cord. In a different movie, these scenes could be funny but placed between the brutal, serious murders, they annoyed me. -Disappointing. What could have achieved _Beyond the Valley of the Dolls_ levels of satire results in a curious oddity. \ No newline at end of file +Disappointing. What could have achieved _Beyond the Valley of the Dolls_ levels of satire results in a curious oddity. diff --git a/reviews/man-in-the-middle-1963.md b/reviews/the-winston-affair-1964.md similarity index 96% rename from reviews/man-in-the-middle-1963.md rename to reviews/the-winston-affair-1964.md index de04133ff5..dd1bdf1456 100644 --- a/reviews/man-in-the-middle-1963.md +++ b/reviews/the-winston-affair-1964.md @@ -2,7 +2,7 @@ date: 2009-01-19 imdb_id: tt0058323 grade: C+ -slug: man-in-the-middle-1963 +slug: the-winston-affair-1964 --- A career officer (Robert Mitchum) in the American military finds himself ordered to defend another officer (Keenan Wynn), who's clearly insane, in the politically charged case of the murder of a British soldier in India. diff --git a/scripts/reviews_with_no_viewings.py b/scripts/reviews_with_no_viewings.py index a3ccac19d4..5f9f6550ea 100644 --- a/scripts/reviews_with_no_viewings.py +++ b/scripts/reviews_with_no_viewings.py @@ -22,6 +22,9 @@ def reports_with_no_viewings() -> None: if review.imdb_id not in viewing_imdb_ids: logger.log(review.slug) + if review.slug != review.title().slug: + logger.log(review.slug) + if __name__ == "__main__": reports_with_no_viewings() diff --git a/viewings/2003-05-15-01-the-matrix-reloaded-2003.md b/viewings/2003-05-15-01-the-matrix-reloaded-2003.md new file mode 100644 index 0000000000..e655dafb98 --- /dev/null +++ b/viewings/2003-05-15-01-the-matrix-reloaded-2003.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0234215 +date: 2003-05-15 +slug: the-matrix-reloaded-2003 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-06-20-01-hulk-2003.md b/viewings/2003-06-20-01-hulk-2003.md new file mode 100644 index 0000000000..2152c3b4af --- /dev/null +++ b/viewings/2003-06-20-01-hulk-2003.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0286716 +date: 2003-06-20 +slug: hulk-2003 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-06-25-01-vampires-los-muertos-2002.md b/viewings/2003-06-25-01-vampires-los-muertos-2002.md new file mode 100644 index 0000000000..ee3267eb2d --- /dev/null +++ b/viewings/2003-06-25-01-vampires-los-muertos-2002.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0272147 +date: 2003-06-25 +slug: vampires-los-muertos-2002 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-07-01-01-swingers-1996.md b/viewings/2003-07-01-01-swingers-1996.md new file mode 100644 index 0000000000..d02aa7c4b5 --- /dev/null +++ b/viewings/2003-07-01-01-swingers-1996.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0117802 +date: 2003-07-01 +slug: swingers-1996 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-07-01-02-terminator-3-rise-of-the-machines-2003.md b/viewings/2003-07-01-02-terminator-3-rise-of-the-machines-2003.md new file mode 100644 index 0000000000..8e6e5cbe7b --- /dev/null +++ b/viewings/2003-07-01-02-terminator-3-rise-of-the-machines-2003.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0181852 +date: 2003-07-01 +slug: terminator-3-rise-of-the-machines-2003 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-07-08-01-my-favorite-wife-1940.md b/viewings/2003-07-08-01-my-favorite-wife-1940.md new file mode 100644 index 0000000000..fbdc89fa06 --- /dev/null +++ b/viewings/2003-07-08-01-my-favorite-wife-1940.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0029284 +date: 2003-07-08 +slug: my-favorite-wife-1940 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-07-11-01-novocaine-2001.md b/viewings/2003-07-11-01-novocaine-2001.md new file mode 100644 index 0000000000..dd9a81cda2 --- /dev/null +++ b/viewings/2003-07-11-01-novocaine-2001.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0234354 +date: 2003-07-11 +slug: novocaine-2001 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-07-11-02-queen-of-blood-1966.md b/viewings/2003-07-11-02-queen-of-blood-1966.md new file mode 100644 index 0000000000..f4b71053a0 --- /dev/null +++ b/viewings/2003-07-11-02-queen-of-blood-1966.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0060877 +date: 2003-07-11 +slug: queen-of-blood-1966 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-07-12-01-finding-nemo-2003.md b/viewings/2003-07-12-01-finding-nemo-2003.md new file mode 100644 index 0000000000..bb71faeec5 --- /dev/null +++ b/viewings/2003-07-12-01-finding-nemo-2003.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0266543 +date: 2003-07-12 +slug: finding-nemo-2003 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-07-19-01-pirates-of-the-caribbean-the-curse-of-the-black-pearl-2003.md b/viewings/2003-07-19-01-pirates-of-the-caribbean-the-curse-of-the-black-pearl-2003.md new file mode 100644 index 0000000000..e812430601 --- /dev/null +++ b/viewings/2003-07-19-01-pirates-of-the-caribbean-the-curse-of-the-black-pearl-2003.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0325980 +date: 2003-07-19 +slug: pirates-of-the-caribbean-the-curse-of-the-black-pearl-2003 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-08-14-01-murder-by-death-1976.md b/viewings/2003-08-14-01-murder-by-death-1976.md new file mode 100644 index 0000000000..db01ef674f --- /dev/null +++ b/viewings/2003-08-14-01-murder-by-death-1976.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0074937 +date: 2003-08-14 +slug: murder-by-death-1976 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-08-14-02-hard-eight-1996.md b/viewings/2003-08-14-02-hard-eight-1996.md new file mode 100644 index 0000000000..cf347e976e --- /dev/null +++ b/viewings/2003-08-14-02-hard-eight-1996.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0119256 +date: 2003-08-14 +slug: hard-eight-1996 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-09-03-01-the-rat-pack-1998.md b/viewings/2003-09-03-01-the-rat-pack-1998.md new file mode 100644 index 0000000000..1913f8bd32 --- /dev/null +++ b/viewings/2003-09-03-01-the-rat-pack-1998.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0146165 +date: 2003-09-03 +slug: the-rat-pack-1998 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-09-04-01-once-bitten-1985.md b/viewings/2003-09-04-01-once-bitten-1985.md new file mode 100644 index 0000000000..d5473e5e93 --- /dev/null +++ b/viewings/2003-09-04-01-once-bitten-1985.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0089730 +date: 2003-09-04 +slug: once-bitten-1985 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-09-05-01-american-history-x-1998.md b/viewings/2003-09-05-01-american-history-x-1998.md new file mode 100644 index 0000000000..d127c0ef56 --- /dev/null +++ b/viewings/2003-09-05-01-american-history-x-1998.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0120586 +date: 2003-09-05 +slug: american-history-x-1998 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-09-07-01-bad-day-at-black-rock-1955.md b/viewings/2003-09-07-01-bad-day-at-black-rock-1955.md new file mode 100644 index 0000000000..5385f3ba99 --- /dev/null +++ b/viewings/2003-09-07-01-bad-day-at-black-rock-1955.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0047849 +date: 2003-09-07 +slug: bad-day-at-black-rock-1955 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-09-12-01-once-upon-a-time-in-mexico-2003.md b/viewings/2003-09-12-01-once-upon-a-time-in-mexico-2003.md new file mode 100644 index 0000000000..8f0cb130b7 --- /dev/null +++ b/viewings/2003-09-12-01-once-upon-a-time-in-mexico-2003.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0285823 +date: 2003-09-12 +slug: once-upon-a-time-in-mexico-2003 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-09-16-01-mr-smith-goes-to-washington-1939.md b/viewings/2003-09-16-01-mr-smith-goes-to-washington-1939.md new file mode 100644 index 0000000000..9bb1291a55 --- /dev/null +++ b/viewings/2003-09-16-01-mr-smith-goes-to-washington-1939.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0031679 +date: 2003-09-16 +slug: mr-smith-goes-to-washington-1939 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-09-17-01-the-shootist-1976.md b/viewings/2003-09-17-01-the-shootist-1976.md new file mode 100644 index 0000000000..dc1ebd01aa --- /dev/null +++ b/viewings/2003-09-17-01-the-shootist-1976.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0075213 +date: 2003-09-17 +slug: the-shootist-1976 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-09-18-01-the-man-who-cried-2000.md b/viewings/2003-09-18-01-the-man-who-cried-2000.md new file mode 100644 index 0000000000..884ae6be03 --- /dev/null +++ b/viewings/2003-09-18-01-the-man-who-cried-2000.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0206917 +date: 2003-09-18 +slug: the-man-who-cried-2000 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-09-18-02-scotland-pa-2001.md b/viewings/2003-09-18-02-scotland-pa-2001.md new file mode 100644 index 0000000000..c56928240a --- /dev/null +++ b/viewings/2003-09-18-02-scotland-pa-2001.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0265713 +date: 2003-09-18 +slug: scotland-pa-2001 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-09-19-01-underworld-2003.md b/viewings/2003-09-19-01-underworld-2003.md new file mode 100644 index 0000000000..f90d1f31b1 --- /dev/null +++ b/viewings/2003-09-19-01-underworld-2003.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0320691 +date: 2003-09-19 +slug: underworld-2003 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-09-19-02-bell-book-and-candle-1958.md b/viewings/2003-09-19-02-bell-book-and-candle-1958.md new file mode 100644 index 0000000000..6f4d98cded --- /dev/null +++ b/viewings/2003-09-19-02-bell-book-and-candle-1958.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0051406 +date: 2003-09-19 +slug: bell-book-and-candle-1958 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-09-20-01-queen-of-the-damned-2002.md b/viewings/2003-09-20-01-queen-of-the-damned-2002.md new file mode 100644 index 0000000000..eaef214746 --- /dev/null +++ b/viewings/2003-09-20-01-queen-of-the-damned-2002.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0238546 +date: 2003-09-20 +slug: queen-of-the-damned-2002 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-09-20-02-operation-petticoat-1959.md b/viewings/2003-09-20-02-operation-petticoat-1959.md new file mode 100644 index 0000000000..15d0a77783 --- /dev/null +++ b/viewings/2003-09-20-02-operation-petticoat-1959.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0053143 +date: 2003-09-20 +slug: operation-petticoat-1959 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-09-20-03-deadline-u-s-a-1952.md b/viewings/2003-09-20-03-deadline-u-s-a-1952.md new file mode 100644 index 0000000000..585bdd95af --- /dev/null +++ b/viewings/2003-09-20-03-deadline-u-s-a-1952.md @@ -0,0 +1,11 @@ +--- +sequence: 3 +imdbId: tt0044533 +date: 2003-09-20 +slug: deadline-u-s-a-1952 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-09-21-01-adventures-of-don-juan-1948.md b/viewings/2003-09-21-01-adventures-of-don-juan-1948.md new file mode 100644 index 0000000000..3ad80b3638 --- /dev/null +++ b/viewings/2003-09-21-01-adventures-of-don-juan-1948.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0040076 +date: 2003-09-21 +slug: adventures-of-don-juan-1948 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-09-21-02-she-wore-a-yellow-ribbon-1949.md b/viewings/2003-09-21-02-she-wore-a-yellow-ribbon-1949.md new file mode 100644 index 0000000000..1e330d97cb --- /dev/null +++ b/viewings/2003-09-21-02-she-wore-a-yellow-ribbon-1949.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0041866 +date: 2003-09-21 +slug: she-wore-a-yellow-ribbon-1949 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-09-22-01-wild-at-heart-1990.md b/viewings/2003-09-22-01-wild-at-heart-1990.md new file mode 100644 index 0000000000..d331f68e81 --- /dev/null +++ b/viewings/2003-09-22-01-wild-at-heart-1990.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0100935 +date: 2003-09-22 +slug: wild-at-heart-1990 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-09-23-01-red-river-1948.md b/viewings/2003-09-23-01-red-river-1948.md new file mode 100644 index 0000000000..26cb9229a1 --- /dev/null +++ b/viewings/2003-09-23-01-red-river-1948.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0040724 +date: 2003-09-23 +slug: red-river-1948 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-09-25-01-casino-royale-1967.md b/viewings/2003-09-25-01-casino-royale-1967.md new file mode 100644 index 0000000000..45aaeafb89 --- /dev/null +++ b/viewings/2003-09-25-01-casino-royale-1967.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0061452 +date: 2003-09-25 +slug: casino-royale-1967 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-09-26-01-the-barefoot-contessa-1954.md b/viewings/2003-09-26-01-the-barefoot-contessa-1954.md new file mode 100644 index 0000000000..5d934112a9 --- /dev/null +++ b/viewings/2003-09-26-01-the-barefoot-contessa-1954.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0046754 +date: 2003-09-26 +slug: the-barefoot-contessa-1954 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-09-26-02-the-detective-1968.md b/viewings/2003-09-26-02-the-detective-1968.md new file mode 100644 index 0000000000..98d13f41f4 --- /dev/null +++ b/viewings/2003-09-26-02-the-detective-1968.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0062883 +date: 2003-09-26 +slug: the-detective-1968 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-09-27-01-anything-else-2003.md b/viewings/2003-09-27-01-anything-else-2003.md new file mode 100644 index 0000000000..8a432bdac4 --- /dev/null +++ b/viewings/2003-09-27-01-anything-else-2003.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0313792 +date: 2003-09-27 +slug: anything-else-2003 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-09-28-01-holiday-1938.md b/viewings/2003-09-28-01-holiday-1938.md new file mode 100644 index 0000000000..21c3fc249f --- /dev/null +++ b/viewings/2003-09-28-01-holiday-1938.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0030241 +date: 2003-09-28 +slug: holiday-1938 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-09-29-01-the-magnificent-seven-1960.md b/viewings/2003-09-29-01-the-magnificent-seven-1960.md new file mode 100644 index 0000000000..fa24119ccc --- /dev/null +++ b/viewings/2003-09-29-01-the-magnificent-seven-1960.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0054047 +date: 2003-09-29 +slug: the-magnificent-seven-1960 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-09-30-01-harvey-1950.md b/viewings/2003-09-30-01-harvey-1950.md new file mode 100644 index 0000000000..c6e2e0ce39 --- /dev/null +++ b/viewings/2003-09-30-01-harvey-1950.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0042546 +date: 2003-09-30 +slug: harvey-1950 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-10-03-01-hondo-1953.md b/viewings/2003-10-03-01-hondo-1953.md new file mode 100644 index 0000000000..1fb7500e55 --- /dev/null +++ b/viewings/2003-10-03-01-hondo-1953.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0045883 +date: 2003-10-03 +slug: hondo-1953 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-10-03-02-gunga-din-1939.md b/viewings/2003-10-03-02-gunga-din-1939.md new file mode 100644 index 0000000000..4e20f4c3a8 --- /dev/null +++ b/viewings/2003-10-03-02-gunga-din-1939.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0031398 +date: 2003-10-03 +slug: gunga-din-1939 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-10-03-03-poodle-springs-1998.md b/viewings/2003-10-03-03-poodle-springs-1998.md new file mode 100644 index 0000000000..8f0faab171 --- /dev/null +++ b/viewings/2003-10-03-03-poodle-springs-1998.md @@ -0,0 +1,11 @@ +--- +sequence: 3 +imdbId: tt0145400 +date: 2003-10-03 +slug: poodle-springs-1998 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-10-05-01-the-gorgon-1964.md b/viewings/2003-10-05-01-the-gorgon-1964.md new file mode 100644 index 0000000000..fa055d8dc0 --- /dev/null +++ b/viewings/2003-10-05-01-the-gorgon-1964.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0058155 +date: 2003-10-05 +slug: the-gorgon-1964 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-10-06-01-the-terror-of-the-tongs-1961.md b/viewings/2003-10-06-01-the-terror-of-the-tongs-1961.md new file mode 100644 index 0000000000..a45a074f1f --- /dev/null +++ b/viewings/2003-10-06-01-the-terror-of-the-tongs-1961.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0055516 +date: 2003-10-06 +slug: the-terror-of-the-tongs-1961 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-10-06-02-the-crimson-cult-1968.md b/viewings/2003-10-06-02-the-crimson-cult-1968.md new file mode 100644 index 0000000000..66c7c7c55d --- /dev/null +++ b/viewings/2003-10-06-02-the-crimson-cult-1968.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0062833 +date: 2003-10-06 +slug: the-crimson-cult-1968 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-10-07-01-the-masque-of-the-red-death-1964.md b/viewings/2003-10-07-01-the-masque-of-the-red-death-1964.md new file mode 100644 index 0000000000..e50dfdc180 --- /dev/null +++ b/viewings/2003-10-07-01-the-masque-of-the-red-death-1964.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0058333 +date: 2003-10-07 +slug: the-masque-of-the-red-death-1964 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-10-08-01-the-lost-boys-1987.md b/viewings/2003-10-08-01-the-lost-boys-1987.md new file mode 100644 index 0000000000..917abfe761 --- /dev/null +++ b/viewings/2003-10-08-01-the-lost-boys-1987.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0093437 +date: 2003-10-08 +slug: the-lost-boys-1987 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-10-09-01-frankenstein-1931.md b/viewings/2003-10-09-01-frankenstein-1931.md new file mode 100644 index 0000000000..1287133d57 --- /dev/null +++ b/viewings/2003-10-09-01-frankenstein-1931.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0021884 +date: 2003-10-09 +slug: frankenstein-1931 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-10-10-01-the-curse-of-frankenstein-1957.md b/viewings/2003-10-10-01-the-curse-of-frankenstein-1957.md new file mode 100644 index 0000000000..59cf6913fc --- /dev/null +++ b/viewings/2003-10-10-01-the-curse-of-frankenstein-1957.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0050280 +date: 2003-10-10 +slug: the-curse-of-frankenstein-1957 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-10-10-02-habit-1995.md b/viewings/2003-10-10-02-habit-1995.md new file mode 100644 index 0000000000..93f42c55ea --- /dev/null +++ b/viewings/2003-10-10-02-habit-1995.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0113241 +date: 2003-10-10 +slug: habit-1995 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-10-11-01-jack-frost-2-revenge-of-the-mutant-killer-snowman-2000.md b/viewings/2003-10-11-01-jack-frost-2-revenge-of-the-mutant-killer-snowman-2000.md new file mode 100644 index 0000000000..14f2d79499 --- /dev/null +++ b/viewings/2003-10-11-01-jack-frost-2-revenge-of-the-mutant-killer-snowman-2000.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0239496 +date: 2003-10-11 +slug: jack-frost-2-revenge-of-the-mutant-killer-snowman-2000 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-10-12-01-the-mephisto-waltz-1971.md b/viewings/2003-10-12-01-the-mephisto-waltz-1971.md new file mode 100644 index 0000000000..434fb441fd --- /dev/null +++ b/viewings/2003-10-12-01-the-mephisto-waltz-1971.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0067419 +date: 2003-10-12 +slug: the-mephisto-waltz-1971 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-10-12-02-village-of-the-damned-1960.md b/viewings/2003-10-12-02-village-of-the-damned-1960.md new file mode 100644 index 0000000000..35c6e1bdd1 --- /dev/null +++ b/viewings/2003-10-12-02-village-of-the-damned-1960.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0054443 +date: 2003-10-12 +slug: village-of-the-damned-1960 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-10-13-01-scream-of-the-wolf-1974.md b/viewings/2003-10-13-01-scream-of-the-wolf-1974.md new file mode 100644 index 0000000000..34691cdfe9 --- /dev/null +++ b/viewings/2003-10-13-01-scream-of-the-wolf-1974.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0072128 +date: 2003-10-13 +slug: scream-of-the-wolf-1974 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-10-16-01-horror-of-dracula-1958.md b/viewings/2003-10-16-01-horror-of-dracula-1958.md new file mode 100644 index 0000000000..2b48c10472 --- /dev/null +++ b/viewings/2003-10-16-01-horror-of-dracula-1958.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0051554 +date: 2003-10-16 +slug: horror-of-dracula-1958 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-10-16-02-dracula-prince-of-darkness-1966.md b/viewings/2003-10-16-02-dracula-prince-of-darkness-1966.md new file mode 100644 index 0000000000..2b82c60025 --- /dev/null +++ b/viewings/2003-10-16-02-dracula-prince-of-darkness-1966.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0059127 +date: 2003-10-16 +slug: dracula-prince-of-darkness-1966 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-10-17-01-kill-bill-vol-1-2003.md b/viewings/2003-10-17-01-kill-bill-vol-1-2003.md new file mode 100644 index 0000000000..e97b986f4a --- /dev/null +++ b/viewings/2003-10-17-01-kill-bill-vol-1-2003.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0266697 +date: 2003-10-17 +slug: kill-bill-vol-1-2003 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-10-23-01-the-mummy-1959.md b/viewings/2003-10-23-01-the-mummy-1959.md new file mode 100644 index 0000000000..df49557c63 --- /dev/null +++ b/viewings/2003-10-23-01-the-mummy-1959.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0053085 +date: 2003-10-23 +slug: the-mummy-1959 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-10-23-02-wendigo-2001.md b/viewings/2003-10-23-02-wendigo-2001.md new file mode 100644 index 0000000000..765012adb9 --- /dev/null +++ b/viewings/2003-10-23-02-wendigo-2001.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0275067 +date: 2003-10-23 +slug: wendigo-2001 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-10-24-01-intolerable-cruelty-2003.md b/viewings/2003-10-24-01-intolerable-cruelty-2003.md new file mode 100644 index 0000000000..c69341f4b3 --- /dev/null +++ b/viewings/2003-10-24-01-intolerable-cruelty-2003.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0138524 +date: 2003-10-24 +slug: intolerable-cruelty-2003 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-10-25-01-it-the-terror-from-beyond-space-1958.md b/viewings/2003-10-25-01-it-the-terror-from-beyond-space-1958.md new file mode 100644 index 0000000000..0bb9bbe26b --- /dev/null +++ b/viewings/2003-10-25-01-it-the-terror-from-beyond-space-1958.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0051786 +date: 2003-10-25 +slug: it-the-terror-from-beyond-space-1958 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-10-25-02-deliverance-1972.md b/viewings/2003-10-25-02-deliverance-1972.md new file mode 100644 index 0000000000..c83dc199b1 --- /dev/null +++ b/viewings/2003-10-25-02-deliverance-1972.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0068473 +date: 2003-10-25 +slug: deliverance-1972 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-10-25-03-bad-moon-1996.md b/viewings/2003-10-25-03-bad-moon-1996.md new file mode 100644 index 0000000000..86a1a8ce57 --- /dev/null +++ b/viewings/2003-10-25-03-bad-moon-1996.md @@ -0,0 +1,11 @@ +--- +sequence: 3 +imdbId: tt0115610 +date: 2003-10-25 +slug: bad-moon-1996 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-10-28-01-mark-of-the-vampire-1935.md b/viewings/2003-10-28-01-mark-of-the-vampire-1935.md new file mode 100644 index 0000000000..a18360bc8c --- /dev/null +++ b/viewings/2003-10-28-01-mark-of-the-vampire-1935.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0026685 +date: 2003-10-28 +slug: mark-of-the-vampire-1935 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-11-01-01-top-secret-1984.md b/viewings/2003-11-01-01-top-secret-1984.md new file mode 100644 index 0000000000..593e1ce689 --- /dev/null +++ b/viewings/2003-11-01-01-top-secret-1984.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0088286 +date: 2003-11-01 +slug: top-secret-1984 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-11-02-01-airplane-1980.md b/viewings/2003-11-02-01-airplane-1980.md new file mode 100644 index 0000000000..66e115f767 --- /dev/null +++ b/viewings/2003-11-02-01-airplane-1980.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0080339 +date: 2003-11-02 +slug: airplane-1980 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-11-03-01-austin-powers-international-man-of-mystery-1997.md b/viewings/2003-11-03-01-austin-powers-international-man-of-mystery-1997.md new file mode 100644 index 0000000000..be66e6f165 --- /dev/null +++ b/viewings/2003-11-03-01-austin-powers-international-man-of-mystery-1997.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0118655 +date: 2003-11-03 +slug: austin-powers-international-man-of-mystery-1997 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-11-04-01-cool-hand-luke-1967.md b/viewings/2003-11-04-01-cool-hand-luke-1967.md new file mode 100644 index 0000000000..81210cc72c --- /dev/null +++ b/viewings/2003-11-04-01-cool-hand-luke-1967.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0061512 +date: 2003-11-04 +slug: cool-hand-luke-1967 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-11-05-01-the-matrix-revolutions-2003.md b/viewings/2003-11-05-01-the-matrix-revolutions-2003.md new file mode 100644 index 0000000000..e23d016e52 --- /dev/null +++ b/viewings/2003-11-05-01-the-matrix-revolutions-2003.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0242653 +date: 2003-11-05 +slug: the-matrix-revolutions-2003 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-11-05-02-24-hour-party-people-2002.md b/viewings/2003-11-05-02-24-hour-party-people-2002.md new file mode 100644 index 0000000000..7b5275ad67 --- /dev/null +++ b/viewings/2003-11-05-02-24-hour-party-people-2002.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0274309 +date: 2003-11-05 +slug: 24-hour-party-people-2002 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-11-06-01-crash-1996.md b/viewings/2003-11-06-01-crash-1996.md new file mode 100644 index 0000000000..fbb0d98746 --- /dev/null +++ b/viewings/2003-11-06-01-crash-1996.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0115964 +date: 2003-11-06 +slug: crash-1996 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-11-07-01-working-girl-1988.md b/viewings/2003-11-07-01-working-girl-1988.md new file mode 100644 index 0000000000..7a284067ca --- /dev/null +++ b/viewings/2003-11-07-01-working-girl-1988.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0096463 +date: 2003-11-07 +slug: working-girl-1988 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-11-08-01-rivers-edge-1986.md b/viewings/2003-11-08-01-rivers-edge-1986.md new file mode 100644 index 0000000000..e8af3b379f --- /dev/null +++ b/viewings/2003-11-08-01-rivers-edge-1986.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0091860 +date: 2003-11-08 +slug: rivers-edge-1986 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-11-09-01-close-encounters-of-the-third-kind-1977.md b/viewings/2003-11-09-01-close-encounters-of-the-third-kind-1977.md new file mode 100644 index 0000000000..81babaa8a8 --- /dev/null +++ b/viewings/2003-11-09-01-close-encounters-of-the-third-kind-1977.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0075860 +date: 2003-11-09 +slug: close-encounters-of-the-third-kind-1977 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-11-11-01-the-royal-tenenbaums-2001.md b/viewings/2003-11-11-01-the-royal-tenenbaums-2001.md new file mode 100644 index 0000000000..b947840622 --- /dev/null +++ b/viewings/2003-11-11-01-the-royal-tenenbaums-2001.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0265666 +date: 2003-11-11 +slug: the-royal-tenenbaums-2001 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-11-19-01-knock-on-any-door-1949.md b/viewings/2003-11-19-01-knock-on-any-door-1949.md new file mode 100644 index 0000000000..6054a47ebf --- /dev/null +++ b/viewings/2003-11-19-01-knock-on-any-door-1949.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0041555 +date: 2003-11-19 +slug: knock-on-any-door-1949 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-11-20-01-the-dirty-dozen-1967.md b/viewings/2003-11-20-01-the-dirty-dozen-1967.md new file mode 100644 index 0000000000..24b4192f24 --- /dev/null +++ b/viewings/2003-11-20-01-the-dirty-dozen-1967.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0061578 +date: 2003-11-20 +slug: the-dirty-dozen-1967 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-11-21-01-elf-2003.md b/viewings/2003-11-21-01-elf-2003.md new file mode 100644 index 0000000000..20cabe7bee --- /dev/null +++ b/viewings/2003-11-21-01-elf-2003.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0319343 +date: 2003-11-21 +slug: elf-2003 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-11-21-02-blow-up-1966.md b/viewings/2003-11-21-02-blow-up-1966.md new file mode 100644 index 0000000000..3ea60e1493 --- /dev/null +++ b/viewings/2003-11-21-02-blow-up-1966.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0060176 +date: 2003-11-21 +slug: blow-up-1966 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-11-22-01-captain-blood-1935.md b/viewings/2003-11-22-01-captain-blood-1935.md new file mode 100644 index 0000000000..0c3a83526b --- /dev/null +++ b/viewings/2003-11-22-01-captain-blood-1935.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0026174 +date: 2003-11-22 +slug: captain-blood-1935 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-11-22-02-the-sex-monster-1999.md b/viewings/2003-11-22-02-the-sex-monster-1999.md new file mode 100644 index 0000000000..9b9fa4c1cb --- /dev/null +++ b/viewings/2003-11-22-02-the-sex-monster-1999.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0159730 +date: 2003-11-22 +slug: the-sex-monster-1999 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-11-28-01-dogma-1999.md b/viewings/2003-11-28-01-dogma-1999.md new file mode 100644 index 0000000000..159d68108a --- /dev/null +++ b/viewings/2003-11-28-01-dogma-1999.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0120655 +date: 2003-11-28 +slug: dogma-1999 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-11-29-01-monsoon-wedding-2001.md b/viewings/2003-11-29-01-monsoon-wedding-2001.md new file mode 100644 index 0000000000..091cccc153 --- /dev/null +++ b/viewings/2003-11-29-01-monsoon-wedding-2001.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0265343 +date: 2003-11-29 +slug: monsoon-wedding-2001 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-12-03-01-miami-blues-1990.md b/viewings/2003-12-03-01-miami-blues-1990.md new file mode 100644 index 0000000000..06add4b301 --- /dev/null +++ b/viewings/2003-12-03-01-miami-blues-1990.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0100143 +date: 2003-12-03 +slug: miami-blues-1990 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-12-04-01-logans-run-1976.md b/viewings/2003-12-04-01-logans-run-1976.md new file mode 100644 index 0000000000..c6be664c72 --- /dev/null +++ b/viewings/2003-12-04-01-logans-run-1976.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0074812 +date: 2003-12-04 +slug: logans-run-1976 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-12-05-01-rooster-cogburn-1975.md b/viewings/2003-12-05-01-rooster-cogburn-1975.md new file mode 100644 index 0000000000..32af0da1d5 --- /dev/null +++ b/viewings/2003-12-05-01-rooster-cogburn-1975.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0073636 +date: 2003-12-05 +slug: rooster-cogburn-1975 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-12-06-01-wargames-1983.md b/viewings/2003-12-06-01-wargames-1983.md new file mode 100644 index 0000000000..2cc427794c --- /dev/null +++ b/viewings/2003-12-06-01-wargames-1983.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0086567 +date: 2003-12-06 +slug: wargames-1983 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-12-07-01-high-sierra-1940.md b/viewings/2003-12-07-01-high-sierra-1940.md new file mode 100644 index 0000000000..cd033648d4 --- /dev/null +++ b/viewings/2003-12-07-01-high-sierra-1940.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0033717 +date: 2003-12-07 +slug: high-sierra-1940 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-12-08-01-dead-heat-on-a-merry-go-round-1966.md b/viewings/2003-12-08-01-dead-heat-on-a-merry-go-round-1966.md new file mode 100644 index 0000000000..e48b2a6f33 --- /dev/null +++ b/viewings/2003-12-08-01-dead-heat-on-a-merry-go-round-1966.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0060287 +date: 2003-12-08 +slug: dead-heat-on-a-merry-go-round-1966 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-12-09-01-cast-a-dark-shadow-1955.md b/viewings/2003-12-09-01-cast-a-dark-shadow-1955.md new file mode 100644 index 0000000000..b258de450b --- /dev/null +++ b/viewings/2003-12-09-01-cast-a-dark-shadow-1955.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0050233 +date: 2003-12-09 +slug: cast-a-dark-shadow-1955 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-12-10-01-blazing-saddles-1974.md b/viewings/2003-12-10-01-blazing-saddles-1974.md new file mode 100644 index 0000000000..32f7bdc696 --- /dev/null +++ b/viewings/2003-12-10-01-blazing-saddles-1974.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0071230 +date: 2003-12-10 +slug: blazing-saddles-1974 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-12-11-01-mr-blandings-builds-his-dream-house-1948.md b/viewings/2003-12-11-01-mr-blandings-builds-his-dream-house-1948.md new file mode 100644 index 0000000000..47f0480ca9 --- /dev/null +++ b/viewings/2003-12-11-01-mr-blandings-builds-his-dream-house-1948.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0040613 +date: 2003-12-11 +slug: mr-blandings-builds-his-dream-house-1948 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-12-13-01-the-big-sleep-1978.md b/viewings/2003-12-13-01-the-big-sleep-1978.md new file mode 100644 index 0000000000..6e2ba1b66b --- /dev/null +++ b/viewings/2003-12-13-01-the-big-sleep-1978.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0077234 +date: 2003-12-13 +slug: the-big-sleep-1978 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-12-13-02-dream-wife-1953.md b/viewings/2003-12-13-02-dream-wife-1953.md new file mode 100644 index 0000000000..a44af6a418 --- /dev/null +++ b/viewings/2003-12-13-02-dream-wife-1953.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0045706 +date: 2003-12-13 +slug: dream-wife-1953 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-12-14-01-a-study-in-terror-1965.md b/viewings/2003-12-14-01-a-study-in-terror-1965.md new file mode 100644 index 0000000000..a3ad3bc8ab --- /dev/null +++ b/viewings/2003-12-14-01-a-study-in-terror-1965.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0059764 +date: 2003-12-14 +slug: a-study-in-terror-1965 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-12-14-02-the-man-who-shot-liberty-valance-1962.md b/viewings/2003-12-14-02-the-man-who-shot-liberty-valance-1962.md new file mode 100644 index 0000000000..850282dddc --- /dev/null +++ b/viewings/2003-12-14-02-the-man-who-shot-liberty-valance-1962.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0056217 +date: 2003-12-14 +slug: the-man-who-shot-liberty-valance-1962 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-12-16-01-spirited-away-2001.md b/viewings/2003-12-16-01-spirited-away-2001.md new file mode 100644 index 0000000000..bdf75e5aa5 --- /dev/null +++ b/viewings/2003-12-16-01-spirited-away-2001.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0245429 +date: 2003-12-16 +slug: spirited-away-2001 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-12-19-01-two-weeks-notice-2002.md b/viewings/2003-12-19-01-two-weeks-notice-2002.md new file mode 100644 index 0000000000..5723fa6315 --- /dev/null +++ b/viewings/2003-12-19-01-two-weeks-notice-2002.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0313737 +date: 2003-12-19 +slug: two-weeks-notice-2002 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-12-20-01-the-poseidon-adventure-1972.md b/viewings/2003-12-20-01-the-poseidon-adventure-1972.md new file mode 100644 index 0000000000..376e251fd6 --- /dev/null +++ b/viewings/2003-12-20-01-the-poseidon-adventure-1972.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0069113 +date: 2003-12-20 +slug: the-poseidon-adventure-1972 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-12-20-02-passage-to-marseille-1944.md b/viewings/2003-12-20-02-passage-to-marseille-1944.md new file mode 100644 index 0000000000..8ba20e8ec4 --- /dev/null +++ b/viewings/2003-12-20-02-passage-to-marseille-1944.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0037166 +date: 2003-12-20 +slug: passage-to-marseille-1944 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-12-20-03-bad-santa-2003.md b/viewings/2003-12-20-03-bad-santa-2003.md new file mode 100644 index 0000000000..905203272b --- /dev/null +++ b/viewings/2003-12-20-03-bad-santa-2003.md @@ -0,0 +1,11 @@ +--- +sequence: 3 +imdbId: tt0307987 +date: 2003-12-20 +slug: bad-santa-2003 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-12-20-04-the-bishops-wife-1947.md b/viewings/2003-12-20-04-the-bishops-wife-1947.md new file mode 100644 index 0000000000..1e4eae2cb5 --- /dev/null +++ b/viewings/2003-12-20-04-the-bishops-wife-1947.md @@ -0,0 +1,11 @@ +--- +sequence: 4 +imdbId: tt0039190 +date: 2003-12-20 +slug: the-bishops-wife-1947 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-12-22-01-roger-dodger-2002.md b/viewings/2003-12-22-01-roger-dodger-2002.md new file mode 100644 index 0000000000..d55916908d --- /dev/null +++ b/viewings/2003-12-22-01-roger-dodger-2002.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0299117 +date: 2003-12-22 +slug: roger-dodger-2002 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-12-23-01-mallrats-1995.md b/viewings/2003-12-23-01-mallrats-1995.md new file mode 100644 index 0000000000..26b207158a --- /dev/null +++ b/viewings/2003-12-23-01-mallrats-1995.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0113749 +date: 2003-12-23 +slug: mallrats-1995 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2003-12-26-01-the-lord-of-the-rings-the-return-of-the-king-2003.md b/viewings/2003-12-26-01-the-lord-of-the-rings-the-return-of-the-king-2003.md new file mode 100644 index 0000000000..40bf04d545 --- /dev/null +++ b/viewings/2003-12-26-01-the-lord-of-the-rings-the-return-of-the-king-2003.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0167260 +date: 2003-12-26 +slug: the-lord-of-the-rings-the-return-of-the-king-2003 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-01-01-01-national-lampoons-christmas-vacation-1989.md b/viewings/2004-01-01-01-national-lampoons-christmas-vacation-1989.md new file mode 100644 index 0000000000..69ca3ebfa5 --- /dev/null +++ b/viewings/2004-01-01-01-national-lampoons-christmas-vacation-1989.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0097958 +date: 2004-01-01 +slug: national-lampoons-christmas-vacation-1989 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-01-02-01-citizen-ruth-1996.md b/viewings/2004-01-02-01-citizen-ruth-1996.md new file mode 100644 index 0000000000..253c460a00 --- /dev/null +++ b/viewings/2004-01-02-01-citizen-ruth-1996.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0115906 +date: 2004-01-02 +slug: citizen-ruth-1996 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-01-02-02-jay-and-silent-bob-strike-back-2001.md b/viewings/2004-01-02-02-jay-and-silent-bob-strike-back-2001.md new file mode 100644 index 0000000000..23633e878a --- /dev/null +++ b/viewings/2004-01-02-02-jay-and-silent-bob-strike-back-2001.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0261392 +date: 2004-01-02 +slug: jay-and-silent-bob-strike-back-2001 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-01-05-01-the-undefeated-1969.md b/viewings/2004-01-05-01-the-undefeated-1969.md new file mode 100644 index 0000000000..25a527b581 --- /dev/null +++ b/viewings/2004-01-05-01-the-undefeated-1969.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0065150 +date: 2004-01-05 +slug: the-undefeated-1969 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-01-08-01-the-man-who-would-be-king-1975.md b/viewings/2004-01-08-01-the-man-who-would-be-king-1975.md new file mode 100644 index 0000000000..e3779013aa --- /dev/null +++ b/viewings/2004-01-08-01-the-man-who-would-be-king-1975.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0073341 +date: 2004-01-08 +slug: the-man-who-would-be-king-1975 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-01-09-01-some-came-running-1958.md b/viewings/2004-01-09-01-some-came-running-1958.md new file mode 100644 index 0000000000..5b3ae07aee --- /dev/null +++ b/viewings/2004-01-09-01-some-came-running-1958.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0052218 +date: 2004-01-09 +slug: some-came-running-1958 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-01-09-02-chisum-1970.md b/viewings/2004-01-09-02-chisum-1970.md new file mode 100644 index 0000000000..5dc661619c --- /dev/null +++ b/viewings/2004-01-09-02-chisum-1970.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0065547 +date: 2004-01-09 +slug: chisum-1970 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-01-09-03-the-bachelor-and-the-bobby-soxer-1947.md b/viewings/2004-01-09-03-the-bachelor-and-the-bobby-soxer-1947.md new file mode 100644 index 0000000000..7609c6726b --- /dev/null +++ b/viewings/2004-01-09-03-the-bachelor-and-the-bobby-soxer-1947.md @@ -0,0 +1,11 @@ +--- +sequence: 3 +imdbId: tt0039169 +date: 2004-01-09 +slug: the-bachelor-and-the-bobby-soxer-1947 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-01-09-04-gothic-1986.md b/viewings/2004-01-09-04-gothic-1986.md new file mode 100644 index 0000000000..48d6b53866 --- /dev/null +++ b/viewings/2004-01-09-04-gothic-1986.md @@ -0,0 +1,11 @@ +--- +sequence: 4 +imdbId: tt0091142 +date: 2004-01-09 +slug: gothic-1986 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-01-11-01-angel-heart-1987.md b/viewings/2004-01-11-01-angel-heart-1987.md new file mode 100644 index 0000000000..ffacea02ed --- /dev/null +++ b/viewings/2004-01-11-01-angel-heart-1987.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0092563 +date: 2004-01-11 +slug: angel-heart-1987 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-01-13-01-the-oklahoma-kid-1939.md b/viewings/2004-01-13-01-the-oklahoma-kid-1939.md new file mode 100644 index 0000000000..56fa7ae3a7 --- /dev/null +++ b/viewings/2004-01-13-01-the-oklahoma-kid-1939.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0031747 +date: 2004-01-13 +slug: the-oklahoma-kid-1939 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-01-15-01-every-girl-should-be-married-1948.md b/viewings/2004-01-15-01-every-girl-should-be-married-1948.md new file mode 100644 index 0000000000..3370a61279 --- /dev/null +++ b/viewings/2004-01-15-01-every-girl-should-be-married-1948.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0040331 +date: 2004-01-15 +slug: every-girl-should-be-married-1948 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-01-16-01-mr-hobbs-takes-a-vacation-1962.md b/viewings/2004-01-16-01-mr-hobbs-takes-a-vacation-1962.md new file mode 100644 index 0000000000..91b4d1184b --- /dev/null +++ b/viewings/2004-01-16-01-mr-hobbs-takes-a-vacation-1962.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0056255 +date: 2004-01-16 +slug: mr-hobbs-takes-a-vacation-1962 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-01-18-01-dracula-ii-ascension-2003.md b/viewings/2004-01-18-01-dracula-ii-ascension-2003.md new file mode 100644 index 0000000000..5534df497f --- /dev/null +++ b/viewings/2004-01-18-01-dracula-ii-ascension-2003.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0336325 +date: 2004-01-18 +slug: dracula-ii-ascension-2003 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-01-23-01-all-through-the-night-1942.md b/viewings/2004-01-23-01-all-through-the-night-1942.md new file mode 100644 index 0000000000..203ce27416 --- /dev/null +++ b/viewings/2004-01-23-01-all-through-the-night-1942.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0034449 +date: 2004-01-23 +slug: all-through-the-night-1942 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-01-23-02-y-tu-mama-tambien-2001.md b/viewings/2004-01-23-02-y-tu-mama-tambien-2001.md new file mode 100644 index 0000000000..991a8e2f81 --- /dev/null +++ b/viewings/2004-01-23-02-y-tu-mama-tambien-2001.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0245574 +date: 2004-01-23 +slug: y-tu-mama-tambien-2001 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-01-27-01-old-school-2003.md b/viewings/2004-01-27-01-old-school-2003.md new file mode 100644 index 0000000000..520821f4d7 --- /dev/null +++ b/viewings/2004-01-27-01-old-school-2003.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0302886 +date: 2004-01-27 +slug: old-school-2003 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-01-27-02-groundhog-day-1993.md b/viewings/2004-01-27-02-groundhog-day-1993.md new file mode 100644 index 0000000000..3cc084f020 --- /dev/null +++ b/viewings/2004-01-27-02-groundhog-day-1993.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0107048 +date: 2004-01-27 +slug: groundhog-day-1993 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-01-28-01-bubba-ho-tep-2002.md b/viewings/2004-01-28-01-bubba-ho-tep-2002.md new file mode 100644 index 0000000000..097cc6b8a4 --- /dev/null +++ b/viewings/2004-01-28-01-bubba-ho-tep-2002.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0281686 +date: 2004-01-28 +slug: bubba-ho-tep-2002 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-01-31-01-in-the-company-of-men-1997.md b/viewings/2004-01-31-01-in-the-company-of-men-1997.md new file mode 100644 index 0000000000..8d9c17688d --- /dev/null +++ b/viewings/2004-01-31-01-in-the-company-of-men-1997.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0119361 +date: 2004-01-31 +slug: in-the-company-of-men-1997 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-02-01-01-master-of-the-flying-guillotine-1976.md b/viewings/2004-02-01-01-master-of-the-flying-guillotine-1976.md new file mode 100644 index 0000000000..3d7fb1779f --- /dev/null +++ b/viewings/2004-02-01-01-master-of-the-flying-guillotine-1976.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0072913 +date: 2004-02-01 +slug: master-of-the-flying-guillotine-1976 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-02-05-01-the-twins-effect-2003.md b/viewings/2004-02-05-01-the-twins-effect-2003.md new file mode 100644 index 0000000000..df4cc379a1 --- /dev/null +++ b/viewings/2004-02-05-01-the-twins-effect-2003.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0351887 +date: 2004-02-05 +slug: the-twins-effect-2003 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-02-06-01-chinatown-1974.md b/viewings/2004-02-06-01-chinatown-1974.md new file mode 100644 index 0000000000..0cf9c07785 --- /dev/null +++ b/viewings/2004-02-06-01-chinatown-1974.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0071315 +date: 2004-02-06 +slug: chinatown-1974 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-02-06-02-the-werewolf-1956.md b/viewings/2004-02-06-02-the-werewolf-1956.md new file mode 100644 index 0000000000..74b5f1f6bc --- /dev/null +++ b/viewings/2004-02-06-02-the-werewolf-1956.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0049944 +date: 2004-02-06 +slug: the-werewolf-1956 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-02-08-01-manhattan-1979.md b/viewings/2004-02-08-01-manhattan-1979.md new file mode 100644 index 0000000000..cd0016ef92 --- /dev/null +++ b/viewings/2004-02-08-01-manhattan-1979.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0079522 +date: 2004-02-08 +slug: manhattan-1979 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-02-09-01-the-great-escape-1963.md b/viewings/2004-02-09-01-the-great-escape-1963.md new file mode 100644 index 0000000000..cefc1fa2ba --- /dev/null +++ b/viewings/2004-02-09-01-the-great-escape-1963.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0057115 +date: 2004-02-09 +slug: the-great-escape-1963 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-02-21-01-vampire-hunters-2003.md b/viewings/2004-02-21-01-vampire-hunters-2003.md new file mode 100644 index 0000000000..1a790806ab --- /dev/null +++ b/viewings/2004-02-21-01-vampire-hunters-2003.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0303970 +date: 2004-02-21 +slug: vampire-hunters-2003 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-02-26-01-as-good-as-it-gets-1997.md b/viewings/2004-02-26-01-as-good-as-it-gets-1997.md new file mode 100644 index 0000000000..66f189b962 --- /dev/null +++ b/viewings/2004-02-26-01-as-good-as-it-gets-1997.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0119822 +date: 2004-02-26 +slug: as-good-as-it-gets-1997 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-02-28-01-rain-man-1988.md b/viewings/2004-02-28-01-rain-man-1988.md new file mode 100644 index 0000000000..25de282a6e --- /dev/null +++ b/viewings/2004-02-28-01-rain-man-1988.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0095953 +date: 2004-02-28 +slug: rain-man-1988 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-02-29-01-network-1976.md b/viewings/2004-02-29-01-network-1976.md new file mode 100644 index 0000000000..e336dc353a --- /dev/null +++ b/viewings/2004-02-29-01-network-1976.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0074958 +date: 2004-02-29 +slug: network-1976 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-03-01-01-the-amazing-dr-clitterhouse-1938.md b/viewings/2004-03-01-01-the-amazing-dr-clitterhouse-1938.md new file mode 100644 index 0000000000..fdc146aa45 --- /dev/null +++ b/viewings/2004-03-01-01-the-amazing-dr-clitterhouse-1938.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0029864 +date: 2004-03-01 +slug: the-amazing-dr-clitterhouse-1938 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-03-10-01-mr-majestyk-1974.md b/viewings/2004-03-10-01-mr-majestyk-1974.md new file mode 100644 index 0000000000..924b22ce4d --- /dev/null +++ b/viewings/2004-03-10-01-mr-majestyk-1974.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0071866 +date: 2004-03-10 +slug: mr-majestyk-1974 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-03-11-01-trouble-along-the-way-1953.md b/viewings/2004-03-11-01-trouble-along-the-way-1953.md new file mode 100644 index 0000000000..0e7b8ccb67 --- /dev/null +++ b/viewings/2004-03-11-01-trouble-along-the-way-1953.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0046463 +date: 2004-03-11 +slug: trouble-along-the-way-1953 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-03-11-02-the-quiet-man-1952.md b/viewings/2004-03-11-02-the-quiet-man-1952.md new file mode 100644 index 0000000000..06bf6fc454 --- /dev/null +++ b/viewings/2004-03-11-02-the-quiet-man-1952.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0045061 +date: 2004-03-11 +slug: the-quiet-man-1952 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-03-11-03-old-dracula-1974.md b/viewings/2004-03-11-03-old-dracula-1974.md new file mode 100644 index 0000000000..e70c6fc9e4 --- /dev/null +++ b/viewings/2004-03-11-03-old-dracula-1974.md @@ -0,0 +1,11 @@ +--- +sequence: 3 +imdbId: tt0071938 +date: 2004-03-11 +slug: old-dracula-1974 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-03-11-04-key-largo-1948.md b/viewings/2004-03-11-04-key-largo-1948.md new file mode 100644 index 0000000000..6f84ddb8c8 --- /dev/null +++ b/viewings/2004-03-11-04-key-largo-1948.md @@ -0,0 +1,11 @@ +--- +sequence: 4 +imdbId: tt0040506 +date: 2004-03-11 +slug: key-largo-1948 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-03-13-01-splash-1984.md b/viewings/2004-03-13-01-splash-1984.md new file mode 100644 index 0000000000..b54ecdfa45 --- /dev/null +++ b/viewings/2004-03-13-01-splash-1984.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0088161 +date: 2004-03-13 +slug: splash-1984 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-03-14-01-whale-rider-2002.md b/viewings/2004-03-14-01-whale-rider-2002.md new file mode 100644 index 0000000000..6cd7c9f200 --- /dev/null +++ b/viewings/2004-03-14-01-whale-rider-2002.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0298228 +date: 2004-03-14 +slug: whale-rider-2002 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-03-26-01-the-return-of-count-yorga-1971.md b/viewings/2004-03-26-01-the-return-of-count-yorga-1971.md new file mode 100644 index 0000000000..a0bc33457f --- /dev/null +++ b/viewings/2004-03-26-01-the-return-of-count-yorga-1971.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0067671 +date: 2004-03-26 +slug: the-return-of-count-yorga-1971 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-03-26-02-count-yorga-vampire-1970.md b/viewings/2004-03-26-02-count-yorga-vampire-1970.md new file mode 100644 index 0000000000..dda428816e --- /dev/null +++ b/viewings/2004-03-26-02-count-yorga-vampire-1970.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0066952 +date: 2004-03-26 +slug: count-yorga-vampire-1970 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-03-28-01-eternal-sunshine-of-the-spotless-mind-2004.md b/viewings/2004-03-28-01-eternal-sunshine-of-the-spotless-mind-2004.md new file mode 100644 index 0000000000..bba5d369ff --- /dev/null +++ b/viewings/2004-03-28-01-eternal-sunshine-of-the-spotless-mind-2004.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0338013 +date: 2004-03-28 +slug: eternal-sunshine-of-the-spotless-mind-2004 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-04-02-01-intermission-2003.md b/viewings/2004-04-02-01-intermission-2003.md new file mode 100644 index 0000000000..6789870605 --- /dev/null +++ b/viewings/2004-04-02-01-intermission-2003.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0332658 +date: 2004-04-02 +slug: intermission-2003 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-04-03-01-hellboy-2004.md b/viewings/2004-04-03-01-hellboy-2004.md new file mode 100644 index 0000000000..802395cfe7 --- /dev/null +++ b/viewings/2004-04-03-01-hellboy-2004.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0167190 +date: 2004-04-03 +slug: hellboy-2004 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-04-10-01-adaptation-2002.md b/viewings/2004-04-10-01-adaptation-2002.md new file mode 100644 index 0000000000..096b4d338e --- /dev/null +++ b/viewings/2004-04-10-01-adaptation-2002.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0268126 +date: 2004-04-10 +slug: adaptation-2002 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-04-18-01-the-punisher-2004.md b/viewings/2004-04-18-01-the-punisher-2004.md new file mode 100644 index 0000000000..c6e6a8d6ca --- /dev/null +++ b/viewings/2004-04-18-01-the-punisher-2004.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0330793 +date: 2004-04-18 +slug: the-punisher-2004 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-05-02-01-kill-bill-vol-2-2004.md b/viewings/2004-05-02-01-kill-bill-vol-2-2004.md new file mode 100644 index 0000000000..41ff6c4f6c --- /dev/null +++ b/viewings/2004-05-02-01-kill-bill-vol-2-2004.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0378194 +date: 2004-05-02 +slug: kill-bill-vol-2-2004 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-05-11-01-the-cincinnati-kid-1965.md b/viewings/2004-05-11-01-the-cincinnati-kid-1965.md new file mode 100644 index 0000000000..9a58fc9173 --- /dev/null +++ b/viewings/2004-05-11-01-the-cincinnati-kid-1965.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0059037 +date: 2004-05-11 +slug: the-cincinnati-kid-1965 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-05-14-01-van-helsing-2004.md b/viewings/2004-05-14-01-van-helsing-2004.md new file mode 100644 index 0000000000..a9bbdc59a9 --- /dev/null +++ b/viewings/2004-05-14-01-van-helsing-2004.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0338526 +date: 2004-05-14 +slug: van-helsing-2004 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-05-15-01-dracula-1979.md b/viewings/2004-05-15-01-dracula-1979.md new file mode 100644 index 0000000000..7acda735f8 --- /dev/null +++ b/viewings/2004-05-15-01-dracula-1979.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0079073 +date: 2004-05-15 +slug: dracula-1979 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-05-17-01-pumpkin-2002.md b/viewings/2004-05-17-01-pumpkin-2002.md new file mode 100644 index 0000000000..3ec8ed9e99 --- /dev/null +++ b/viewings/2004-05-17-01-pumpkin-2002.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0265591 +date: 2004-05-17 +slug: pumpkin-2002 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-05-25-01-dead-reckoning-1946.md b/viewings/2004-05-25-01-dead-reckoning-1946.md new file mode 100644 index 0000000000..ebc530e244 --- /dev/null +++ b/viewings/2004-05-25-01-dead-reckoning-1946.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0039305 +date: 2004-05-25 +slug: dead-reckoning-1946 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-05-26-01-the-enforcer-1951.md b/viewings/2004-05-26-01-the-enforcer-1951.md new file mode 100644 index 0000000000..ae1a68345c --- /dev/null +++ b/viewings/2004-05-26-01-the-enforcer-1951.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0043503 +date: 2004-05-26 +slug: the-enforcer-1951 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-05-28-01-man-on-fire-2004.md b/viewings/2004-05-28-01-man-on-fire-2004.md new file mode 100644 index 0000000000..f57a757e20 --- /dev/null +++ b/viewings/2004-05-28-01-man-on-fire-2004.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0328107 +date: 2004-05-28 +slug: man-on-fire-2004 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-05-29-01-racket-busters-1938.md b/viewings/2004-05-29-01-racket-busters-1938.md new file mode 100644 index 0000000000..2f722428cc --- /dev/null +++ b/viewings/2004-05-29-01-racket-busters-1938.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0030650 +date: 2004-05-29 +slug: racket-busters-1938 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-05-30-01-you-cant-get-away-with-murder-1939.md b/viewings/2004-05-30-01-you-cant-get-away-with-murder-1939.md new file mode 100644 index 0000000000..b76d8c9c03 --- /dev/null +++ b/viewings/2004-05-30-01-you-cant-get-away-with-murder-1939.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0032153 +date: 2004-05-30 +slug: you-cant-get-away-with-murder-1939 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-05-30-02-dead-man-1995.md b/viewings/2004-05-30-02-dead-man-1995.md new file mode 100644 index 0000000000..857eb08b55 --- /dev/null +++ b/viewings/2004-05-30-02-dead-man-1995.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0112817 +date: 2004-05-30 +slug: dead-man-1995 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-06-01-01-the-petrified-forest-1936.md b/viewings/2004-06-01-01-the-petrified-forest-1936.md new file mode 100644 index 0000000000..01897e68f8 --- /dev/null +++ b/viewings/2004-06-01-01-the-petrified-forest-1936.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0028096 +date: 2004-06-01 +slug: the-petrified-forest-1936 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-06-02-01-across-the-pacific-1942.md b/viewings/2004-06-02-01-across-the-pacific-1942.md new file mode 100644 index 0000000000..a0b9988cbd --- /dev/null +++ b/viewings/2004-06-02-01-across-the-pacific-1942.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0034428 +date: 2004-06-02 +slug: across-the-pacific-1942 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-06-03-01-doctor-x-1932.md b/viewings/2004-06-03-01-doctor-x-1932.md new file mode 100644 index 0000000000..9a4b9668fc --- /dev/null +++ b/viewings/2004-06-03-01-doctor-x-1932.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0022827 +date: 2004-06-03 +slug: doctor-x-1932 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-06-03-02-fear-and-loathing-in-las-vegas-1998.md b/viewings/2004-06-03-02-fear-and-loathing-in-las-vegas-1998.md new file mode 100644 index 0000000000..d350e40ef6 --- /dev/null +++ b/viewings/2004-06-03-02-fear-and-loathing-in-las-vegas-1998.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0120669 +date: 2004-06-03 +slug: fear-and-loathing-in-las-vegas-1998 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-06-04-01-the-two-mrs-carrolls-1947.md b/viewings/2004-06-04-01-the-two-mrs-carrolls-1947.md new file mode 100644 index 0000000000..073dceb114 --- /dev/null +++ b/viewings/2004-06-04-01-the-two-mrs-carrolls-1947.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0039926 +date: 2004-06-04 +slug: the-two-mrs-carrolls-1947 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-06-04-02-thief-1981.md b/viewings/2004-06-04-02-thief-1981.md new file mode 100644 index 0000000000..b4ba226796 --- /dev/null +++ b/viewings/2004-06-04-02-thief-1981.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0083190 +date: 2004-06-04 +slug: thief-1981 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-06-04-03-vertigo-1958.md b/viewings/2004-06-04-03-vertigo-1958.md new file mode 100644 index 0000000000..680f229ac4 --- /dev/null +++ b/viewings/2004-06-04-03-vertigo-1958.md @@ -0,0 +1,11 @@ +--- +sequence: 3 +imdbId: tt0052357 +date: 2004-06-04 +slug: vertigo-1958 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-06-04-04-eye-of-the-devil-1966.md b/viewings/2004-06-04-04-eye-of-the-devil-1966.md new file mode 100644 index 0000000000..01904304d1 --- /dev/null +++ b/viewings/2004-06-04-04-eye-of-the-devil-1966.md @@ -0,0 +1,11 @@ +--- +sequence: 4 +imdbId: tt0061634 +date: 2004-06-04 +slug: eye-of-the-devil-1966 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-06-05-01-people-will-talk-1951.md b/viewings/2004-06-05-01-people-will-talk-1951.md new file mode 100644 index 0000000000..31aa9ce97a --- /dev/null +++ b/viewings/2004-06-05-01-people-will-talk-1951.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0043915 +date: 2004-06-05 +slug: people-will-talk-1951 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-06-05-02-shrek-2-2004.md b/viewings/2004-06-05-02-shrek-2-2004.md new file mode 100644 index 0000000000..1fbc5efe7a --- /dev/null +++ b/viewings/2004-06-05-02-shrek-2-2004.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0298148 +date: 2004-06-05 +slug: shrek-2-2004 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-06-05-03-his-girl-friday-1940.md b/viewings/2004-06-05-03-his-girl-friday-1940.md new file mode 100644 index 0000000000..4c07416758 --- /dev/null +++ b/viewings/2004-06-05-03-his-girl-friday-1940.md @@ -0,0 +1,11 @@ +--- +sequence: 3 +imdbId: tt0032599 +date: 2004-06-05 +slug: his-girl-friday-1940 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-06-06-01-mr-lucky-1943.md b/viewings/2004-06-06-01-mr-lucky-1943.md new file mode 100644 index 0000000000..f6c636d72b --- /dev/null +++ b/viewings/2004-06-06-01-mr-lucky-1943.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0036174 +date: 2004-06-06 +slug: mr-lucky-1943 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-06-07-01-indiscreet-1958.md b/viewings/2004-06-07-01-indiscreet-1958.md new file mode 100644 index 0000000000..799526a659 --- /dev/null +++ b/viewings/2004-06-07-01-indiscreet-1958.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0051773 +date: 2004-06-07 +slug: indiscreet-1958 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-06-08-01-the-limey-1999.md b/viewings/2004-06-08-01-the-limey-1999.md new file mode 100644 index 0000000000..9371f6fe03 --- /dev/null +++ b/viewings/2004-06-08-01-the-limey-1999.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0165854 +date: 2004-06-08 +slug: the-limey-1999 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-06-09-01-the-grass-is-greener-1960.md b/viewings/2004-06-09-01-the-grass-is-greener-1960.md new file mode 100644 index 0000000000..8ebc99485d --- /dev/null +++ b/viewings/2004-06-09-01-the-grass-is-greener-1960.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0053877 +date: 2004-06-09 +slug: the-grass-is-greener-1960 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-06-10-01-walk-dont-run-1966.md b/viewings/2004-06-10-01-walk-dont-run-1966.md new file mode 100644 index 0000000000..518a138577 --- /dev/null +++ b/viewings/2004-06-10-01-walk-dont-run-1966.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0061170 +date: 2004-06-10 +slug: walk-dont-run-1966 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-06-10-02-the-pride-and-the-passion-1957.md b/viewings/2004-06-10-02-the-pride-and-the-passion-1957.md new file mode 100644 index 0000000000..31719a361a --- /dev/null +++ b/viewings/2004-06-10-02-the-pride-and-the-passion-1957.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0050858 +date: 2004-06-10 +slug: the-pride-and-the-passion-1957 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-06-13-01-mean-girls-2004.md b/viewings/2004-06-13-01-mean-girls-2004.md new file mode 100644 index 0000000000..160b87f28f --- /dev/null +++ b/viewings/2004-06-13-01-mean-girls-2004.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0377092 +date: 2004-06-13 +slug: mean-girls-2004 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-06-19-01-miracle-2004.md b/viewings/2004-06-19-01-miracle-2004.md new file mode 100644 index 0000000000..7b24fdeb9a --- /dev/null +++ b/viewings/2004-06-19-01-miracle-2004.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0349825 +date: 2004-06-19 +slug: miracle-2004 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-06-20-01-the-chronicles-of-riddick-2004.md b/viewings/2004-06-20-01-the-chronicles-of-riddick-2004.md new file mode 100644 index 0000000000..d9431b5663 --- /dev/null +++ b/viewings/2004-06-20-01-the-chronicles-of-riddick-2004.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0296572 +date: 2004-06-20 +slug: the-chronicles-of-riddick-2004 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-06-25-01-ghostbusters-1984.md b/viewings/2004-06-25-01-ghostbusters-1984.md new file mode 100644 index 0000000000..ad83a4f92e --- /dev/null +++ b/viewings/2004-06-25-01-ghostbusters-1984.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0087332 +date: 2004-06-25 +slug: ghostbusters-1984 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-06-28-01-miranda-2002.md b/viewings/2004-06-28-01-miranda-2002.md new file mode 100644 index 0000000000..85d7cfec01 --- /dev/null +++ b/viewings/2004-06-28-01-miranda-2002.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0280949 +date: 2004-06-28 +slug: miranda-2002 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-06-29-01-spider-man-2-2004.md b/viewings/2004-06-29-01-spider-man-2-2004.md new file mode 100644 index 0000000000..57f2f0a29e --- /dev/null +++ b/viewings/2004-06-29-01-spider-man-2-2004.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0316654 +date: 2004-06-29 +slug: spider-man-2-2004 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-07-02-01-the-lost-skeleton-of-cadavra-2001.md b/viewings/2004-07-02-01-the-lost-skeleton-of-cadavra-2001.md new file mode 100644 index 0000000000..36778b4596 --- /dev/null +++ b/viewings/2004-07-02-01-the-lost-skeleton-of-cadavra-2001.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0307109 +date: 2004-07-02 +slug: the-lost-skeleton-of-cadavra-2001 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-07-04-01-rio-bravo-1959.md b/viewings/2004-07-04-01-rio-bravo-1959.md new file mode 100644 index 0000000000..bd27b06a9d --- /dev/null +++ b/viewings/2004-07-04-01-rio-bravo-1959.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0053221 +date: 2004-07-04 +slug: rio-bravo-1959 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-07-05-01-the-crying-game-1992.md b/viewings/2004-07-05-01-the-crying-game-1992.md new file mode 100644 index 0000000000..ecd285b85e --- /dev/null +++ b/viewings/2004-07-05-01-the-crying-game-1992.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0104036 +date: 2004-07-05 +slug: the-crying-game-1992 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-07-05-02-the-roaring-twenties-1939.md b/viewings/2004-07-05-02-the-roaring-twenties-1939.md new file mode 100644 index 0000000000..74ee8b93c8 --- /dev/null +++ b/viewings/2004-07-05-02-the-roaring-twenties-1939.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0031867 +date: 2004-07-05 +slug: the-roaring-twenties-1939 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-07-06-01-the-sea-hawk-1940.md b/viewings/2004-07-06-01-the-sea-hawk-1940.md new file mode 100644 index 0000000000..12b393a5bf --- /dev/null +++ b/viewings/2004-07-06-01-the-sea-hawk-1940.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0033028 +date: 2004-07-06 +slug: the-sea-hawk-1940 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-07-07-01-they-drive-by-night-1940.md b/viewings/2004-07-07-01-they-drive-by-night-1940.md new file mode 100644 index 0000000000..5d704345ec --- /dev/null +++ b/viewings/2004-07-07-01-they-drive-by-night-1940.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0033149 +date: 2004-07-07 +slug: they-drive-by-night-1940 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-07-08-01-i-went-down-1997.md b/viewings/2004-07-08-01-i-went-down-1997.md new file mode 100644 index 0000000000..619f2b4d3c --- /dev/null +++ b/viewings/2004-07-08-01-i-went-down-1997.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0126344 +date: 2004-07-08 +slug: i-went-down-1997 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-07-09-01-a-guy-thing-2003.md b/viewings/2004-07-09-01-a-guy-thing-2003.md new file mode 100644 index 0000000000..8476df2046 --- /dev/null +++ b/viewings/2004-07-09-01-a-guy-thing-2003.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0295289 +date: 2004-07-09 +slug: a-guy-thing-2003 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-07-09-02-tokyo-joe-1949.md b/viewings/2004-07-09-02-tokyo-joe-1949.md new file mode 100644 index 0000000000..8cae43ac0e --- /dev/null +++ b/viewings/2004-07-09-02-tokyo-joe-1949.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0041967 +date: 2004-07-09 +slug: tokyo-joe-1949 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-07-11-01-action-in-the-north-atlantic-1943.md b/viewings/2004-07-11-01-action-in-the-north-atlantic-1943.md new file mode 100644 index 0000000000..4ae01b6e47 --- /dev/null +++ b/viewings/2004-07-11-01-action-in-the-north-atlantic-1943.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0035608 +date: 2004-07-11 +slug: action-in-the-north-atlantic-1943 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-07-14-01-the-assassin-1993.md b/viewings/2004-07-14-01-the-assassin-1993.md new file mode 100644 index 0000000000..9ede77fb8e --- /dev/null +++ b/viewings/2004-07-14-01-the-assassin-1993.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0108097 +date: 2004-07-14 +slug: the-assassin-1993 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-07-15-01-rope-1948.md b/viewings/2004-07-15-01-rope-1948.md new file mode 100644 index 0000000000..2f08028cd8 --- /dev/null +++ b/viewings/2004-07-15-01-rope-1948.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0040746 +date: 2004-07-15 +slug: rope-1948 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-07-16-01-anchorman-the-legend-of-ron-burgundy-2004.md b/viewings/2004-07-16-01-anchorman-the-legend-of-ron-burgundy-2004.md new file mode 100644 index 0000000000..8c0547768e --- /dev/null +++ b/viewings/2004-07-16-01-anchorman-the-legend-of-ron-burgundy-2004.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0357413 +date: 2004-07-16 +slug: anchorman-the-legend-of-ron-burgundy-2004 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-07-20-01-the-thin-man-1934.md b/viewings/2004-07-20-01-the-thin-man-1934.md new file mode 100644 index 0000000000..4fc0ac9521 --- /dev/null +++ b/viewings/2004-07-20-01-the-thin-man-1934.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0025878 +date: 2004-07-20 +slug: the-thin-man-1934 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-07-24-01-witchfinder-general-1968.md b/viewings/2004-07-24-01-witchfinder-general-1968.md new file mode 100644 index 0000000000..9f7e329a43 --- /dev/null +++ b/viewings/2004-07-24-01-witchfinder-general-1968.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0063285 +date: 2004-07-24 +slug: witchfinder-general-1968 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-07-24-02-the-sorcerers-1967.md b/viewings/2004-07-24-02-the-sorcerers-1967.md new file mode 100644 index 0000000000..f31b42af58 --- /dev/null +++ b/viewings/2004-07-24-02-the-sorcerers-1967.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0062292 +date: 2004-07-24 +slug: the-sorcerers-1967 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-07-25-01-blood-the-last-vampire-2000.md b/viewings/2004-07-25-01-blood-the-last-vampire-2000.md new file mode 100644 index 0000000000..7f76e884fb --- /dev/null +++ b/viewings/2004-07-25-01-blood-the-last-vampire-2000.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0275230 +date: 2004-07-25 +slug: blood-the-last-vampire-2000 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-07-30-01-the-revenge-of-frankenstein-1958.md b/viewings/2004-07-30-01-the-revenge-of-frankenstein-1958.md new file mode 100644 index 0000000000..4f935fbfb2 --- /dev/null +++ b/viewings/2004-07-30-01-the-revenge-of-frankenstein-1958.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0050894 +date: 2004-07-30 +slug: the-revenge-of-frankenstein-1958 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-07-30-02-after-the-thin-man-1936.md b/viewings/2004-07-30-02-after-the-thin-man-1936.md new file mode 100644 index 0000000000..f3bac27957 --- /dev/null +++ b/viewings/2004-07-30-02-after-the-thin-man-1936.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0027260 +date: 2004-07-30 +slug: after-the-thin-man-1936 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-07-31-01-the-creeping-flesh-1973.md b/viewings/2004-07-31-01-the-creeping-flesh-1973.md new file mode 100644 index 0000000000..10d603dfad --- /dev/null +++ b/viewings/2004-07-31-01-the-creeping-flesh-1973.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0068424 +date: 2004-07-31 +slug: the-creeping-flesh-1973 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-08-05-01-lawrence-of-arabia-1962.md b/viewings/2004-08-05-01-lawrence-of-arabia-1962.md new file mode 100644 index 0000000000..9cfe9ebb90 --- /dev/null +++ b/viewings/2004-08-05-01-lawrence-of-arabia-1962.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0056172 +date: 2004-08-05 +slug: lawrence-of-arabia-1962 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-08-07-01-vampyres-1974.md b/viewings/2004-08-07-01-vampyres-1974.md new file mode 100644 index 0000000000..6491e87565 --- /dev/null +++ b/viewings/2004-08-07-01-vampyres-1974.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0072354 +date: 2004-08-07 +slug: vampyres-1974 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-08-10-01-the-private-life-of-sherlock-holmes-1970.md b/viewings/2004-08-10-01-the-private-life-of-sherlock-holmes-1970.md new file mode 100644 index 0000000000..445fc68a43 --- /dev/null +++ b/viewings/2004-08-10-01-the-private-life-of-sherlock-holmes-1970.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0066249 +date: 2004-08-10 +slug: the-private-life-of-sherlock-holmes-1970 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-08-11-01-support-your-local-sheriff-1969.md b/viewings/2004-08-11-01-support-your-local-sheriff-1969.md new file mode 100644 index 0000000000..5560ac2796 --- /dev/null +++ b/viewings/2004-08-11-01-support-your-local-sheriff-1969.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0065051 +date: 2004-08-11 +slug: support-your-local-sheriff-1969 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-08-13-01-austin-powers-in-goldmember-2002.md b/viewings/2004-08-13-01-austin-powers-in-goldmember-2002.md new file mode 100644 index 0000000000..911b0d5677 --- /dev/null +++ b/viewings/2004-08-13-01-austin-powers-in-goldmember-2002.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0295178 +date: 2004-08-13 +slug: austin-powers-in-goldmember-2002 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-08-14-01-the-stranglers-of-bombay-1959.md b/viewings/2004-08-14-01-the-stranglers-of-bombay-1959.md new file mode 100644 index 0000000000..b7a2086913 --- /dev/null +++ b/viewings/2004-08-14-01-the-stranglers-of-bombay-1959.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0054346 +date: 2004-08-14 +slug: the-stranglers-of-bombay-1959 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-08-14-02-napoleon-dynamite-2004.md b/viewings/2004-08-14-02-napoleon-dynamite-2004.md new file mode 100644 index 0000000000..c22bab8c7f --- /dev/null +++ b/viewings/2004-08-14-02-napoleon-dynamite-2004.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0374900 +date: 2004-08-14 +slug: napoleon-dynamite-2004 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-08-14-03-the-legend-of-the-7-golden-vampires-1974.md b/viewings/2004-08-14-03-the-legend-of-the-7-golden-vampires-1974.md new file mode 100644 index 0000000000..5a87c1f18e --- /dev/null +++ b/viewings/2004-08-14-03-the-legend-of-the-7-golden-vampires-1974.md @@ -0,0 +1,11 @@ +--- +sequence: 3 +imdbId: tt0070297 +date: 2004-08-14 +slug: the-legend-of-the-7-golden-vampires-1974 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-08-17-01-harold-and-kumar-go-to-white-castle-2004.md b/viewings/2004-08-17-01-harold-and-kumar-go-to-white-castle-2004.md new file mode 100644 index 0000000000..38775a6a4e --- /dev/null +++ b/viewings/2004-08-17-01-harold-and-kumar-go-to-white-castle-2004.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0366551 +date: 2004-08-17 +slug: harold-and-kumar-go-to-white-castle-2004 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-08-18-01-collateral-2004.md b/viewings/2004-08-18-01-collateral-2004.md new file mode 100644 index 0000000000..16e9ec2d69 --- /dev/null +++ b/viewings/2004-08-18-01-collateral-2004.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0369339 +date: 2004-08-18 +slug: collateral-2004 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-08-20-01-scream-of-fear-1961.md b/viewings/2004-08-20-01-scream-of-fear-1961.md new file mode 100644 index 0000000000..a0255474e0 --- /dev/null +++ b/viewings/2004-08-20-01-scream-of-fear-1961.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0055505 +date: 2004-08-20 +slug: scream-of-fear-1961 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-08-22-01-santa-fe-trail-1940.md b/viewings/2004-08-22-01-santa-fe-trail-1940.md new file mode 100644 index 0000000000..39ea744fa8 --- /dev/null +++ b/viewings/2004-08-22-01-santa-fe-trail-1940.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0033021 +date: 2004-08-22 +slug: santa-fe-trail-1940 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-09-03-01-bad-lieutenant-1992.md b/viewings/2004-09-03-01-bad-lieutenant-1992.md new file mode 100644 index 0000000000..dfc427051c --- /dev/null +++ b/viewings/2004-09-03-01-bad-lieutenant-1992.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0103759 +date: 2004-09-03 +slug: bad-lieutenant-1992 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-09-06-01-the-hunted-2003.md b/viewings/2004-09-06-01-the-hunted-2003.md new file mode 100644 index 0000000000..ce20b4ddeb --- /dev/null +++ b/viewings/2004-09-06-01-the-hunted-2003.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0269347 +date: 2004-09-06 +slug: the-hunted-2003 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-09-07-01-five-deadly-venoms-1978.md b/viewings/2004-09-07-01-five-deadly-venoms-1978.md new file mode 100644 index 0000000000..673cabb712 --- /dev/null +++ b/viewings/2004-09-07-01-five-deadly-venoms-1978.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0077559 +date: 2004-09-07 +slug: five-deadly-venoms-1978 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-09-07-02-american-wedding-2003.md b/viewings/2004-09-07-02-american-wedding-2003.md new file mode 100644 index 0000000000..48fb431b19 --- /dev/null +++ b/viewings/2004-09-07-02-american-wedding-2003.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0328828 +date: 2004-09-07 +slug: american-wedding-2003 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-09-08-01-invitation-2003.md b/viewings/2004-09-08-01-invitation-2003.md new file mode 100644 index 0000000000..70e7901aea --- /dev/null +++ b/viewings/2004-09-08-01-invitation-2003.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0248110 +date: 2004-09-08 +slug: invitation-2003 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-09-09-01-another-thin-man-1939.md b/viewings/2004-09-09-01-another-thin-man-1939.md new file mode 100644 index 0000000000..a350ac65e4 --- /dev/null +++ b/viewings/2004-09-09-01-another-thin-man-1939.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0031047 +date: 2004-09-09 +slug: another-thin-man-1939 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-09-12-01-police-academy-1984.md b/viewings/2004-09-12-01-police-academy-1984.md new file mode 100644 index 0000000000..e4b85dc226 --- /dev/null +++ b/viewings/2004-09-12-01-police-academy-1984.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0087928 +date: 2004-09-12 +slug: police-academy-1984 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-09-14-01-shadow-of-the-thin-man-1941.md b/viewings/2004-09-14-01-shadow-of-the-thin-man-1941.md new file mode 100644 index 0000000000..caf3366726 --- /dev/null +++ b/viewings/2004-09-14-01-shadow-of-the-thin-man-1941.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0034172 +date: 2004-09-14 +slug: shadow-of-the-thin-man-1941 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-09-17-01-shaun-of-the-dead-2004.md b/viewings/2004-09-17-01-shaun-of-the-dead-2004.md new file mode 100644 index 0000000000..2caa13e4d5 --- /dev/null +++ b/viewings/2004-09-17-01-shaun-of-the-dead-2004.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0365748 +date: 2004-09-17 +slug: shaun-of-the-dead-2004 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-09-17-02-fight-club-1999.md b/viewings/2004-09-17-02-fight-club-1999.md new file mode 100644 index 0000000000..13a43e4e90 --- /dev/null +++ b/viewings/2004-09-17-02-fight-club-1999.md @@ -0,0 +1,11 @@ +--- +sequence: 2 +imdbId: tt0137523 +date: 2004-09-17 +slug: fight-club-1999 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-12-09-01-our-man-flint-1966.md b/viewings/2004-12-09-01-our-man-flint-1966.md new file mode 100644 index 0000000000..355416e1d6 --- /dev/null +++ b/viewings/2004-12-09-01-our-man-flint-1966.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0059557 +date: 2004-12-09 +slug: our-man-flint-1966 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- + diff --git a/viewings/2004-12-23-01-the-pope-of-greenwich-village-1984.md b/viewings/2004-12-23-01-the-pope-of-greenwich-village-1984.md new file mode 100644 index 0000000000..3dbb9d84a7 --- /dev/null +++ b/viewings/2004-12-23-01-the-pope-of-greenwich-village-1984.md @@ -0,0 +1,11 @@ +--- +sequence: 1 +imdbId: tt0087932 +date: 2004-12-23 +slug: the-pope-of-greenwich-village-1984 +medium: null +venue: null +venueNotes: null +mediumNotes: null +--- +