Page 1 of 1

Save all subtitles

Posted: Sat Oct 13, 2018 3:53 pm
by chowbok
How do I set in my custom.mmcp.xml that I want all subtitles saved?

Re: Save all subtitles

Posted: Sat Oct 13, 2018 9:34 pm
by Woodstock
I use this to get all languages (audio and subtitle):

Code: Select all

    <profileSettings
        app_DefaultSelectionString="-sel:all,+sel:(favlang|nolang),-sel:mvcvideo,=100:all,-10:favlang"
    />

Re: Save all subtitles

Posted: Sun Oct 14, 2018 1:08 am
by chowbok
Woodstock wrote:
Sat Oct 13, 2018 9:34 pm
I use this to get all languages (audio and subtitle):
Thanks, but I don't want it selecting all the audio, just all the subtitles. Is there any way to just do the latter?