i've been working on a feature where the title of the song currently playing displays on the listen page. it's still very experimental at the moment, but i'm hoping it'll be a decent solution that'll get the job done. it's kinda janky though, so if it doesn't display right please let me know
basically, it's an iframe embedded on the page, set to refresh itself every 15 seconds. the html file within the iframe consists simply of the text "now playing: [song title]", and i would need to manually update it each time a new song plays.
basically, it's an iframe embedded on the page, set to refresh itself every 15 seconds. the html file within the iframe consists simply of the text "now playing: [song title]", and i would need to manually update it each time a new song plays.