Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
8bf3f9b8
Commit
8bf3f9b8
authored
Jun 26, 2019
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
input/tidal: deprecated because Tidal has changed the protocol
See
https://github.com/MusicPlayerDaemon/MPD/issues/545
parent
f07f8f7d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
+9
-0
NEWS
NEWS
+2
-0
plugins.rst
doc/plugins.rst
+5
-0
TidalInputPlugin.cxx
src/input/plugins/TidalInputPlugin.cxx
+2
-0
No files found.
NEWS
View file @
8bf3f9b8
ver 0.21.11 (not yet released)
* input
- tidal: deprecated because Tidal has changed the protocol
* decoder
- wildmidi: log error if library initialization fails
* output
...
...
doc/plugins.rst
View file @
8bf3f9b8
...
...
@@ -245,6 +245,11 @@ tidal
Play songs from the commercial streaming service `Tidal <http://tidal.com/>`_. It plays URLs in the form tidal://track/ID, e.g.:
.. warning::
This plugin is currently defunct because Tidal has changed the
protocol and decided not to share documentation.
.. code-block:: none
mpc add tidal://track/59727857
...
...
src/input/plugins/TidalInputPlugin.cxx
View file @
8bf3f9b8
...
...
@@ -180,6 +180,8 @@ InitTidalInput(EventLoop &event_loop, const ConfigBlock &block)
if
(
password
==
nullptr
)
throw
PluginUnavailable
(
"No Tidal password configured"
);
FormatWarning
(
tidal_domain
,
"The Tidal input plugin is deprecated because Tidal has changed the protocol and doesn't share documentation"
);
tidal_audioquality
=
block
.
GetBlockValue
(
"audioquality"
,
"HIGH"
);
tidal_session
=
new
TidalSessionManager
(
event_loop
,
base_url
,
token
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment