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

New protocol command to toggle protocol features #2123

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jcorporation
Copy link
Member

@jcorporation jcorporation commented Sep 28, 2024

This commit adds a new protocol command to toggle protocol features for a client connection. It works like the tag_mask and the associated tagtypes command.

New commands:

  • protocol
    Shows enabled protocol features.
  • protocol available
    Show all available protocol features.
  • protocol enable {feature...}
    Enables protocol features.
  • protocol disable {feature...}
    Disables protocol features.
  • protocol all
    Enables all available protocol features.
  • protocol clear
    Disables all protocol features.

This commit adds also the first protocol feature.

hide_playlists_in_root
Disables the listing of playlists in the root folder for the lsinfo command.

@jcorporation jcorporation force-pushed the protocol_features branch 3 times, most recently from 4ae70c5 to 314fe8c Compare September 28, 2024 18:56
for a client connection. It works like the tag_mask and the associated
tagtypes command.

New commands:

- protocol
  Shows enabled protocol features.

- protocol available
  Show all available protocol features.

- protocol enable {feature...}
  Enables protocol features.

- protocol disable {feature...}
  Disables protocol features.

- protocol all
  Enables all available protocol features.

- protocol clear
  Disables all protocol features.

This commit adds also the first protocol feature.

hide_playlists_in_root
  Disables the listing of playlists in the root folder
  for the lsinfo command.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant