Alex Polite wrote:
> I just started fooling around with xmms2 and python yesterday. Seems
> very easy to make quite cool clients. Is there a way to make mlib
> searches (like the ones found here
> http://wiki.xmms2.xmms.se/index.php/Collections) from python?

Yes.



Slightly longer answer:
Something pretty close to alternative 5 in 
http://wiki.xmms2.xmms.se/index.php/Collections/Python is implemented.

from xmmsclient import collections as coll
m = coll.Match(coll.Universe(), field="artist", value="mind.in.a.box")
xs.coll_query_ids(m)


Feel free to update that wikipage to reflect what is implemented (and 
move the old crap to the Talk-page).

  anders


--
_______________________________________________
Xmms2-devel mailing list
Xmms2-devel@lists.xmms.se
http://lists.xmms.se/cgi-bin/mailman/listinfo/xmms2-devel

Reply via email to