flac 1.3.1 support

Just had some files in flac (1.3.1) not listing in database when I update the folder.

I converted them to mp3 just as a test on my laptop, using

[code]#!/bin/bash

for a in ./*.flac; do
ffmpeg -i “$a” -qscale:a 0 “${a[@]/%flac/mp3}”
done[/code]

then send them to NAS into same folder as the flac files, with same permissions etc.

Do an DB update on the folder and voila - MP3s are listed.

My question - Does MPD 19.19 support flac 1.3.1 encoded files ?

I’m on the latest version 2.4.13 of volumio btw.
Woody