TV producer David E. Kelley is thinking of switching to cable to escape all the ads on broadcast television.

LOS ANGELES (Hollywood Reporter) - The creator of Emmy-winning legal drama "Boston Legal" said Tuesday he's concerned about the amount of commercial time on primetime TV shows and raised the possibility of working in cable in the future.

"If the commercial encroachment becomes worse, it's probably something that we'll all consider," David E. Kelley told reporters during ABC's portion of the Television Critics Assn.'s summer press tour at the Beverly Hilton. He said he has no plans in cable right now.

Kelley said that when he worked on "L.A. Law," there were 48 minutes of show. That has been reduced over the years to a little more than 41 minutes. Kelley said that makes it tougher to create character-driven stories and tell emotional stories, particularly within the five-act structure that sometimes gives only eight minutes between commercial breaks.

Advertisers should really wonder whether or not the sheer quantity of ads is eliminating their effectiveness. Running more ads and charging the same price for each may work well for the broadcasters, but everyone I know with $5 a month to spare has a TiVo and doesn't watch any of them. If there were, say, 5 or 10 minutes of commercials per hour rather than 20 I might not even bother to skip them or flip the channel.

I'm sure advertisers will get smart eventually and realize that they aren't getting the eyeballs they've been promised. Just like newspapers and magazines have been facing scrutiny recently for inflated circulation numbers, it's only a matter of time before television stations are forced to deal with their own deception. Right now the stations are benefitted by poor measuring tools that don't really reveal what people watch and what they skip, but the same technology that currently helps viewers avoid commercials will eventually also pass that information on to the advertisers.

2 Comments

Doc Rampage said:

A few of the answers you posted are not right. They may be the official .NET answers, I wouldn't know, but if so, only because the people who did the .NET course were confused :-). Here are the right answers:

Difference between thread and process: A process has its own virtual address space; a thread shares its virtual address space with other threads in the same process. Both are typically scheduled by the operating system. A fiber is like a thread, but it is scheduled by the user instead of the operating system.

A value is strongly typed if its type is fully determined by the code, regardless of whether it is known at compile time or runtime. It is weakly typed if the type is not fully determined by the code. Some strongly typed languages like Pascal are compile-time-typed, meaning that all types are known at compile time. Some strongly-typed languages like Lisp, are runtime-typed, meaning that the types are not known till the expression is executed. Some weakly-typed languages like C are compile-time-typed and some weakly-typed languages (like Forth, I believe) are runtime-typed.

Reflection is accessing the internal runtime structures of a running program. Dynamically-linked code is just one form of reflection, and actually one that is pretty trivial compared to the original idea. (I attended a recruiting talk by the man who invented the concept).

Doc Rampage said:

Oops. Looks like I posted my comment on the wrong post. Can you move it?

Leave a comment

The comment login system is acting strange. If you get an error message saying you aren't logged in when you are, just reload the comment page and try again. I'm trying to track this bug down, but it's not easy.

Supporters

Email plasticATgmailDOTcom for text link and key word rates.

Site Info

Support