Skip to content

Modify album and tracks simultaneously #4172

Answered by sampsyo
dschrempf asked this question in Q&A
Discussion options

You must be logged in to vote

Hmm, that's odd—I thought beet modify -a all by itself would do just fine. Modifying an album-level field should propagate changes to the items in the album. This happens right about here:

beets/beets/library.py

Lines 1337 to 1339 in 3c78537

for item in self.items():
for key, value in track_updates.items():
item[key] = value

Any chance that does happen to work all by itself?

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@dschrempf
Comment options

@sampsyo
Comment options

Answer selected by dschrempf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants