The problem is something like this:
When skipping chapters on a DVD, the macro called nexttrack is used. But when trying to use the same button on the remote, in other words the same macro, on a MKV file, it just skips to the next file. This is not desirable
This is of course because the macro used for MKV files is called nextchapter.
Is it possible somehow to have this on the same button?
Something like this then:
IF DVD Mode
then use nexttrack
ELSE
use nextchapter
I guess this would be useful for cycling external subtitles too.
Thank you.