thumbnail view for folder and list view for file?
I want to make audio_browser to display album in thumbnail view (pic #1) and songs in list view (pic 2). Currently I am following the skin switching method discussed in the other thread, and it seems to work to certain point. The trick is use a BROWSE command button to navigate from album level to song level. On button load it will switched to a different skin which will be in list view setting. However, I would much rather navigate from album to song by double clicking on album instead of pressing the button since I think it is more natural. Eitherway, even the current skin switching method have a bug...
-Step 1 [Skin 1]
I made skin1 to display the album level dir (d:\music) by default. It is set to display in thumbnail view. I then mapped a browse button so on load it will switched to skin2 which is list view. "browse||load;skin2.skin"
http://jack.pacificrimus.com/rr_audio.jpg
-Step 2 [browse and load skin 2]
Here it works fine, the song are displayed in list view. In order to go back to the album level, I create an "Back||load;skin1.skin" to go back.
http://jack.pacificrimus.com/rr_audio2.jpg
-Step 3 [back to skin1]
In theory it should go back to album level, and then switched to skin1 and displayed inthumbnail view. Instead, it switched to skin1 but failed to go back to previous level regardless that skin1 is set to display d:\music. I tried using other command such as "list" or "exit" to go back, but all gives the same result. I believe there's a bug...
http://jack.pacificrimus.com/rr_audio3.jpg
I've even tried using skin 3 (tn view) and skin 4 (list view), it works until skin 4 loop back to skin 1; then it behave the same and will stay in the same dir.