You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a STR-DN1080 and I'm trying to select the FM Radio source. I can't seem to select it directly through SongPal, but I can set it via setPlayContent. My problem is, if the receiver is currently set to an extInput scheme, like TV, the setPlayContent doesn't work to change it to radio. If the receiver is already set to a radio station, setPlayContent can change the station as expected.
Inputs just lists the extInput sources, not the other sources
I've gone into the Sony Music Center iOS app and manually changed the current input to radio station 1. So however the official app is setting the source, that works properly.
Afterward, when I query what's playing, it tells me that the source is radio:fm.
In summary, my problem is that I can setPlayContent to a radio source only if the current source is radio. If the current source is extInput, the setPlayContent returns True but doesn't actually change anything.
The text was updated successfully, but these errors were encountered:
I have a STR-DN1080 and I'm trying to select the FM Radio source. I can't seem to select it directly through SongPal, but I can set it via
setPlayContent
. My problem is, if the receiver is currently set to an extInput scheme, like TV, the setPlayContent doesn't work to change it to radio. If the receiver is already set to a radio station, setPlayContent can change the station as expected.Inputs just lists the extInput sources, not the other sources
Calling Sources lists the radio source
ExtInput is a different scheme than Radio
But I can get the sources for the radio scheme
Starting state is using the
extInput:tv
sourceSetting the PlayContent to radio returns true. THIS IS A BUG because it didn't actually set the radio successfully.
Even though it should be playing the radio, nothing actually happened and the current playing source is still
extInput:tv
I've gone into the Sony Music Center iOS app and manually changed the current input to radio station 1. So however the official app is setting the source, that works properly.
Afterward, when I query what's playing, it tells me that the source is
radio:fm
.Now I try to set the radio to station 2.
I can confirm that the radio is now playing contentId 2 instead of contentId 1, as expected.
In summary, my problem is that I can
setPlayContent
to aradio
source only if the current source isradio
. If the current source isextInput
, thesetPlayContent
returns True but doesn't actually change anything.The text was updated successfully, but these errors were encountered: