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

fixes issues #3, #4, #9, #14, #15 #12

Merged
merged 5 commits into from
Dec 18, 2013
Merged

fixes issues #3, #4, #9, #14, #15 #12

merged 5 commits into from
Dec 18, 2013

Conversation

pguridi
Copy link
Contributor

@pguridi pguridi commented Dec 17, 2013

added some changes to:

1 - added an argument to choose to keep the wav files
2 - now the full path is stored in database, now is possible to identify unique files.
3 - adds a config option to limit the input seconds for fingerprinting.

pass
def __init__(self, config):
self.config = config
if self.config.has_section("input") and self.config.has_option("input", "lenght"):
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you mean "length" here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ops, yep.., typo.

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

Successfully merging this pull request may close these issues.

2 participants