Error when exporting new file to DB

I note that in mAirlist 6.1 Beta, something has changed when exporting a new file.

After synchronizing I am used to export new files, as MMD file and in the file tags. Exporting them in database and MMD file behaves as normal, but when exporting to file tags an error occurs. This is probably due to the fact that this file is .flac or .wav (and here it is not possible to store info), but in earlier versions this option was excluded (grey).

Is this intended?

mAirList 6.1 beta build 3835


2018-03-16_11-02-13.jpg

Tag writing is only supported for MP3 format (and it has always been this way).

The metadata import/export code was redone in v6.1. The new code looks at the file type (analyzes it) rather than just plainly the file extension, so it cannot really tell if tag writing is supported or not for this particular file until you go and try. This is why the menu item is not grayed out anymore.

Thanks, Torben!