Koray Atlay

Greenhorn
+ Follow
since Feb 09, 2013
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Koray Atlay

Hello everybody,

I am trying to make a Stream Music player application that you can play the mp3s from your dropbox account on stream. But DropboxAPI doesnt give you ID3 information as metadata . So i need to find a way to get the ID3 informations like artist and song name so i can list the files on the screen.

I tried MediaMetadataRetriever class , but it always gave Illegel argument exception for URI, and i tried also different URLs from different websites ,still result is the same.

So can you suggest an alternative way to get the ID3 tags of a Mp3 file from a stream URL.

Thank you in advance for your help
11 years ago