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

add application name and currently playing file to audio streams #112

Merged
merged 3 commits into from
Feb 3, 2024

Commits on Feb 3, 2024

  1. set current filename in audio stream metadata

    PulseAudio and PipeWire (and SDL when using one of those two as
    backends) provide a metadata field in the audio stream for the stream
    name.
    
    Don't just hardcode `gbsplay` as the stream name but show which file
    is currently playing instead.
    mmitch committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    e54ac59 View commit details
    Browse the repository at this point in the history
  2. correctly set player name in audio client metadata

    PulseAudio and PipeWire (and SDL when using one of those two as
    backends) provide a metadata field in the audio client connection for
    the application name.
    
    Don't just hardcode `gbsplay` as the application name but distinguish
    between gbsplay and xgbsplay.
    mmitch committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    33f5edd View commit details
    Browse the repository at this point in the history
  3. update HISTORY

    mmitch committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    ad06030 View commit details
    Browse the repository at this point in the history