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

How to add Multiple artwork picture? #4

Open
syaofox opened this issue Feb 4, 2017 · 1 comment
Open

How to add Multiple artwork picture? #4

syaofox opened this issue Feb 4, 2017 · 1 comment

Comments

@syaofox
Copy link

syaofox commented Feb 4, 2017

How to add Multiple artwork picture?

@moogar0880
Copy link
Owner

Hi! You should be able to set multiple Artwork atoms in a list of metadata. Something along these lines:

from subler import Atom, Subler

# define multiple pieces of artwork
metadata = [Atom('Artwork', '/path/to/img1'), Atom('Artwork', '/path/to/img2')]

# create a Subler instance and write the metadata
Subler(source, dest, metadata=metadata).tag()

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

No branches or pull requests

2 participants