gst-plugins-rs/audio/spotify
Nirbheek Chauhan 1d4d3e4cb0 build: Update versions to be 0.9.0-alpha.1
0.9.0 is the next release, so we can't name things that already.

Also the version in meson.build was 0.13.0, which is completely wrong.
2022-10-04 21:27:23 +05:30
..
src Allow "unused_doc_comments" as we use hotdoc and not rustdoc 2022-08-29 18:33:22 -04:00
build.rs add spotify plugin 2021-12-29 16:48:20 +01:00
Cargo.toml build: Update versions to be 0.9.0-alpha.1 2022-10-04 21:27:23 +05:30
LICENSE-MPL-2.0 spotify: link the proper LICENSE file 2022-01-03 00:02:20 +01:00
README.md add spotify plugin 2021-12-29 16:48:20 +01:00

gst-plugins-spotify

This is a GStreamer plugin to read content from Spotify.

Make sure that your application follows Spotify's design guidelines to respect their legal/licensing restrictions.

Spotify Credentials

This plugin requires a Spotify Premium account configured with a device password.

You can then set the device username and password using the username and password properties.

You may also want to cache credentials and downloaded files, see the cache- properties on the element.

spotifyaudiosrc

The spotifyaudiosrc element can be used to play a song from Spotify using its Spotify URI.

gst-launch-1.0 spotifyaudiosrc username=$USERNAME password=$PASSWORD track=spotify:track:3i3P1mGpV9eRlfKccjDjwi ! oggdemux ! vorbisdec ! audioconvert ! autoaudiosink