Skip to content

Details

The next movie that the random script chose is Spring Breakers, screening at the Los Feliz 3.

Warning: Los Feliz is not a neighborhood well known as the easiest place to park. Be ready to search a bit or walk a few blocks. Public transit may be helpful here; it is not too far a walk form the Metro A Line Sunset and Vermont station.

Here's a description and link for tickets:

--

The film revolves around four female college students looking to split campus for spring break in Florida, but there's a snag in their plan: they don't have nearly enough cash to cover the trip. As a means of covering the costs, they do what anybody else in their situation obviously would, and that's to rob a fast-food place for quick money... -- TVTropes.org description

From visionary director Harmony Korine comes a bold new vision of the seasonal American ritual known as “spring break”—the bacchanalia of bikinis, beach parties and beer bongs that draws hordes of college students to the Florida coast and elsewhere each year.

https://www.americancinematheque.com/now-showing/cinematic-void-presents-spring-breakers-4-27-26/

--

American Cinematheque does not assign seats, so for this one plan to meet early in line or the lobby. I set the event start time at 6:30, the official start time is 7:00. We'll take seats around 6:45. If you arrive after, come in and find us.

--

Fun fact: the script I use to choose the movie is a one-liner Python script. Here's what it looks like (lineup_txt being the file I cut-and-pasted the schedule into).

random.choice(list(set(line.strip() for line in open('lineup_txt') if line.strip!="")))

This is a tad simplified from what I actually used. I think I'm going to make an OBS video of choosing the movie next time.

Related topics

You may also like