Quote: Originally Posted by
GizmoQ 
Hey Chuck are you using the ACTIVESOURCEID code MitchJS incorporated in the 10-13 build? Have you been able to add sources/IDs on your own? I know Mitch mentioned it but no one explained how to use it or how to update/add to it. If you've updated my code using ACTIVESOURCEID, could you post it in the other thread so I can take a look?
ACTIVESOURCEID works well IF you don't navigate too far away from the AUDIO, RADIO, etc. screens or else it will re-set to ACTIVESOURCEID=0. Haven't quite figured out the pattern as to when ACTIVESOURCEID sets to 0, but I think it's related to "stepping into" non-standard skins.
It's works well on MENU.skin when resuming or startup for setting what is being displayed.
Like Chuck, I used custom variables to determine the current media source based off of activesourceid.
i.e.
1 = HD Radio
2 = Radio
3 = XM Radio
4 = Sirius Radio
5 = Audio
6 = Video
7 = DVD
Code:
"SAUDIO0","AUDIO||SETVAR;lactivesourceid;5||SAVETOSKIN;lactivesourceid;$lactivesourceid$"
.