|
a/doc/upmpdcli.txt |
|
b/doc/upmpdcli.txt |
|
... |
|
... |
58 |
Streaming is not limited to the local upmpdcli renderer, and the Media
|
58 |
Streaming is not limited to the local upmpdcli renderer, and the Media
|
59 |
Server should happily send music to other renderers.
|
59 |
Server should happily send music to other renderers.
|
60 |
|
60 |
|
61 |
=== Notes on the Tidal interface
|
61 |
=== Notes on the Tidal interface
|
62 |
|
62 |
|
|
|
63 |
This is based on the
|
|
|
64 |
link:https://github.com/tamland/kodi-tidal[Kodi Tidal add-on] and the
|
|
|
65 |
link:https://github.com/tamland/python-tidal[Tidal API], by Thomas
|
|
|
66 |
Amland (also using other useful modules by Thomas). I was able to reuse
|
|
|
67 |
most of the Kodi code.
|
|
|
68 |
|
63 |
The software is not officialy supported by Tidal, and may just stop to
|
69 |
The software is not officially supported by Tidal, and may just stop to
|
64 |
work one day...
|
70 |
work one day...
|
65 |
|
71 |
|
66 |
It only works with a valid Tidal subscription.
|
72 |
It only works with a valid Tidal subscription.
|
67 |
|
73 |
|
68 |
The configuration parameters are described
|
74 |
The configuration parameters are described
|
69 |
link:#_tidal_streaming_service_parameters[further down].
|
75 |
link:#_tidal_streaming_service_parameters[further down].
|
70 |
|
76 |
|
71 |
=== Notes on the Qobuz interface
|
77 |
=== Notes on the Qobuz interface
|
72 |
|
78 |
|
|
|
79 |
This is based on the service API from the
|
|
|
80 |
link:https://github.com/tidalf/plugin.audio.qobuz[Kodi add-on], by Joachim
|
|
|
81 |
Basmaison and Cyril Leclerc, with the upper-level code adapted from the
|
|
|
82 |
Tidal add-on.
|
|
|
83 |
|
73 |
The WEB API is not officialy supported by Qobuz, and may just stop to work
|
84 |
The WEB API is not officially supported by Qobuz, and may just stop to work
|
74 |
one day.
|
85 |
one day.
|
75 |
|
86 |
|
76 |
You need a valid Qobuz subscription.
|
87 |
You need a valid Qobuz subscription.
|
77 |
|
88 |
|
78 |
Qobuz search does not allow specifying what field to search (e.g. are we
|
89 |
Qobuz search does not allow specifying what field to search (e.g. are we
|
|
... |
|
... |
84 |
link:#_qobuz_streaming_service_parameters[further down].
|
95 |
link:#_qobuz_streaming_service_parameters[further down].
|
85 |
|
96 |
|
86 |
[[upmpdcli.googlemusicnotes]]
|
97 |
[[upmpdcli.googlemusicnotes]]
|
87 |
=== Notes on the Google Music interface
|
98 |
=== Notes on the Google Music interface
|
88 |
|
99 |
|
|
|
100 |
This is based on the
|
|
|
101 |
link:https://github.com/simon-weber/gmusicapi[gmusicapi] Python package by
|
|
|
102 |
Simon Weber, with upper-level code from the Tidal Kodi add-on.
|
|
|
103 |
|
89 |
As for the other services, the API used is not officially supported and may
|
104 |
As for the other services, the API used is not officially supported and may
|
90 |
stop to work one day.
|
105 |
stop to work one day.
|
91 |
|
106 |
|
92 |
This requires the installation of the external *gmusicapi* Python
|
107 |
This requires the installation of the external *gmusicapi* Python
|
93 |
package.
|
108 |
package.
|
94 |
link:http://unofficial-google-music-api.readthedocs.io/en/latest/usage.html#usage[See the installation notes here].
|
109 |
link:http://unofficial-google-music-api.readthedocs.io/en/latest/usage.html#usage[See the installation notes here].
|
95 |
|
110 |
|
96 |
You will need a valid subscription for most functions.
|
111 |
You will need a valid subscription for most functions.
|
97 |
|
112 |
|
98 |
|
113 |
The configuration parameters are described
|
|
|
114 |
link:#_google_music_streaming_service_parameters[further down].
|
99 |
|
115 |
|
100 |
|
116 |
|
101 |
[[upmpdcli.config]]
|
117 |
[[upmpdcli.config]]
|
102 |
== Configuration
|
118 |
== Configuration
|
103 |
|
119 |
|