Skip to content

Conversation

@TimUx
Copy link
Owner

@TimUx TimUx commented Nov 17, 2025

Summary

  • harden FPP status parsing and always clean up the temporary wish playlist so queued songs can play in sequence
  • expose mode/playlist/sequence details through the state API and render them alongside the status on the home page
  • adjust layout/styling for the status block to show the extra playback metadata

Testing

  • python -m py_compile app.py

Codex Task

@TimUx TimUx merged commit be2a6df into main Nov 17, 2025
@TimUx TimUx deleted the codex/research-falcon-player-api-and-endpoints-8fmh76 branch November 17, 2025 21:03
@chatgpt-codex-connector
Copy link

💡 Codex Review

https://github.com/TimUx/fpp-control/blob/4576f9b4d34176f9975d5dbe7340419646e39e23/app.py#L155-L160
P1 Badge Use media type for media‑only wish entries

Media-only wishes are written to the temporary playlist with type hardcoded to "sequence" even when no sequenceName is provided. When a song from the requests list contains only mediaName (no accompanying sequence), the generated playlist item advertises itself as a sequence with a null sequence name, which FPP will skip or fail to play. These requests will sit in the queue and never start despite being accepted by the API.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@TimUx TimUx restored the codex/research-falcon-player-api-and-endpoints-8fmh76 branch November 18, 2025 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants