Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dab] DL+ carousel #154

Open
hairmare opened this issue Jan 16, 2022 · 2 comments
Open

[dab] DL+ carousel #154

hairmare opened this issue Jan 16, 2022 · 2 comments
Labels
enhancement New feature or request output-dab

Comments

@hairmare
Copy link
Member

As a user i would like have my receiver know about metadata.

The spec defines quite a few metadata fields that we would like to support in addition to ITEM.TITLE and ARTIST.TITLE as done by #130.

  • STATIONNAME.SHORT = "RaBe"
  • STATIONNAME.LONG = "Radio Bern"
  • PROGRAMME.NOW = current show
  • PHONE.STUDIO = "031 330 99 99" (only during live shows?)
  • ...

The way to do this is to rotate through a bunch of strings with different content. ODR-PadEnc supports this out of the box, I'm not sure if ODR-EncoderManager supports this yet.

For some of the fields we already have data available, other might need ingesting of data from somewhere.

A complete list of the fields is defined in nowplaypadgen, we'll want to check them to see which are applicable to our case.

@hairmare hairmare moved this to Backlog in songticker Jan 16, 2022
@hairmare hairmare added output-dab enhancement New feature or request labels Jan 21, 2022
@hairmare
Copy link
Member Author

might be implemented with collections.deque as a round-robin ringbuffer of sorts

@hairmare
Copy link
Member Author

hairmare commented Nov 4, 2023

need to clarify if this is supported directly by SMC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request output-dab
Projects
Status: Backlog
Development

No branches or pull requests

1 participant