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

Transformations that access a file's data can only be used first in a pipeline #17

Open
agsimmons opened this issue Jul 27, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@agsimmons
Copy link
Owner

For example, if you change the extension of an audio file from ".mp3" to ".MP3" as the first transformation in a pipeline, then try to use the music_tags transformation, the audio file won't be found, as it is passed the modified file sequence before the filenames have been modified.

This might require passing around a file sequence class instead of a list of paths, where the original path and the currently modified paths can be accessed by a transformation at will.

@agsimmons agsimmons added the bug Something isn't working label Jul 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant