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

Added code to ignore certain files #333

Closed
wants to merge 2 commits into from
Closed

Added code to ignore certain files #333

wants to merge 2 commits into from

Conversation

yaleman
Copy link
Contributor

@yaleman yaleman commented Mar 14, 2012

As per issue 1853, added ability to ignore files, specifically certain OSX metadata.

As per issue 1853, ignoring certain OSX metadata.
@@ -597,6 +598,10 @@ def process(self):
if os.path.isdir( self.file_path ):
self._log(u"File "+self.file_path+" seems to be a directory")
return False
for ignore_file in self.IGNORED_FILESTRINGS:
if ignore_file in self.file_path:
self._log(u"File {0} is ignored type, skipping".format( self.file_path ) )
Copy link
Owner

Choose a reason for hiding this comment

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

Pretty sure this is python 2.6+ only, SB needs to support python 2.5

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've updated the pull request, this should be fine now (changed concatenation)

@midgetspy
Copy link
Owner

Pulled into the development branch (where all new changes will go from now on), thanks.

@midgetspy midgetspy closed this Apr 26, 2012
gborri pushed a commit to gborri/Sick-Beard that referenced this pull request Jul 16, 2014
UnPoilTefal pushed a commit to UnPoilTefal/Sick-Beard that referenced this pull request Oct 19, 2015
Fix betaseries warning during post processing
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