There are many ways to automate MC. However I didn't find any way to navigate to a specific view position in Theater Mode using any kind of automation. Maybe I missed it?
What I want to do and why:
My HTPC runs MC and Eventghost (for automation). As MC does not remember the last view position between reboots I have to navigate there manually every time the computer is rebooted. That's not so cool when watching series. What I want is to make MC remember where I was and then to navigate there automatically every time the Theater Mode starts so that watching the next episode of the current series becomes a snap.
The following things are required:
(1) Start MC in Theater Mode (easy).
(2) Find out the current Theater Mode view position in order to store / remember it (in a config file etc).
(3) Set the stored Theater View position using any kind of automation.
As (1) is easy I move on to (2):
Using MCWS I can find out where I am in Theater Mode using the function
http://localhost:52199/MCWS/v1/UserInterface/InfoIt gives me something like this:
<Response Status="OK">
<Item Name="Mode">3</Item>
<Item Name="InternalMode">-994</Item>
<Item Name="ViewDisplayName">Files\Series</Item>
<Item Name="SelectionDisplayName">Horror</Item>
</Response>
So now I know where I am in Theater Mode and could store this position which is the value from ViewDisplayName.
Regarding (3) ... there seems to be no API function in MC that allows me to SET this value back again (e.g. after a reboot) so that I could navigate there automatically...?
Or did I miss something?
Or is there any other way to make MC remember the last Theater View position so that I always start at the previous view position even after rebooting the system?
Thx.