Error 701 : Unable to play Content://com.android.providers.media.documents/document/audio%3A15675

hello everyone,
Greeting of the day

I was to play the Song using Activity starter. So i added Activity Starter but showing me this error(mentioned on the Top) whenever i am trying to pick the file from my internal Storage.
for activity starter:
ACTION: android.intent.action.GET_CONTENT
DataType: audio/*

In Source of Taifun Player i put the resultUri of Activity Starter.
kindly help

thanks

You probably need to convert the content uri to a full filepath

There are blocks in Taifun's File extension that will do this:

image