+forced with 1.7.0

Discussion of advanced MakeMKV functionality, expert mode, conversion profiles
Post Reply
joe42
Posts: 103
Joined: Mon Jan 03, 2011 7:44 pm

+forced with 1.7.0

Post by joe42 »

I notice that the default behavior has changed to select ALL forced subtitle tracks, regardless of language. With previous versions, it would only select forced tracks of the favorite language(s).

How can I change the profile to only select forced subtitles in the favorite language? Something like +favlang_forced ?
mike admin
Posts: 4065
Joined: Wed Nov 26, 2008 2:26 am
Contact:

Re: +forced with 1.7.0

Post by mike admin »

Just remove "+forced" as "+favlang" selects both forced and non-forced items.

Code: Select all

-all,+favlang,+nolang,-havemulti,-havecore
SamuriHL
Posts: 2231
Joined: Mon Jun 14, 2010 5:32 pm

Re: +forced with 1.7.0

Post by SamuriHL »

There seems to be a bug though. Adding that still selects non favlang subs.
MikeMcr
Posts: 13
Joined: Mon Feb 07, 2011 10:13 pm

Re: +forced with 1.7.0

Post by MikeMcr »

mike admin wrote:Just remove "+forced" as "+favlang" selects both forced and non-forced items.

Code: Select all

-all,+favlang,+nolang,-havemulti,-havecore
How do we select ONLY the "lang (forced only)" subtitle track for a specific language? In other words, if I don't want subtitles at all, except for the forced track of my favourite language, what tokens should I use?
joe42
Posts: 103
Joined: Mon Jan 03, 2011 7:44 pm

Re: +forced with 1.7.0

Post by joe42 »

I started a thread for us to discuss profile settings in the advanced usage area:

http://www.makemkv.com/forum2/viewtopic.php?f=10&t=4397
joe42
Posts: 103
Joined: Mon Jan 03, 2011 7:44 pm

Re: +forced with 1.7.0

Post by joe42 »

MikeMcr wrote:
mike admin wrote:Just remove "+forced" as "+favlang" selects both forced and non-forced items.

Code: Select all

-all,+favlang,+nolang,-havemulti,-havecore
How do we select ONLY the "lang (forced only)" subtitle track for a specific language? In other words, if I don't want subtitles at all, except for the forced track of my favourite language, what tokens should I use?
I guess we need an "unforcedsub" token. Then you could use "+favlang,-unforcedsub" to first select both kinds of subtitles in your favorite language, and the unselect all unforced subtitle tracks.
mike admin
Posts: 4065
Joined: Wed Nov 26, 2008 2:26 am
Contact:

Re: +forced with 1.7.0

Post by mike admin »

This should be addressed in the next version.
mike admin
Posts: 4065
Joined: Wed Nov 26, 2008 2:26 am
Contact:

Re: +forced with 1.7.0

Post by mike admin »

Code: Select all

(!forced)
Post Reply