Skip to content

beet import and 'ignore_video_tracks’ behavior #4911

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

You must be logged in to vote

That's interesting! Indeed; ignore_video_tracks is not quite the option you want here; that controls whether we ignore those tracks in the MusicBrainz database (that is, on the metadata-source side, not the your-files side).

The thing that's rejecting your video-containing files is MediaFile, here:
https://github.com/beetbox/mediafile/blob/ea0558fbfdc7bd99671f0534e593cc5cdb7a8e65/mediafile.py#L1584-L1616

That is, we hard-code a list of file formats we know how to deal with, and those are all audio formats (e.g., Vorbis and Opus). Unfortunately, this might be somewhat challenging to relax…

Replies: 1 comment 1 reply

Comment options

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

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