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 a setting to control which formats are ignored #2780

Merged
merged 2 commits into from
Jan 3, 2018

Conversation

nguillaumin
Copy link
Contributor

This is related to #2688 where a list of hard-coded non-audio formats to
ignore has been added. Some users may want to rip the audio portion of
video tracks (e.g. DVD-Video) so it would be beneficial to let them
control exactly which formats to ignore.

I added a ignored_formats setting for that purpose and moved the
hard-coded list into the config. Test and documentation have been
updated accordingly.

Aside: I also clarified the changelog a bit regarding this change and
the related one for #1210.

This is related to beetbox#2688 where a list of hard-coded non-audio formats to
ignore has been added. Some users may want to rip the audio portion of
video tracks (e.g. DVD-Video) so it would be beneficial to let them
control exactly which formats to ignore.

I added a `ignored_formats` setting for that purpose and moved the
hard-coded list into the config. Test and documentation have been
updated accordingly.

Aside: I also clarified the changelog a bit regarding this change and
the related one for beetbox#1210.
@sampsyo
Copy link
Member

sampsyo commented Jan 2, 2018

Looking good!

For consistency with the other current config options in the match section, what do you think about the name ignored_media instead? We have match.preferred.media already, for example.

AFAICT, the Travis failures above seem to be spurious (just Travis flakiness):
https://travis-ci.org/beetbox/beets/jobs/324249126

@nguillaumin
Copy link
Contributor Author

Sure makes sense, I like consistency too 😉 I just pushed another commit with the setting renamed.

@sampsyo
Copy link
Member

sampsyo commented Jan 3, 2018

Looks perfect! Thank you again! ✨

@sampsyo sampsyo merged commit 456ffbd into beetbox:master Jan 3, 2018
@nguillaumin
Copy link
Contributor Author

No worries, thank you for Beets!

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