The Linux settings file is not the same as in windows (windows is xml, linux is not).
Can we copy the windows settings over to the linux settings file?
I tried to copy these into the linux settings file:
Code: Select all
        ignoreForcedSubtitlesFlag="false"
        useISO639Type2T="false"
        setFirstAudioTrackAsDefault="true"
        setFirstSubtitleTrackAsDefault="false"
        insertFirstChapter00IfMissing="true"
How can I make it so that the linux version properly handles the forced subtitles?
Thanks.