-
Notifications
You must be signed in to change notification settings - Fork 78
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
Config options missing documentation #60
Comments
|
@OrfiDev All great answers TY. Regarding |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you elaborate on these?
main_compression
It seems that this can only be low or high. What if we want no compression? Can compression be disabled?
advanced_login_system
What is this exactly? What are the different types of login systems?
codec_conversions
If I want no codec conversions, can I simply remove the default config options and leave it empty
{}
? Doesenable_undesirable_conversions
disable this regardless of what is incodec_conversions
or isenable_undesirable_conversions
for something else? If it's for something else, what isenable_undesirable_conversions
for?compression_level
What is this, where is it used and what are its possible values? This doesn't appear to be used in the code unless I'm missing it?
cover_variance_threshold
What is this?
enable_undesirable_conversions
See # 3 above.
ignore_existing_files
Is it just me or does this behave the opposite way? A snapshot of the code:
Why are files skipped when
ignore_existing_files
is false? Don't we want to ignore/skip files when it is true?ignore_different_artists
What is a "different" artist? What is this setting?
extensions
What are extensions? How can I create one and how are they different from modules?
The text was updated successfully, but these errors were encountered: