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

If I enable to copy non flac files, the program copies over my .sync folder and ruins my btsync share #19

Closed
GoogleCodeExporter opened this issue Mar 16, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Enable to copy non flac files
2. Have two btsync shares running both on the flac and the converted media 
folder
3. The program then copies the .sync folder and ruins the share

Would it be possible for you to just to make it possible to define the 
extensions that we want to have copied? For example, only copy .jpg files 
(covers), so it does not mess with non-music related folders?

Original issue reported on code.google.com by gajus...@gmail.com on 19 Jan 2015 at 6:00

@GoogleCodeExporter
Copy link
Author

Hmm, some sort of input filters for the copy command would be useful. 

I should probably make it work on all input files. 

Original comment by i...@ziva-vatra.com on 21 Jan 2015 at 2:26

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

Thank you, hopefully you'll implement this feature soon, so I can start using 
your program again :)

Original comment by gajus...@gmail.com on 21 Jan 2015 at 2:31

@GoogleCodeExporter
Copy link
Author

Ok, revision 61 is the first version that support excluding input files by a 
pattern (standard regular expressions). New switch is added in the program:

  -x EXCLUDE, --exclude=EXCLUDE
                        exclude certain files from processing by PATTERN
                        (regular expressions supported)

In your case, if you add  -x "\.sync" to your command line, it should skip 
everything with ".sync" in the path. 

Please verify and let me know if it works for you, or if you get any errors. 

Thanks! 




Original comment by i...@ziva-vatra.com on 9 Feb 2015 at 3:49

  • Changed state: Fixed

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

1 participant