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

different configuration support for different copys of Losslesscut #1956

Closed
4 tasks done
kulkatt opened this issue Apr 8, 2024 · 4 comments
Closed
4 tasks done

different configuration support for different copys of Losslesscut #1956

kulkatt opened this issue Apr 8, 2024 · 4 comments

Comments

@kulkatt
Copy link

kulkatt commented Apr 8, 2024

The fewer issues I have to read, the more new features I will have time to implement, so I ask that you please try these things first

Description

I use different configuration for many situations, modifying settings every time is very inconvenient.
maybe the configuration files could be saved in the same folder as lossless-cut.exe so different configurations is possible.
thanks you.

@mifi
Copy link
Owner

mifi commented Apr 9, 2024

LosslessCut should already (on windows) pick up a config.json if it exists in the same folder as the .exe file, see #645

What you're asking for is a way to specify the config file from the command line, right? e.g.

LosslessCut.exe --config config1.json

or

LosslessCut.exe --config config2.json

@kulkatt
Copy link
Author

kulkatt commented Apr 15, 2024

LosslessCut.exe --config config1.json

thank you for your response, I just tested.
seems the config file with version3.59.1.0 on my win10 is C:\Users[username]\AppData\Roaming\LosslessCut\config.json
specify the full path, like --config LosslessCut.exe c:/config1.json, not working

@mifi
Copy link
Owner

mifi commented Apr 15, 2024

LosslessCut.exe --config config1.json

thank you for your response, I just tested. seems the config file with version3.59.1.0 on my win10 is C:\Users[username]\AppData\Roaming\LosslessCut\config.json specify the full path, like --config LosslessCut.exe c:/config1.json, not working

that's because losslesscut doesn't support that yet.

@mifi
Copy link
Owner

mifi commented May 14, 2024

next version will have a new cli arg --config-dir

@mifi mifi closed this as completed in fedd826 May 14, 2024
mifi added a commit that referenced this issue May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants