Google already supports this. No extra clicks or ad interstitials. Just search “ movie showtimes” or “ showtimes”. It works for every town I tried in Germany.
Aggregating all cinema showtimes in Germany with Clojure
41–50 of 54 posts
Re: Aggregating all cinema showtimes in Germany with Clojure
#42Earlier quoted context omitted.
In Germany they use these abbreviations for that: OV = Original Version OmU = Originalfassung mit Untertitel (original with German subtitles) DF = Deutsche Fassung (German version) OmeU = Originalversion mit englischsprachigen Untertiteln (original with English subtitles)
Oh, ok. Didn't know about that. Thanks for the info! But, I still think that it needs some more clarity. Does a film listing not having any of these abbreviations default to German audio? Just a few things of this sort.
Re: Aggregating all cinema showtimes in Germany with Clojure
#43Niki, this is amazing, thank you for that! I just discovered they play Terminator 2 at Babylon Berlin tonight, thinking of going there, always wanted to see that on a big screen :) It seems like your list is not showing "OV", "OVmU" correctly at Babylon. Both Terminator 2 ( https://babylonberlin.eu/programm/festivals/scifi/7199-scifi... ) and the mentioned Matrix ( https://babylonberlin.eu/programm/festivals/scifi/71…
Re: Aggregating all cinema showtimes in Germany with Clojure
#44Earlier quoted context omitted.
Is the use case of "people who are looking for a city to drive to to watch a movie" really that big?
"to drive to"? This is Germany, we have (very unreliable) public transport :)
Re: Aggregating all cinema showtimes in Germany with Clojure
#45Re: Aggregating all cinema showtimes in Germany with Clojure
#46> It’s a website that shows every movie screening in every cinema across the entire Germany. > And when I say EVERY screening, I mean it: Well, I checked Heidelberg and only "Die Kamera" (1 screen) and "Gloria" (2 screens) are listed, but "Karlstorkino" (1 screen) and "Luxor" (6 screens) are missing. So for Heidelberg the site covers only 30% of all screens. The "Luxor" in Walldorf seems to be missing too. I have not…
Re: Aggregating all cinema showtimes in Germany with Clojure
#47Niki, this is amazing, thank you for that! I just discovered they play Terminator 2 at Babylon Berlin tonight, thinking of going there, always wanted to see that on a big screen :) It seems like your list is not showing "OV", "OVmU" correctly at Babylon. Both Terminator 2 ( https://babylonberlin.eu/programm/festivals/scifi/7199-scifi... ) and the mentioned Matrix ( https://babylonberlin.eu/programm/festivals/scifi/71…
I know that does not follow from the meaning of the word, but it just is how the label is used.
Re: Aggregating all cinema showtimes in Germany with Clojure
#48> But how do I search? > Well, Ctrl+F, of course. We are too humble, too lazy, and too smart to try to compete with in-browser implementation.
> Wait, what about page size? > It’s totally fine. I mean, for Berlin, for example, we serve 1.4 MB of HTML. 3 MB with posters. It’s fine.
Besides whatever technicalities, we need more engineers with this sober mentality.
Re: Aggregating all cinema showtimes in Germany with Clojure
#49Niki, this is amazing, thank you for that! I just discovered they play Terminator 2 at Babylon Berlin tonight, thinking of going there, always wanted to see that on a big screen :) It seems like your list is not showing "OV", "OVmU" correctly at Babylon. Both Terminator 2 ( https://babylonberlin.eu/programm/festivals/scifi/7199-scifi... ) and the mentioned Matrix ( https://babylonberlin.eu/programm/festivals/scifi/71…
That would be highly confusing for a German. OV always means that it is in a foreign language here, in cinema listings. Adding OV to German movies would identify them as not German. I know that does not follow from the meaning of the word, but it just is how the label is used.
But honestly, it's not even about that being written there. I just want them to show up when I filter by "OV", as a lot of cinemas have that option on their website.
Luckily in Berlin there are the Yorck cinemas where they play OV's per default, so I ended up only going to their cinemas, only using their website to search what's playing. That's why I've only discovered now what Babylon is playing!
Re: Aggregating all cinema showtimes in Germany with Clojure
#50But why Clojure, I am curious about the choice of the language?