So m4a transcoding is still not working for me, I found instructions on the Arch wiki here:
https://wiki.archlinux.org/index.php/ampachewhich states that the information may be outdated since 3.8 release which I have.
They have a section for editing the conf file for m4a transcoding as well as dependencies which I have installed.
The syntax however appears to be different.
It shows:
; List of filetypes to transcode
transcode_m4a = true
transcode_m4a_target = mp3
; These are the commands that will be run to transcode the file
transcode_cmd_m4a = "faad -f 2 -w %FILE% | lame -r -b %SAMPLE% -S - -"
but in my conf file I have:
transcode_m4a = "required"
Any help would be greatly appreciated!
Thanks in advance.