Some open feedback to Vue Westfield Stratford City

When I was in London in 2012 for the Olympics, I went to watch a couple of films (and paid handsomely) at the (brand new) Westfield Vue cinema. Wasn't too impressed. Here's some feedback I also emailed to them...

[20/08/2012: Vue responded, click through for the reply.]

Have you been to Vue Westfield recently? Any thoughts on whether it's improved, stayed the same or got worse? Let me know in the comments.

Continue reading "Some open feedback to Vue Westfield Stratford City"

Tiplet: better foobar2000 playback title formatting

Foobar2000 is such awesomesauce, I use it all day every day. However, I do prefer slightly better titling (particularly as I listen to a mix of Shoutcast & Icecast streams and local files).

Excellent stations like Radio Paradise now have metadata-enabled Ogg Vorbis streams but the way the metadata's encoded into the stream (everything in the title) doesn't work perfectly with fb2k's default playback title display. Here's a concoction I devised which shows it a little more neatly (all hail foobar's epic tagging and display engine!):

 

Window title
$iflonger(%album artist%,1,[%album artist% - ][%album%[ CD%discnumber% ][, Track %tracknumber%:] ]%title%[ '('%track artist%')'],%title%)

Status bar
%codec%[, %codec_profile%] | %bitrate% kbps | %samplerate% Hz | %channels% | %playback_time%[ / %length%] [| Track %tracknumber% | ][Disc %discnumber% of %totaldiscs%]

Notification area icon tooltip
$iflonger(%album artist%,1,[%artist% - ]%title%,%title%) 

Listen to the rather excellent Radio Paradise Vorbis stream using the rather excellent Foobar2000 player, I highly recommend it.

Birmingham Bristol Road Olympic Torch Relay pictures!

After just missing the torch in Smethwick, I dashed across town to Bristol Road, where the torch was heading just before reaching Cannon Park. And luckily, I got there with less than fifteen minutes to go - and managed to get an excellent spot for a few snaps!

 

The Torch sets off again from around 6am at Victoria Square -- check the London 2012BBC Torch Relay and BBC WM sites for detailed maps and timetables plus live video!

Here's some of what you see before the torch itself rocks up:

[tube]9AAZNlCd19s[/tube]

Tiplet: PuTTY disconnecting when checking Exim via telnet? (554 SMTP Synchronization Error messages of doom!)

I've been checking the configuration of an Exim mailserver recently; from another server I could connect to the mailserver on port 25 and manually verify addresses. However, using PuTTY on a Windows boxen resulted in immediate "554 SMTP Synchronization Error" messages being shown in PuTTY before the connection was closed. (Protip: set your PuTTY windows to never close on session end; as PuTTY defaults to this, the error message was eluding me for a few minutes).

Checking exim's rejectlog showed this for all the PuTTY connections:

2012-06-08 11:27:12 SMTP protocol synchronization error (input sent without waiting for greeting): rejected connection from H=mypc.rdns.tld [1.2.3.4]:58772 I=[remote.mail.server.ip]:25 input="ÿû\037ÿû ÿû\030ÿû'ÿý\001ÿû\003ÿý\003"

Evidently PuTTY, even in Telnet mode, is sending raw control characters to the server which Exim's balking at. So, if you're using PuTTY, enable Raw mode when connecting on Port 25 (and/or 587, depending on your MTA config). And, in your defaults, in the Session section choose "Close window on exit: Never" then save the settings in the Default Settings preset. Happiness will ensue.

I