Music Library Table

Hey guys.

I’m trying to find a better way of producing a music table list.
I’ve managed to get something working so far, but I feel like JUCE may already off a way of doing this.

I’m trying to display directory folders on a root drive as “playlists” in the left table, and then display the audio files in that directory in the right table. I’ve got methods for getting the metadata. The issue comes where I need a way for changes to the file structure to be displayed.

Does JUCE offer a way of doing this? Maybe something like the DirectoryContentsList or DirectoryContentsDisplayComponent?

The target system is Linux

hello! I am new to JUCE and i am looking to create a music library table but I seem to be lost. Could you explain how you got this? Thank you!