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

Make scanned filename extensions configurable #180

Closed
WithoutPants opened this issue Nov 5, 2019 · 1 comment · Fixed by #813
Closed

Make scanned filename extensions configurable #180

WithoutPants opened this issue Nov 5, 2019 · 1 comment · Fixed by #813
Labels
improvement Something needed tweaking.

Comments

@WithoutPants
Copy link
Collaborator

globPath := filepath.Join(path, "**/*.{zip,m4v,mp4,mov,wmv,avi,mpg,mpeg,rmvb,rm,flv,asf,mkv,webm}") // TODO: Make this configurable

When we get to adding different media types (audio, text), we'll want to look at separating out the extension types. For now, let's make the entire extension list configurable.

@Leopere Leopere added the improvement Something needed tweaking. label Nov 5, 2019
@bnkai
Copy link
Collaborator

bnkai commented Sep 17, 2020

#813 closes this

@WithoutPants WithoutPants linked a pull request Nov 3, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Something needed tweaking.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants