radio4000 / components

web-components to build the r4 interfaces, uses the sdk
https://components.radio4000.com/
1 stars 0 forks source link

Add player state to r4-app.config #51

Closed oskarrough closed 1 year ago

oskarrough commented 1 year ago

check what we do in r4 ember.

maybe r4-app.state.{playlist,currentTrack,isPlaying}

so we can:

locate current channel and current track (from navigating to url) display them as active in UI everywhere they're displayed

oskarrough commented 1 year ago

On r4-app we have

isPlaying, playingChannel, playingTrack

seems good.