Remote-Falcon / remote-falcon-issue-tracker

Remote Falcon Issue Tracker
0 stars 0 forks source link

Make empty {NOW_PLAYING} and {JUKEBOX_QUEUE} placeholders show the word "None" instead of just being blank #47

Open diamondcrescent opened 1 week ago

diamondcrescent commented 1 week ago

When there aren't any songs playing and/or any queued up songs, it looks kind of weird having my "Playing Now" or "Next Requested Songs" titles with no songs listed underneath, so it looks like they're just stacked on top of each other with no purpose. It's a bit confusing to a person who is looking at the web page for the first time and is trying to comprehend how it's used.

Can it be changed so the placeholders such as {NOW_PLAYING} and {JUKEBOX_QUEUE} would display something like the word "None", instead of nothing at all?

whitesoup12 commented 1 week ago

Playing Now and Playing Next should be populated by what's currently playing inf your normal FPP schedule. If you're not playing anything, then viewer control is likely off and your after hours message is showing.

diamondcrescent commented 4 days ago

I was thinking that the {NOW_PLAYING} placeholder would always be showing something as long as the show is running, but the {NEXT_PLAYLIST} and {JUKEBOX_QUEUE} placeholders could be blank in the situation where nobody recently has made a request, though. Is that correct?


From: whitesoup12 @.> Sent: November 10, 2024 3:25 PM To: Remote-Falcon/remote-falcon-issue-tracker @.> Cc: diamondcrescent @.>; Author @.> Subject: Re: [Remote-Falcon/remote-falcon-issue-tracker] Make empty {NOW_PLAYING} and {JUKEBOX_QUEUE} placeholders show the word "None" instead of just being blank (Issue #47)

Playing Now and Playing Next should be populated by what's currently playing inf your normal FPP schedule. If you're not playing anything, then viewer control is likely off and your after hours message is showing.

— Reply to this email directly, view it on GitHubhttps://github.com/Remote-Falcon/remote-falcon-issue-tracker/issues/47#issuecomment-2466984390, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AWAFUCTVYT4LDMBXYD3MSGLZ77TNHAVCNFSM6AAAAABRKSYBVKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRWHE4DIMZZGA. You are receiving this because you authored the thread.Message ID: @.***>

whitesoup12 commented 4 days ago

{NEXT_PLAYLIST} should always have a value as well, since it's populated either by the next request or the next scheduled sequence. As for the {JUKEBOX_QUEUE}, I understand what you're saying, but I think having nothing display when the queue is empty is more indicative of an "empty queue" than having it showing something like "No Requests" or "None".