From 5ac9727792f26e433460f03c40ed479fda8efc50 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 1 Nov 2013 15:56:21 +0100 Subject: [PATCH] spotify: add a word about MPRIS D-BUS interface --- lib/spotify.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/spotify.lua b/lib/spotify.lua index 918b1fe..1cee869 100644 --- a/lib/spotify.lua +++ b/lib/spotify.lua @@ -1,5 +1,11 @@ -- Drive spotify +-- Spotify uses the MPRIS D-BUS interface. See more information here: +-- http://specifications.freedesktop.org/mpris-spec/latest/ + +-- To get the complete interface: +-- mdbus2 org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 + local awful = require("awful") module("vbe/spotify")