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

Please provide all options for the .yml file. #20

Open
nothing2obvi opened this issue Jan 28, 2025 · 2 comments
Open

Please provide all options for the .yml file. #20

nothing2obvi opened this issue Jan 28, 2025 · 2 comments

Comments

@nothing2obvi
Copy link

The example has stuff like

downloadMethod:

but doesn't list what the possible values are.

Please provide these options so people know what they can use in the config file.

@lostb1t
Copy link
Member

lostb1t commented Feb 2, 2025

@Stetsed

@LukasSchulz
Copy link

I found the information in the enum-definition of the values:

public enum DownloadMethod
{
optimized,
remux
};

So the options are remux and optimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants