The xmms2 tag has no wiki summary.
1
vote
1answer
32 views
xmms2 cover art
Does xmms2 have bindings either a Python API or a command line tool to find the album cover art of an MP3?
Related to xmms2 notification with album art under Awesome.
0
votes
1answer
58 views
xmms2 notification with album art under Awesome
I have the following in my .config/awesome/rc.lua:
--{{{ Display noify with current xmms2 playlist
function xmms2()
local f = io.popen("nyxmms2 status -f '${artist} - ${album} - ${title}'")
...
0
votes
1answer
59 views
xmms2 widget for awesome
I am trying to use the xmms2 widget. As it is, the widget does not conforms to awesome 3.X specifications -- or at least, I may have misunderstood how widgets should work. I certainly cannot get it ...