Skip to content

why autocrop ignores script-opts settings inside mpv.conf? #14500

Answered by guidocella
geextahslex asked this question in Q&A
Discussion options

You must be logged in to vote

You're appending to script-opts and then overwriting script-opts' value:

[   0.005][v][cplayer] Setting option 'script-opts-append' = 'autocrop-auto=no' (flags = 4)
[   0.005][v][cplayer] Setting option 'script-opts' = 'ytdl_hook-try_ytdl_first=yes,ytdl_hook-exclude="%.webm$|%.ts$|%.mp3$|%.m3u8$|%.m3u$|%.mkv$|%.mp4$|%.VOB$"' (flags = 4)

You need to swap these 2 lines or include autocrop-auto=no in script-opts=.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@guidocella
Comment options

@geextahslex
Comment options

@guidocella
Comment options

@guidocella
Comment options

Answer selected by kasper93
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants