-
Hi - I got my Tangara in the mail the other day and I've been trying to get my music collection sorted to work on it. Currently, Tangara doesn't support AAC/ALAC files, so I've been trying to convert all of them to opus/ogg, using the command they have documented here under the supported audio formats section: The command, however, seems to do absolutely nothing. It copies my music to the backup directory I specified, and... nothing else (
I'm still left with .m4a files, and Is the Tangara documentation/command wrong, or is the command just not working as it should? I'm using the latest Arch package on EndeavourOS. convert config snippet:
EDIT: Other types of files (eg. FLAC) have no problems with being converted to opus so I'm convinced this is a bug. Since I've already posted this, I figure I'll wait a bit before making a new issue. (As an aside, please update the IRC room topic to point here instead of Discourse.) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Figured out that, because AAC is lossy, I had to enable Additionally, if files already exist in the backup location, it will not convert (which is probably for the best, but was still not made very clear). Hopefully this helps others! |
Beta Was this translation helpful? Give feedback.
Figured out that, because AAC is lossy, I had to enable
never_convert_lossy_files
in the convert plugin config.Additionally, if files already exist in the backup location, it will not convert (which is probably for the best, but was still not made very clear).
Hopefully this helps others!