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

Update media player Clementine #6857

Merged
merged 1 commit into from
Oct 16, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 20 additions & 6 deletions source/_components/media_player.clementine.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,26 @@ media_player:
host: 192.168.0.20
```

Configuration variables:

- **host** (*Required*): The IP address of the Clementine Player (eg. 192.168.0.20).
- **port** (*Optional*): The remote control port (default is: 5500).
- **access_token** (*Optional*): The authorization code needed to connect.
- **name** (*Optional*): The name you would like to give to the Clementine player. The default is "Clementine Remote".
{% configuration %}
host:
description: The IP address of the Clementine Player e.g., 192.168.0.20.
required: true
type: string
port:
description: The remote control port.
required: false
default: 5500
type: integer
access_token:
description: The authorization code needed to connect.
required: false
type: integer
name:
description: The name you would like to give to the Clementine player.
required: false
default: Clementine Remote
type: string
{% endconfiguration %}

Remember that Clementine must be configured to accept connections through its network remote control protocol.

Expand Down