John, another outstanding update!!!! This is one of the most stable, almost bugfree skins for RR. CUDOs to you and Blue. Got just about everything working. This skin is so featurepacked I need to figure out how to add pages cause I can't decide on all the stuff I want 
For those of you that also listen to FM , XM, and Sirius, I have some skin mods for DFX. I may have mentioned these for DFX2 and 3, but the thread is so long another time can't hurt. For radio controls from screens with next and previous buttons, replace NEXTTRACK/NEXT and PREVTRACK/PREV with RRNEXT and RRPREV, respectively. To get the radio preset to display outside the radio screens, globally replace TAGTITLE with TRACKNAME.
I do need help from the RRCoders out there to help me figure out how to clear the ARTIST and ALBUM labels and whenever the radio is playing automatically replace them with RDSTEXT and RDSNAME. I was going to do it manually with
Code:
L20,525,85,255,29,#DFX1R#,#DFX1G#,#DFX1B#,23,#DFXFont#,"TAGALBUM>>sil_rdsps","LEFT"
L21,91,82,359,36,#DFX1R#,#DFX1G#,#DFX1B#,23,#DFXFont#,"TAGARTIST>>sil_RDSText","SCROLL-LEFT"
But realized there's already a button over the ARTIST label. So I have no idea how to automate this. There was discussion elsewhere about setting an RR variable for what audio source is current. Taking that info I'm sure we could come up with some exectbl.ini coding that could read that info whenever you change screens and update the artist and album fields when the radios are active. Something like:
Code:
"AUDIOCHECK","evaluate activeaudio;fm;byVARBYCODE;rdstext;ALBUMVAR;byvarcode;rdsname;ARTISTVAR
and replace TAGALBUM and TAGARTIST throughout the skin with ALBUMVAR and ARTISTVAR. I just have no idea how to accomplish this.
Bookmarks