dylanmaryk / InsanityRadio-Android

An Android app for streaming Insanity Radio 103.2FM.
MIT License
2 stars 6 forks source link

How to get current playing song info. #2

Closed lovebdsobuj closed 8 years ago

lovebdsobuj commented 8 years ago

I change stream url, but song tag info not showing correctly, What I need to do for this?

dylanmaryk commented 8 years ago

Do you mean you're not getting the correct metadata? If so, it might be a problem with the stream itself.

lovebdsobuj commented 8 years ago

Yes, you got it right, My stream url broadcast Bengali songs but metadata show English songs title,artist name. What about you?

dylanmaryk commented 8 years ago

Which line of code is returning the metadata?

dylanmaryk commented 8 years ago

The data returned by the methods in DataModel is specific to Insanity Radio.

lovebdsobuj commented 8 years ago

The data returned by the methods in DataModel is specific to Insanity Radio.

Yes, you say right.

app.json is automatic generate?

Can I get this?

dylanmaryk commented 8 years ago

Yes, it is generated automatically server-side, based on data specific to Insanity Radio, such as the schedule.

lovebdsobuj commented 8 years ago

If you don't mind, Can I get server-side script for generate audio metadata automatically.

dylanmaryk commented 8 years ago

It wouldn't be much help to you. The JSON is based on data from databases and text files on our server, which themselves are generated from other sources. You can have a look anyway if you still want to.

lovebdsobuj commented 8 years ago

Yes, I want to look it... Because Now playing song, artist name comes from Icycast server, automatically, right. It's come from Icycast server {"nowPlaying":{"song":"Take Me Back","artist":"Stryder, Tinchy Feat. Taio Cruz"}, and next part is maybe text file, for currentShow & Schedule right?

dylanmaryk commented 8 years ago

No, they come from a text file which Myriad writes to.

dylanmaryk commented 8 years ago

https://gist.github.com/dylanmaryk/bcbe4a7d4ed87a5ee95c https://gist.github.com/dylanmaryk/ba6fc842320027c93105

lovebdsobuj commented 8 years ago

Hard thing for me, but thanks to you for share it...