Skip to content

Appending custom tracks to albums #4353

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

You must be logged in to vote

Wow, interesting problem! I do think that the importer will be happiest if you start by importing only the "real" tracks and then add your own tracks after the fact. The tricky part here is that you will need to associate the new tracks with the existing album object—just changing the album name and artist name to match the existing album won't quite cut it.

Fortunately, this association is possible, but unfortunately, it's not the user-friendliest thing to do. The gist is that you will need to manipulate the album_id field. I would recommend doing this:

beet ls -af '$album_id' [name of existing album]

…to obtain the right id, and then do this:

beet modify album_id=[as above] [query desc…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bunnyfly
Comment options

Answer selected by bunnyfly
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