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

convert: copy album art when copying or transcoding. #1055

Merged
merged 2 commits into from Nov 2, 2014

Conversation

alderz
Copy link
Contributor

@alderz alderz commented Nov 1, 2014

Only implemented to work when matching albums instead of tracks (-a option).
Disabled by default in the configuration of 'convert'.

Please, @sampsyo , take a look at the code.

Referencing #1050.

Only implemented to work when matching albums instead of tracks (-a option).
Disabled by default in the configuration of 'convert'.

fix indentation.

Fix Travis nagging over indentation (hopefully).

Finally pep8 conforming.
@@ -322,6 +369,7 @@ def __init__(self):
u'embed': True,
u'paths': {},
u'never_convert_lossy_files': False,
u'copy_album_art': False
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Smallest possible suggestion: please add a trailing comma. 😃

@sampsyo
Copy link
Member

sampsyo commented Nov 1, 2014

Hey; this looks fantastic! ✨ Thanks for contributing.

The patch looks perfect. Would you mind adding a mention of the new config option to the plugin's documentation page (docs/plugins/convert.rst)?

@alderz
Copy link
Contributor Author

alderz commented Nov 2, 2014

Done! 😃

@sampsyo
Copy link
Member

sampsyo commented Nov 2, 2014

Fantastic! Thanks again. 🐟 🚀

sampsyo added a commit that referenced this pull request Nov 2, 2014
convert: copy album art when copying or transcoding.
@sampsyo sampsyo merged commit b18123b into beetbox:master Nov 2, 2014
sampsyo added a commit that referenced this pull request Nov 2, 2014
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.

None yet

2 participants