Players/musicpd/0.21: Difference between revisions

From Snakeoil OS Reference
Jump to navigation Jump to search
No edit summary
(Add MPD config options for 0.21.x)
Line 1: Line 1:
{{DISPLAYTITLE: Music Player Daemon (MPD) 0.21.x}}
{{DISPLAYTITLE: Music Player Daemon (MPD) 0.21.x}}
Currently the latest version of MPD. Use this player for the latest and greatest.
Currently the latest version of MPD. Use this player for the latest and greatest.


Line 8: Line 9:
==How To Uninstall==
==How To Uninstall==


== Configuration Options ==
==Configuration Options==
 
=== Tidal ===
MPD 0.21.8 onwards support [https://www.musicpd.org/doc/html/plugins.html#tidal Tidal] via a plugin. Configuration is only available in activated editions for now. Avaiable since Blind Testing U5.
{| class="wikitable"
!MPD Option
!Settings
!Comments
|-
|tidal_token
|[string]
|The Tidal application token. Since Tidal is unwilling to assign a token to MPD, this needs to be reverse-engineered from another (approved) Tidal client.
|-
|tidal_username
|[string]
|Your Tidal user name
|-
|tidal_passwd
|[string]
|Your Tidal password
|-
| rowspan="4" |tidal_quality
|HI_RES
|Highest resolution. MQA?
|-
|LOSSLESS
|Bit perfect?
|-
|HIGH
|High quality lossy?
|-
|LOW
|Low quality lossy?
|}
 
=== Qobuz ===
MPD 0.21.8 onwards support [https://www.musicpd.org/doc/html/plugins.html#qobuz Qobuz] via a plugin. This option is only usable in activated editions for now. Avaiable since Blind Testing U5.
{| class="wikitable"
!MPD Option
!Settings
!Comments
|-
|qobuz_id
|[string]
|The Qobuz application id. (See [https://github.com/Qobuz/api-documentation#application-auth Application authentication])
|-
|qobuz_secret
|[string]
|The Qobuz application secret. (See [https://github.com/Qobuz/api-documentation#user-auth User authentication])
|-
|qobuz_username
|[string]
|The Qobuz user name.
|-
|qobuz_passwd
|[string]
|The Qobuz password.
|-
| rowspan="4" |qobuz_quality
|5
|For MP3 320. (See [https://github.com/Qobuz/api-documentation/blob/master/endpoints/track/getFileUrl.md#parameters Qobuz format identifier])
|-
|6
|For FLAC Lossless
|-
|7
|For FLAC Hi-Res 24 bit =< 96kHz
|-
|27
|for FLAC Hi-Res 24 bit >96 kHz & =< 192 kHz
|}


==All MPD Versions==
== All MPD Versions ==
{{Subpages}}
{{Subpages}}

Revision as of 15:33, 10 September 2019


Currently the latest version of MPD. Use this player for the latest and greatest.

Availability

This player is not available in the ISO, but will appear once you apply the latest firmware update.

How To Install

How To Uninstall

Configuration Options

Tidal

MPD 0.21.8 onwards support Tidal via a plugin. Configuration is only available in activated editions for now. Avaiable since Blind Testing U5.

MPD Option Settings Comments
tidal_token [string] The Tidal application token. Since Tidal is unwilling to assign a token to MPD, this needs to be reverse-engineered from another (approved) Tidal client.
tidal_username [string] Your Tidal user name
tidal_passwd [string] Your Tidal password
tidal_quality HI_RES Highest resolution. MQA?
LOSSLESS Bit perfect?
HIGH High quality lossy?
LOW Low quality lossy?

Qobuz

MPD 0.21.8 onwards support Qobuz via a plugin. This option is only usable in activated editions for now. Avaiable since Blind Testing U5.

MPD Option Settings Comments
qobuz_id [string] The Qobuz application id. (See Application authentication)
qobuz_secret [string] The Qobuz application secret. (See User authentication)
qobuz_username [string] The Qobuz user name.
qobuz_passwd [string] The Qobuz password.
qobuz_quality 5 For MP3 320. (See Qobuz format identifier)
6 For FLAC Lossless
7 For FLAC Hi-Res 24 bit =< 96kHz
27 for FLAC Hi-Res 24 bit >96 kHz & =< 192 kHz

All MPD Versions