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

Copy additional files from source folder to destination #11

Open
triplem opened this issue Jun 2, 2013 · 4 comments
Open

Copy additional files from source folder to destination #11

triplem opened this issue Jun 2, 2013 · 4 comments

Comments

@triplem
Copy link
Contributor

triplem commented Jun 2, 2013

Some additional files are in my source folders (e.g logs, additional informations), these should be copied to the destination folder as well

I can think of a couple of problems here:

  • the file does exist already in the destination folder and should not be over written (e.g. m3u file)
  • the file is not up to date anymore (e.g. Cue file, because of renamed files)
@triplem
Copy link
Contributor Author

triplem commented Jun 2, 2013

This issue was brought up on the discogs forums already.

@triplem
Copy link
Contributor Author

triplem commented Jun 10, 2013

I guess, that we should create the m3u by ourselfs, since the file names could change. The cue file has pretty much the same problem, and most probably we are not able to reproduce this one. I will dig into this and report back.

@triplem
Copy link
Contributor Author

triplem commented Jun 20, 2013

I am going to implement this in a slightly adopted manor. I will copy (on config option) all files, which are not in the target directory already. Furthermore I will add a possibility to configure, what files are copied by file-name. This should be it. The cue file could be copied, but the User will be hinted that this file is not correct anymore (since the filenames of the audio files could have changed).

What do you think?

@triplem
Copy link
Contributor Author

triplem commented Jul 10, 2013

This is implemented during the adoption for version2.

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