It would be nice if, while displaying tags, moc would align right the track number tag to align the rest of the tags. Also, when there are more than 100 tracks on a directory/playlist the track order is not displayed correctly: track 100 is sorted before track 10 - see these screenshots
MOC running on Linux Mint 18 - freezes while playing music off of an ExFat USB disk.
Each time this happens, the files in the playlist are deleted, and the folder containing them 'breaks' - i.e. I can't delete the folder, or copy the files back to it.
compat.c defines clock_gettime when there's no clock_gettime in librt.
However, clock_gettime has been available since macOS 10.12; AC_CHECK_LIB([rt], [clock_gettime], ...) doesn't work simply because
there's no librt on macOS. This results in a redefinition on macOS 10.12: