Display off with an audio only source?
Joe Hebert
Posts: 2,159
Regarding A/V distribution in the resi market:
When an audio only source is selected in a zone and the current source for that zone is an audio/video source, do you...
A) Force the display off.
Leave the display as is, if it?s on leave it on.
C) Something else.
I have clients that have chosen B so they can for example watch TV while listening to the radio. And I have clients who say A makes more sense to them. I naturally like to reuse as much logic from job to job and I?m beginning to think I?ll be better off in the long run by just coding for both and making it configurable.
Wondering how others feel on that matter.
TIA
When an audio only source is selected in a zone and the current source for that zone is an audio/video source, do you...
A) Force the display off.
Leave the display as is, if it?s on leave it on.
C) Something else.
I have clients that have chosen B so they can for example watch TV while listening to the radio. And I have clients who say A makes more sense to them. I naturally like to reuse as much logic from job to job and I?m beginning to think I?ll be better off in the long run by just coding for both and making it configurable.
Wondering how others feel on that matter.
TIA
0
Comments
(If anyone needs cricket explaining to them, I am very willing to not do so, as it is far too hard 8^)
The problem is that this breaks lots of assumptions in your coding!
Saves you a trip to the customer and the customer always gets what he wants
As far as what happens when the switch is made; I leave the display on.
I've put some thought into this and came to the conclusion that it's better to leave it on, with a choice of turning it off then to turn it off with a choice of leaving it on.
Example: Client makes the switch, display turns off, client wanted it on, now has to turn it on and wait for it to reinitiate, if it's a projo this could take some time.
Other way: Client makes switch, display stays on, client wanted it off, turns it off. This seems like much less hassle.
I'd be interested to hear some counter arguments.
This is where the "custom" comes in to our work.
For Audio sources that have no Video UI i have been turning the display off for lack of a better solution to break Audio away from Video.
If the source only has audio, then I only turn on audio. If the video is off, it remains off. If the video is on, it remains on and displaying the last video source. But, it does vary slightly from client to client as to which sources are audio only and which have both. Occasionally, I'll configure a cable box as 2 devices. The first called Cable TV which is treated as A&V, the second called Cable Music which only has music presets and is treated only as Audio.
Jeff
How are you handling this in the UI, I haven't figured out a way to do this that I am happy with.
This is what I have settled on:
On the panel's "idle" page are a "watch" and a "listen" button. Each one calls up the appropriate sources, and sources (like a Escient) that could apply to both appear on both, the only difference being whether the monitor is on. Also, to prevent the customer from needing to do the menu game, those sources also have an "on-screen" button to toggle the monitor.
I've done something similar and here's the problem I run into; I'm watching DirecTV and under the Listen column I press iTunes. Now I'm watching DTV and listening to iTunes which is what I want. Now the problem comes when I want to change channels or browse the guide, when I press DTV under the Watch column I'm listening to DTV again. This is what I'm having trouble finding an elegant solution to, because sometimes I want to actually listen to DTV when I press it and sometimes I just want to channel surf and listen to what I'm already listening to.
The best I could come up with is having Watch and Listen columns and then by pressing the Watch or Listen text it toggles what you're controlling. I'm not completely satisfied with this but it does what I want.
Most systems are halfway there with a Listen button already available - otherwise known as Mute.
I track what is being watched and listened to, and won't perform any actual switching if that source is already active. Pressing the button only switches control of the panel to the source at that point.
We can just add that up to a blonde moment, yeah?
Short push - turns the display off it was on
Long push - leaves it on.
I put this on my home system...and it was really just to get to a way of viewing my audio request, which I only rarely want to do.
Different receivers/switchers have different capabilities....there's no point in leaving the display on, if all you ever get with an audio source is a blue screen. But if as others have said you can be still viewing a different video source, then that's definitely useful and people do ask for it.
OP