Works GREAT!
But I do have one complaint/issue.
Let's see if you can follow. Using the .ini approach. Let's say I have the main config.ini file. The startheading would be defined as "Gallery Samples". The image folders under the content folder would be organized as follows.
Group 1 ------- Sub Group 1
------- Sub Group 2
Group 2 ------- Sub Group 1
------- Sub Group 2
------- Sub Group 3
Through imagevue, the header would initially read "Gallery Samples". If I then navigated to the Sub Group 2 Folder, the heading would then display "Sub Group 2". On mouse over the heading would read something like "Group 1: Sub Group 2".
Using your approach to solve my initial problem works great but I notice that the heading is not as it should be. If I defined a .ini config file to directly open the Sub Group 2 folder the heading would read "Sub Group 2" as expected but on mouse over would read "- : Sub Group 2".
Any way to fix this?