Page 1 of 1

Default profile does not select "Attachment" cover.jpg | CLI

Posted: Tue Oct 08, 2024 1:34 pm
by Rai4321
I am trying to figure out how to back up a BD UHD disc from
the CLI.


But when looking at the GUI, the "Attachment jpeg 640x360 cover.jpg"
does not get automatically selected ....

Looking in the MakeMKV settings:
Advanced:
Options:
Default profile:

Code: Select all

-sel:all,+sel:(favlang|nolang),-sel:mvcvideo,=100:all,-10:favlang
but I have absolutely no clue on how to add the "Attachment" automatic selection
into the settings .....

Anyone?

And them I just need to add it to to "settings.conf = app_DefaultSelectionString":

Code: Select all

~/.MakeMKV/settings.conf
app_DefaultSelectionString = "-sel:all,+sel:(favlang|nolang),-sel:mvcvideo,=100:all,-10:favlang"
app_DestinationDir = "~/MakeMKV/"
app_ExpertMode = "1"
app_Java = ""
app_Key = "T-WaI15n3jLrzWU88y7liOljd7UIR0mormcZo2oO5xt_9CSj3Mg6mOxR1eUvU_CA569e"
app_Proxy = ""
app_ShowAVSyncMessages = "1"
app_ShowDebug = "1"
app_ccextractor = "/usr/local/bin/ccextractor"
bdplus_DumpAlways = "1"
sdf_Stop = ""
speed_PIONEER_BD-RW___BDR-UD04_1.14_XXXXXXXXXXXX = ""
And to save single title (second out of three = 0,1,2):

Code: Select all

makemkvcon mkv --decrypt --noscan --progress=-same disc:0 1 $HOME/MakeMKV/
Right?

Re: Default profile does not select "Attachment" cover.jpg | CLI

Posted: Tue Oct 08, 2024 3:49 pm
by Ezatoka
Rai4321 wrote:
Tue Oct 08, 2024 1:34 pm
but I have absolutely no clue on how to add the "Attachment" automatic selection
try +sel:attachment

[SOLVED] Re: Default profile does not select "Attachment" cover.jpg | CLI

Posted: Wed Oct 09, 2024 7:52 am
by Rai4321
Thank you,
that worked :)

Code: Select all

nano ~/.MakeMKV/settings.conf
app_DefaultSelectionString = "-sel:all,+sel:(favlang|nolang),-sel:mvcvideo,=100:all,-10:favlang,+sel:attachment"

Also found this in the forum while searching around:

Changing default track selection
viewtopic.php?f=10&t=4386