Using some python and a scraped list I can now mark which movies we’ve seen, or have to see. (Own the movie or have it seen streamed in the cinema)
I just have to place a X after the title in the first column. Run the python script, and presto
First column, the list we started with. Second column, mark the movie. 3rd until the end .. years 2000-2023
Blue – seen Light Blue – seen but was not in original list (so a new movie) Green – have this movie, but still have to watch it Light Green – Have this movie but it’s not in the original list Orange – New in that year (could be an oldie reemerging in the top 250)
Now the python script, maybe it useful for you.
# 20230813 18:49 IMDB overview
# pip install openpyxl
import openpyxl
from openpyxl.styles import PatternFill
from openpyxl.styles.colors import Color
wb = openpyxl.load_workbook("clearsheet.xlsx")
sheet = wb['Sheet1']
colors = ['00660066', '00FFFFCC',
'007b8cf2', '005ace97', '00ffac58','00dddddd','009bd8ff','007aeeb7']
fillers = []
for color in colors:
temp = PatternFill(patternType='solid',
fgColor=color)
fillers.append(temp)
# Mark found previous years
for colt in range(4, 27):
for colr in range(3, colt):
for rowr in range(2, 252):
for rowrr in range(2, 252):
if sheet.cell(row=rowrr, column=colr).value == sheet.cell(row=rowr, column=colt).value :
sheet.cell(row=rowr, column=colt).fill = fillers[4]
# Mark Our Old list matched with all years
for titlerow in range(2, 252):
for colr in range(3, 26):
for rowr in range(2, 252):
if sheet.cell(row=titlerow, column=1).value == sheet.cell(row=rowr, column=colr).value :
sheet.cell(row=titlerow, column=1).fill = fillers[5]
# Mark Have / Seen
for title in range(2, 252):
for j in range(3, 27):
for i in range(2, 252):
if sheet.cell(row=i, column=j).value == sheet.cell(row=title, column=1).value :
if sheet.cell(row=title, column=2).value == "x":
sheet.cell(row=i, column=j).fill = fillers[2]
else:
sheet.cell(row=i, column=j).fill = fillers[3]
# Mark non old list but seen
for title in range(252, 400):
for j in range(3, 27):
for i in range(2, 252):
if sheet.cell(row=i, column=j).value == sheet.cell(row=title, column=1).value :
if sheet.cell(row=title, column=2).value == "x":
sheet.cell(row=i, column=j).fill = fillers[6]
else:
sheet.cell(row=i, column=j).fill = fillers[7]
# Info cells
sheet['D255'] = "Downloaded seen org list"
sheet['D256'] = "Downloaded not seen org list"
sheet['D257'] = "Title matches found in 2000-2023"
sheet['D258'] = "Titles found in 2000-2023 not in org list have"
sheet['D259'] = "Titles found in 2000-2023 not in org list have seen"
sheet['D260'] = "Titles found in 2000-2023 previous years"
sheet.cell(row=255, column=4).fill = fillers[2]
sheet.cell(row=256, column=4).fill = fillers[3]
sheet.cell(row=257, column=4).fill = fillers[5]
sheet.cell(row=258, column=4).fill = fillers[7]
sheet.cell(row=259, column=4).fill = fillers[6]
sheet.cell(row=260, column=4).fill = fillers[4]
wb.save("imdbexport.xlsx")
I’ve seen many more, maybe i’ll add above and more to below list.
These are also very good, just watch them!
Things to come (1936)
H.G.Wells sci-fi movie ‘predicting’ WWII and a trip to the moon (predicted 1970 instead of 1969) Special effects using Matte painting, double exposure and miniature models.
It’s Christmas 1940, and Everytown resident John Cabal fears that war is imminent. When it breaks out, the war lasts 30 years, destroying the city and ushering in a new dark age of plagues and petty despots. But there is hope in the form of Wings Over the World, a group of pacifist scientists and thinkers lead by Cabal. Their dream is to build a utopian society on the ruins of the old. But first they’ll have to unseat the latest ruling tyrant.
Nice transition i found from real footage to model being blown up. (These are some sloweddown screenshots, it was hardly notisable in the movie)
ModelsSciFy backdropLots of plasticModels
M (1931)
Good story with superb acting by Peter Lorre.
M is a 1931 German mystery suspense thriller film directed by Fritz Lang and starring Peter Lorre in his third screen role as Hans Beckert, a serial killer of children. An early example of a procedural drama, the film centers on the manhunt for Lorre’s character, conducted by both the police and the criminal underworld.
Metropolis (1927)
Silent Sci-Fy movie, using some special effects never seen before. It is a long movie, and shows some nice dystopian scenes.
This influential German science-fiction film presents a highly stylized futuristic city where a beautiful and cultured utopia exists above a bleak underworld populated by mistreated workers. When the privileged youth Freder discovers the grim scene under the city, he becomes intent on helping the workers. He befriends the rebellious teacher Maria , but this puts him at odds with his authoritative father, leading to greater conflict.
Freaks (1932)
What can I say, can’t be made anymore. Shocking to see what sideshows looked like 100 years ago. Still they managed to tell a story about relations and greed.
When trapeze artist Cleopatra learns that circus midget Hans has an inheritance, she marries the lovesick, diminutive performer, all the while planning to steal his fortune and run off with her lover, strong man Hercules. When Hans’ friends and fellow performers discover what is going on, they band together and carry out a brutal revenge that leaves Hercules and Cleopatra knowing what it truly means to be a “freak.”
Nosferatu, eine Symphonie des Grauens (1922)
While almost at the end of our 250 best movies journey, this movie popped up. Almost the oldest in our collection. The Kid is one year older (charlie chaplin)
This one has a history. Al copies had to be destroyed ( Stokers Widow ordered it, because it was not authorized https://rosenbach.org/blog/the-destruction-of-nosferatu/ ) So this version I saw, was put together using multiple sources. Like a Frankensteins monster. But is it a well made movie, which had a great influence on dracula movies to come.
Max Schreck as Orlok is amazing! There is something in his statue/movement.
Being cinephiles.. we had to go .. and we didn´t regret it!
We went to Carré listening to Mr Tarantino talking about his book. Someone interviewed him about his life, and love for movies. He told many anecdotes and side stories. Sometimes with little clips from movies he talked about. We were very lucky to have seats on the 6th row!
I like creating Art, painting, drawing, sculpting but also computer generated. Most of the things i create are for adults. So i can’t post my best work.
Below are some of the programs i’ve used, these are NOT the generic drawing programs like Gimp, Photoshop or alike. Ony programs that generate (photorealistic) graphics. I tried to start with the oldest ending with Blender. There is an overlap and sometimes i’m not sure when I used these programs.
BMRT
Blue Moon Rendering Tools, or BMRT, was one of the most famous RenderMan-compliant photorealistic rendering systems.
Could not find examples?
3DS4
3D Studio, not to be confused with the later “3d Studio Max” product, is a DOS-based tool from Autodesk for creating 3d models and animations.
Website for female student society Woodstock For our computer magazine (with Martin)Just a logoLogo for a work thingyAlso work relatedSome examples, i did some animations also
Vivid
This is the Vivid raytracer. It will only run in a dos environment. http://paulbourke.net/dataformats/vivid/
Povray
The Persistence of Vision Ray Tracer, most commonly acronymed as POV-Ray, is a cross-platform ray-tracing program that generates images from a text-based scene description.
Poser (Pro) is a 3D computer graphics program optimized for the 3D modeling of human figures.
MonsterOne cell of a comic i made using PoserTuyet Study
Blender
Blender is a free and open-source 3D computer graphics software tool set used for creating animated films, visual effects, art, 3D-printed models, motion graphics, interactive 3D applications, virtual reality, and, formerly, video games. Blender’s features include 3D modelling, UV mapping, texturing, digital drawing, raster graphics editing, rigging and skinning, fluid and smoke simulation, particle simulation, soft body simulation, sculpting, animation, match moving, rendering, motion graphics, video editing, and compositing. (Dutch developers started it in 1994) https://en.wikipedia.org/wiki/Blender_(software)
DonutNeon effect testSee rest blog for more blender examples (VR/Tracking/Animated/Mqtt-control)
Below here not really for art but graphical generators .
I love movies, but somethings bug the hell out of me.
I often see movie mistakes, but when those mistakes are not too obvious, i can live with it.
Glasses being flat
Reflection makes it worseThere is no need for a modern movie to do this!
They could have used glasses which are a little curved, so it isn’t too obviously flat.
But a better solution is :
Dustin Hoffman had to wear contact lenses so that he could see correctly through the thick glasses he had to wear.
The Wilhelm scream
I know it’s a running gag, but it’s not funny anymore. https://en.wikipedia.org/wiki/Wilhelm_scream
People not really tied up, or pinned down
I hate seeing people tied up badly in movies, so easy to escape. Sometimes the actor has to hold the rope in place to keep it from falling off. Rope, zipties and chains. (I will add some examples) In some older movies you can see straining on wrists or neck. So it was really secure and tight! (real)
Bad example i know, but first one i found
Update 20230808 .. Oh no! I can’t escape!
Oh no, i can’t get my hand out of thisLet’s use some big padding in those arm shacklesO no, my feet!
Hover foot
American unrealistic events
Not talking about sci-fi or adventure movies. Over the top movies. That’s why i like murder mysteries from Iceland, Scandinavia more than American. There are many movies, in which the main character is the average joe, but he can fall off buildings, hit by cars, and run all day without getting tired. And escapes after that in the most improbable way.
Same category as Wilhelm Scream, the squeaky gate/door
We’ve been using the same sound in our student place 25 years ago. I even recorded new and better examples for people to use.
Xfiles, sparatacus blood & sand, Supernatural, Shawshank Redemption, Reign of Fire, Final Destination, Quantum Leap, Fringe, etc etc
UPDATE: 20230716 The sound ..
My recording
One of my recordings (Scotland 2022)
Not consulting an expert
Movies about science, computers or even general laws of physics are more believable when asking an expert for advice to portray something.
Lights in diving masks/space helmets
When doing this the diver can’t see sh*t
Spaceships are alway the same orientation, on the same plane, when they meet.
There is no up / down whatever in space. Directors are always thinking of one plane. Therefore you need to have at least 4 to be “surrounded” in space. 🙂
Not finishing drinks
Maybe i’m cheap. I won’t leave a glass untouched.
Hanging up on phone calls without saying anything like goodbye
Just rude.
People driving looking for minutes at the passenger, not looking at the road
Even worse, moving the steering wheel left right left .. even on a straight road.
Every 555 number has been used 100’s of times
All persons have a number in the range 555-0100 till 555-9999
Rain only being in the place of the actor.
The houses up the street are dry and in the sun
Generic stuff
Daylight when needed is in full swing in 2 minutes.
Hero’s are still looking at the end-battle scene when officials arrive
Bomb are always in the last 10 seconds defused.
Hero has to fight lots of people before ending up at the boss, who is stronger than all his minions!
People destroying their phone to avoid tracking. Take out simcard and destroy, take out battery and destroy then stamp on the phone and throw in the sea. Take out the battery if possible, dunk in water else
Bombs falling using the wrong sound. People on the ground would hear the pitch increasing as it falls, not decreasing, due to the Doppler effect.
In the past i’ve converted some VHS movies speech to text, using all kinds of tools. Lets use some opensource tools!
pip install moviepy
pip install SpeechRecognition
Create a python script with the following: (Called mine wav2txt.py)
import math, contextlib
import speech_recognition as sr
from moviepy.editor import AudioFileClip
movie_audio_file_name = "movieadiofile.wav"
with contextlib.closing(wave.open(movie_audio_file_name,'r')) as f:
frames = f.getnframes()
rate = f.getframerate()
duration = frames / float(rate)
total_duration = math.ceil(duration / 60)
r = sr.Recognizer()
for i in range(0, total_duration):
with sr.AudioFile(movie_audio_file_name) as source:
audio = r.record(source, offset=i*60, duration=60)
f = open("transcription.txt", "a")
f.write(r.recognize_google(audio, language="nl-NL"))
f.write(" ")
f.close()
output (Note .. these are not timestamped for subtitles) I only needed the things being said in the home movie recordings as text.
Ik zit hier in de film The James Dean aan de wereld voorstelde en daarmee de tienerfilm ingeleverd introduceren zelden werden onrustige 10 asiel zo mooi blootgelegd als ik deze film van Nicolas bij en dat wordt dan meteen toevallig even de mooiste titels ooit wel eens autocross vanavond kijken we naar de kom ik nog even veel zomer dat je voor het eerste meisje Zoem de eerste baantje etc..
These are my lists, but i’m open for discussions/questions Work in progress
Actors
Tom Hanks
John Lithgow
Dennis Lee Hopper
Jack Nicholson
Clint Eastwood
Dustin Hoffman
Rutger Hauer (RIP) .. see “De kijk van Koolhoven” why
Art
H.R. Giger
M.C. Escher
César Manrique
Comics ( Details from André Franquin, Dark Humor Koen Hottentot, Don Lawrence, Don Martin ) to name a few, they are spot on
One of my comic collections – Don Martin
Classical Music
Paganini
Ludovico Einaudi
Composers
Ennio Morricone
Hans Zimmer
John Williams ( with a remark ) Some of the Starwars Suite was taken from already existing music ( See https://www.youtube.com/watch?v=DN3vl-JnUF8 ! ) Gustav Holst – The Planets Suite – Mars part for example
Folk/pipers (composers)
Gordon Duncan (RIP)
Fred Morrison
RS MacDonald
Paddy Keenan
A (bad) comic i drew about Gordon Duncan in 2012
Opera
Bands (non folk)
Rammstein – I know, seems like a obvious populair choice. But hear me out.
I like classical till metal. But it has to be musically interesting.
Most (non-german) people don’t listen to the lyrics, i did not either. I found the music okay. Then i started to listen to the lyrics.
The lyrics are surprisingly deep. Layers in the text, word jokes like: Du… (you) Du hast… (you have, but sounds like hasst .. You hate) Du hast mich… ( You have me, or sounds like you hate me) Du hast mich… Du hast mich gefragt… (You have asked me)
Although people think they are fascists or far-right. Coming from the punk scene, they are kind of the opposite.
Everything they do has a meaning, but sometimes you can “paste” different stories about the song.
Listen to Ohne Dich, and then see the Music Video.
Have a good listen to Germany, and Man gegen man. There are others better in explaining .. see:
And a AI generated Music Video .. perfectly matching the Lyrics
Bonus: Check out this YT channel, all kinds of musicians .. transcripted (is this a word?) by this dude.