Data types

Clusterfun supports images and audio.
Clusterfun defaults to images, and will show audio data if the file suffix of the media column equals one of the following:

["mp3", "wav", "aac", "ogg", "flac", "wma", "m4a", "aiff", "midi", "ape", "wavpack", "alac", "ac3", "opus",]

If you want support for different data modalities (e.g. video) or want a more fine-grained way to determine the right data type, please open an issue on GitHub.