Skip to content

Convert Plugin Configuration #5346

Answered by Serene-Arc
AronAtGit asked this question in Q&A
Discussion options

You must be logged in to vote

There are options to do most of what you want but it might require multiple steps. First off, if you never want to convert lossy files, there is an option for that.

Let's go through it in stages:

convert:
  never_convert_lossy_files: yes
  auto: yes
  format: flac

The above configuration will do the following:

  • Always import lossy files as is
  • Will convert all other files to flac, and then only import the flac, not the original file

Now, if you want to convert everything to AIFF, which is in your library, you'd use the beet convert -f aiff -d /PATH_YOU_WANT/AIFF/ with the following in the configuration (you can merge this with the above):

convert:
  formats:
    aiff:
      command: ffmp…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by JOJ0
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