I'd like to extend the web interface with the ability to easily switch between DVD Titles, Chapters, Languages and Subtitles and need some kickstart hints.
I'm planning
- to add requests/mediainfo.xml which provides extended information on the currently playing medium such as a list of all DVD chapters, available languages, etc. (I might as well integrate this into status.xml)
- to extend js/functions.js with the code to parse/call above xml structure
- to add corresponding drop down lists and other controls to dialogs/main
To do so, I need your help by pointing me into the right direction concerning the information gathering on the current medium; and the activation of a specific language/subtitle/... I couldn't find anything related to VLC 0.9.8a in the docs - or was I simply using the wrong search terms?