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

Jukebox cleanup #2554

Merged
merged 3 commits into from Oct 17, 2023
Merged

Jukebox cleanup #2554

merged 3 commits into from Oct 17, 2023

Conversation

ms140569
Copy link
Contributor

@ms140569 ms140569 commented Oct 9, 2023

This PR fixes a bug and a typo and aligns the configuration file syntax with mpv's audio device syntax.

Here's an example:

# Enable/Disable Jukebox mode
Jukebox.Enabled = true

# List of registered devices, syntax:
#  "symbolic name " - Symbolic name to be used in UI's
#  "device" - mpv audio device name, do mpv --audio-device=help to get a list

Jukebox.Devices = [
    # "symbolic name " "device"
    [ "internal",     "coreaudio/BuiltInSpeakerDevice" ],
    [ "dac",          "coreaudio/AppleUSBAudioEngine:Cambridge Audio :Cambridge Audio USB Audio 1.0:0000:1" ]
]

# Device to use for Jukebox mode, if there are multiple entries above.
# Using device "auto" if missing
Jukebox.Default = "dac"

@github-actions
Copy link

github-actions bot commented Oct 9, 2023

Download the artifacts for this pull request:

@deluan deluan merged commit 59f0c48 into navidrome:master Oct 17, 2023
6 checks passed
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants