Hi there,
how would I get the file location path of a track? I guess that would be achieved like the getAlbum() method for example.
public String getAlbum() {
return Dispatch.get(object, "Album").getString();
}
But I need the "name" String for the get(Dispatch dispatchTarget, String name) method. Do you know that name?