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

Implement custom filter feature #34

Open
destan opened this issue Mar 10, 2013 · 1 comment
Open

Implement custom filter feature #34

destan opened this issue Mar 10, 2013 · 1 comment

Comments

@destan
Copy link
Member

destan commented Mar 10, 2013

In the process of parsing, extra filtering should be done if desired. Extra filtering shall be flexible and customizable.

Following paragraph of @xaph further describes this need:

To strip series and video games I apply following to final movies tsv file.

grep -v '(""' imdb.sql | grep -v '(VG)' | grep -v "(TV)" | grep -v "(V)" | grep -v "{" | grep -v "????" > imdb_son.sql

This grep should not be necessary at all since custom filter should be enough for this job.

@ghost ghost assigned yasakbulut Mar 10, 2013
@xaph
Copy link
Member

xaph commented Mar 10, 2013

grep updated. check readme file ;)

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

3 participants