Supported formats/containers? #3964
-
MKV containers are not supported and are ignored by the importer - where can I find a list of formats that are supported? Specifically, I have some music that is encoded in DTS, and is currently inside an MKV container, but beets refuses to touch it. MKA is similarly ignored. I'm happy to put it inside a different container but I would rather avoid transcoding it. I did look through the documentation but I apologize if I missed it. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
From what I can tell, we pretty much support everything mutagen does (the library we use for parsing files). To be more specific, here's the list of formats our
I'm not sure if all of these have been tested with beets though. For reference, it seems like quodlibet/mutagen#3 discusses implementing MKA support in mutagen (although it hasn't progressed in a while). Also related: #3729. |
Beta Was this translation helpful? Give feedback.
-
OK thanks. It would be nice if this list was in the documentation. The trick then is put DTS tracks into an MP4 container, which is supported by MP4, and although beets misidentifies them as "AAC" tracks, it doesn't mess them up in any way and they still play just fine. Although I did have to pre-tag the files with Picard before importing otherwise beets mis-matched them into an apparently random order that I don't really understand. So maybe some feature requests?
Although I understand that some of this relies on mutagen getting updated first. Thanks. |
Beta Was this translation helpful? Give feedback.
From what I can tell, we pretty much support everything mutagen does (the library we use for parsing files). To be more specific, here's the list of formats our
mediafile
library can handle (from here):I'm not sure if all of these have been tested with beets though. For reference, it seems like quodlibet/mutagen#3 discusses implementing MKA support in mutagen (although it hasn't progressed in a while).
Also related: #3729.