Skip to content

Metadata from Media is null, JavaFX

I’m trying to get artist’s name from a song in my listview on click of a button but i’m getting this And here is my code How do i print it normally, only once? Answer Your listener will be invoked when any of the metadata change. Since you’re only interested in when the artist changes,…