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

Fixed error when ripping using --keep-going without specifying `--o… #537

Merged
merged 1 commit into from May 16, 2021
Merged

Conversation

ghost
Copy link

@ghost ghost commented May 16, 2021

…utput-directory`

Added os.path.basename() to skipped_tracks comparison in
ImageVerifyTask. When OUTPUT_DIRECTORY is at its default '.'
./ is prepended to the file path of index.path, causing the error.

Signed-off-by: blueblots 63152708+blueblots@users.noreply.github.com

…utput-directory`

Added `os.path.basename()` to `skipped_tracks` comparison in
`ImageVerifyTask`. When `OUTPUT_DIRECTORY` is at its default '.'
`./` is prepended to the file path of `index.path`, causing the error.

Signed-off-by: blueblots <63152708+blueblots@users.noreply.github.com>
@JoeLametta
Copy link
Collaborator

This is also needed when the track template and the disc template don't follow the same structure, example:

track_template = %%r/%%A - %%d/%%t. %%a - %%n
disc_template = %%r/%%A - %%d/separate/nope/%%A - %%d

@JoeLametta JoeLametta merged commit 078d351 into whipper-team:develop May 16, 2021
@JoeLametta
Copy link
Collaborator

Merged, thanks!

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.

1 participant