[SOLVED] CD audio encoders

Hi,

In Settings, during choice of Audio Encoder for ripping cd audio, I only have two menu entries:

  • WMA
  • AAC

while in my system I have many others (lame, flac, etc…):

osmc@salty-media-center:/usr/lib/kodi/addons$ ll
totale 152
drwxr-xr-x 38 root root 4096 gen 15  2018 .
drwxr-xr-x  4 root root 4096 gen  7 17:59 ..
drwxr-xr-x  2 root root 4096 gen  7 17:59 audiodecoder.modplug
drwxr-xr-x  2 root root 4096 gen  7 17:59 audiodecoder.nosefart
drwxr-xr-x  2 root root 4096 gen  7 17:59 audiodecoder.snesapu
drwxr-xr-x  2 root root 4096 gen  7 17:59 audioencoder.flac
drwxr-xr-x  2 root root 4096 gen  7 17:59 audioencoder.lame
drwxr-xr-x  2 root root 4096 gen  7 17:59 audioencoder.vorbis
drwxr-xr-x  2 root root 4096 gen  7 17:59 audioencoder.wav

How can I enable the other audioencorders for ripping?

The files you list are the system-level shared libraries, not Kodi add-ons (despite the directory name). You need to enable or install the Kodi add-on for the type of encoding you want to do.

Go to Settings->Add-ons->My add-ons->Audio encoders and see if the encoder you want is already installed but disabled (FLAC is installed but disabled on my Vero 4K). If it is not installed, go back up one level, then Install from repository and install the encoder.

Thank you!