1 Attachment(s)
Can steering wheel controls do different things in diffent screens?
Would there be a way to have steering wheel controls (via JoyCon) do different things depending on which screen was in focus?
I'm using eLite Wings with a few modifications as my front end.
I currently have an entry in keytbl.ini to do a NEXT or PREV which gives me next or previous song no mater which screen is displayed.
I'd like to use the same steering wheel control button to jump to Next/Pervious Artist when the Audio_Browser.skin is in focus.
I hope I've described this well enough. If anythings unclear please let me know.
Thanks,
davidk
Here are the modifications I've done to the Audio_Browser.skin to have three buttons that do what I want. Play Next, Current or Pervious of what's displayed in the iList.
Code:
[ SIDE MENU LABLES ]
L,133,389,96,18,255,255,255,12,"HandelGotDLig","=Prev Artist","CENTER"
L,113,455,122,18,255,255,255,12,"HandelGotDLig","=Play Selected","CENTER"
L,93,522,109,19,255,255,255,12,"HandelGotDLig","=Next Artist","CENTER"
[SIDE MENU BUTTON COMMANDS ]
B,134,349,133,59,"UP||CLEARLIST||ADD1||UP||PLAY",
B,126,414,141,60,"CLEARLIST||ADD1||UP||PLAY",
B,112,479,155,62,"DOWN||CLEARLIST||ADD1||UP||PLAY",