From 7af1987bfb7821eda593cc77d1b94b70aebf227e Mon Sep 17 00:00:00 2001 From: tehkillerbee Date: Thu, 29 Feb 2024 22:49:01 +0100 Subject: [PATCH] Cleanup readme --- README.rst | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/README.rst b/README.rst index 6e84d17..f22bce3 100644 --- a/README.rst +++ b/README.rst @@ -20,23 +20,6 @@ Install from `PyPI `_ using ``pip``: $ pip install tidalapi - -GStreamer ------------- - -Playback of certain audio qualities -Certain streaming qualities require gstreamer bad-plugins, e.g.: -``` -sudo apt-get install gstreamer1.0-plugins-bad -``` -This is mandatory to be able to play m4a streams and for playback of mpegdash or hls streams. Otherwise, you will likely get an error: -``` -WARNING [MainThread] mopidy.audio.actor Could not find a application/x-hls decoder to handle media. -WARNING [MainThread] mopidy.audio.gst GStreamer warning: No decoder available for type 'application/x-hls'. -ERROR [MainThread] mopidy.audio.gst GStreamer error: Your GStreamer installation is missing a plug-in. -``` - - Usage -------------