SongsRequest CheckStatus

I have asked the same question now four times!

It appears that in the rest of your blocks coding in your app, you have no way of knowing where a song is in the queue / playlist etc.

Until we know this it is difficult to proceed. The only thing we can do is tell the user that their song request has been received.

this is what i'm trying to explain but it'a difficult with autism :slight_smile:
how or do you have any ideas how i can accomplish this

isn't there away i can accomplish telling users when there song is ready to be aired

Join the club :slight_smile:

You said you were trying to avoid having a playlist, but it seems that one will be needed in order to fulfil your requirements. Work on that in your app, then come back when you have something.

1 Like

so you have autism as well

yes i'm trying to accomplish this without a playlist

not far up the spectrum, but nevertheless on it. Anyway, we are going off topic!

3 Likes

Ok I'll use a playlist .CSV for this instance
How can I do this with a database TinyDB or firebase?

Well, if the playlist applies to all users, it needs to be accessible to all users, so you can use the online "database" of your preference: CloudDB (own server),Firebase, Google Sheets, MySql (own server) etc.

How are you capturing this playlist, and from where ?

Thinking Google sheets to have all
The songs on(I can get it from playitlive)
Upload the .CSV file into MIT using firebase

One step at a time.

Work out how you get the playlist from "playitlive" and then how this will be added and maintained on google sheets.

As an aside, how does a song request get added to the playlist?

i've got my csv from playitlive i've got to have a database
to store the csv in

if say using firebase i can keep, removing and adding csv if and when

How ?

went into playitlive > tracks> manage tracks in the left or right hand corner there's an option for csv

So you have to do it manually ? That is not going to work well. Anyway to get the playlist csv programmatically, e.g. by http get request, an api ?

you got any smarter ways :slight_smile:

I have never used playitlive. Please fully read my responses, not just the first bit, I asked two questions.

think i have to do it manually yea with a database, sheets i don't know don't quote me on this but think i have to use get request

:question:

:question:

What about the metadata coming from the feed itself, that must be giving you, as a minimum, the current playing song (and thus you can build a what has been played list) ?

Found this:

from here

and here
https://docs.playitsoftware.com/PlayItLive/215/playit_live_control_api.html?st=MA%3D%3D&sct=MA%3D%3D&mw=NDEw&ms=AAAA

and

ok so i can use the API as a get or post request
so i can most probably use the api in sheets