Closed lovebdsobuj closed 8 years ago
Do you mean you're not getting the correct metadata? If so, it might be a problem with the stream itself.
Yes, you got it right, My stream url broadcast Bengali songs but metadata show English songs title,artist name. What about you?
Which line of code is returning the metadata?
The data returned by the methods in DataModel is specific to Insanity Radio.
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?
Yes, it is generated automatically server-side, based on data specific to Insanity Radio, such as the schedule.
If you don't mind, Can I get server-side script for generate audio metadata automatically.
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.
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?
No, they come from a text file which Myriad writes to.
Hard thing for me, but thanks to you for share it...
I change stream url, but song tag info not showing correctly, What I need to do for this?