One more issue to solve: now when you leave the library and go back, it always goes back to the listview library, whereas I want it to go back to which ever view it was last in. So heres the solution I came up with:
On the button to change to albumart view mode:
Code:
SETVARBYCODE;LASTPATH;DLPATH||SETVARBYCODE;LASTPOS;LISTPOS||LOAD;AUDIO_BROWSER_2.skin||SETVARBYCODE;BROWSESCREEN;RRSCREEN||SETPATH;$LASTPATH$||SETLIST;$LASTPOS$"
On the button to change back to listview mode:
Code:
SETVARBYCODE;LASTPATH;DLPATH||SETVARBYCODE;LASTPOS;LISTPOS||LOAD;AUDIO_BROWSER.skin||SETVARBYCODE;BROWSESCREEN;RRSCREEN||SETPATH;$LASTPATH$||SETLIST;$LASTPOS$
On the button to go from audio player to browse library:
Code:
LOAD;$BROWSESCREEN$
And to set which library browser view to use when you first load RoadRunner, add this command to the RR.ini:
Code:
startcommand=SETVAR;BROWSESCREEN;AUDIO_BROWSER.skin
Where the screen name in the above command is the name of the screen with the view you want (in my case, listview to start)
Now it remembers the view mode you were last using in the library, until you restart RoadRunner, but that doesn't matter because the directory path is reset too.
Hope that helps someone....if anyone cares
Bookmarks