Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot use the input-conf option from within an extension Auto Profile. #5781

Open
jgreco opened this issue May 1, 2018 · 0 comments
Open
Labels
core:option-param-conf config, parameters, properties, options, shortcuts core

Comments

@jgreco
Copy link
Contributor

jgreco commented May 1, 2018

mpv version and platform

0.28.2

Reproduction steps

in mpv.conf:

[extension.jpg]
input-conf=~~/test-input.conf

[regular-profile]
input-conf=~~/test-input.conf

in test-input.conf:

ESC quit

Invoke mpv: mpv test.jpg

Expected behavior

When mpv is invoked on a jpg file, the [extension.jpg] profile should load the test-input.conf input config file. (Note that if the [extension.jpg] profile is commented out and mpv is invoked as mpv --profile=regular-profile test.jpg the input-conf line works as expected)

Or if this isn't possible for some reason, a more explanatory error message should be printed.

Actual behavior

Auto-loading profile 'extension.jpg'
Error parsing option input-conf (option parameter could not be parsed)

Log file

https://0x0.st/s18k.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core:option-param-conf config, parameters, properties, options, shortcuts core
Projects
None yet
Development

No branches or pull requests

2 participants