|
a/doc/upmpdcli.txt |
|
b/doc/upmpdcli.txt |
|
... |
|
... |
44 |
[[upmpdcli.streaming]]
|
44 |
[[upmpdcli.streaming]]
|
45 |
== Streaming services support
|
45 |
== Streaming services support
|
46 |
|
46 |
|
47 |
Upmpdcli versions 1.2.0 and later offer support for accessing music on some
|
47 |
Upmpdcli versions 1.2.0 and later offer support for accessing music on some
|
48 |
streaming services. You will need a valid account on the services you want
|
48 |
streaming services. You will need a valid account on the services you want
|
49 |
to use. The initial release supports Google Play Music, Qobuz and Tidal
|
49 |
to use. The initial release supports Google Play Music, Qobuz and Tidal.
|
50 |
(which does not work any more, see the notes in the Tidal section).
|
50 |
|
51 |
|
51 |
|
52 |
When the function is activated, upmpdcli creates a separate auxiliary Media
|
52 |
When the function is activated, upmpdcli creates a separate auxiliary Media
|
53 |
Server, with the sole purpose of presenting the streaming server
|
53 |
Server, with the sole purpose of presenting the streaming server
|
54 |
catalog. You will see it appear on the network if streaming service
|
54 |
catalog. You will see it appear on the network if streaming service
|
55 |
parameters are present in the configuration file. The Media Server name is
|
55 |
parameters are present in the configuration file. The Media Server name is
|
|
... |
|
... |
86 |
|
86 |
|
87 |
The Tidal module code is is based on the
|
87 |
The Tidal module code is is based on the
|
88 |
link:https://github.com/tamland/kodi-tidal[Kodi Tidal add-on] and the
|
88 |
link:https://github.com/tamland/kodi-tidal[Kodi Tidal add-on] and the
|
89 |
link:https://github.com/tamland/python-tidal[Tidal API], by Thomas
|
89 |
link:https://github.com/tamland/python-tidal[Tidal API], by Thomas
|
90 |
Amland (also using other useful modules by Thomas). I was able to reuse
|
90 |
Amland (also using other useful modules by Thomas). I was able to reuse
|
91 |
most of the Kodi code.
|
91 |
most of the Kodi code.
|
|
|
92 |
|
|
|
93 |
The Tidal api module was recently updated and the login code comes from
|
|
|
94 |
link:https://github.com/arnesongit/kodi-tidal[this Git repository].
|
92 |
|
95 |
|
93 |
The software is not officially supported by Tidal, and may just stop to
|
96 |
The software is not officially supported by Tidal, and may just stop to
|
94 |
work one day...
|
97 |
work one day...
|
95 |
|
98 |
|
96 |
It only works with a valid Tidal subscription.
|
99 |
It only works with a valid Tidal subscription.
|
97 |
|
100 |
|
98 |
The configuration parameters are described
|
101 |
The configuration parameters are described
|
99 |
link:#_tidal_streaming_service_parameters[further down].
|
102 |
link:#_tidal_streaming_service_parameters[further down].
|
100 |
|
|
|
101 |
NOTE: as of 2016-09-17, the Tidal interface does not seem to work any
|
|
|
102 |
more. It appears that the Kodi add-on has problems too, so this probably
|
|
|
103 |
comes from a change on the Tidal side, maybe they invalidated the API key
|
|
|
104 |
which was used by most open-source interfaces.
|
|
|
105 |
|
|
|
106 |
|
103 |
|
107 |
=== Notes on the Qobuz interface
|
104 |
=== Notes on the Qobuz interface
|
108 |
|
105 |
|
109 |
This is based on the service API from the
|
106 |
This is based on the service API from the
|
110 |
link:https://github.com/tidalf/plugin.audio.qobuz[Kodi add-on], by Joachim
|
107 |
link:https://github.com/tidalf/plugin.audio.qobuz[Kodi add-on], by Joachim
|