I have created a PPC only skin from scratch and so far everything is working well. The only problem I have is the default way that the music category works.
The music is stored by Artist, then by Album, then all the tracks. The default action shows a list of the artists, then when you select an artist, shows all the albums, but in the same screen. Once you select an album, you can go to a new screen to show all the tracks.
I need to be able to have three different screens.
- Artists
- Albums (of selected artist)
- Tracks (of select album)
The reason being that I have different actions for each screen.
Have I missed something about the Category control that allows this? Or has someone found a way to accomplish something similar? The xScript/xScriptNG plugin looked promissing but it doesn't seem to work on a thin client.
Thanks!