Hi there,

I wrote a script that allowed users to search, download and play stuff from
youtube (sound only ofcourse)
in the command line.

I was wondering if it is possible to convert it in to a xmms2 plugin. The
interface for the plugin would be

$ xmms2 youtube search "something"

1. url1 "clip title1"
2. url2 "clip title2"
3. url3 "clip title3"
4. url4 "clip title4"
5. url5 "clip title5"
...

$ xmms2 youtube add 1 3 5
$ xmms2 list

1.  "clip title1"
2.  "clip title3"
3.  "clip title5"

$ xmms2 play
[download youtube clip and play]

Is this possible? Where can I find a good tutorial to write xmms2 plugins?

Thanks

D
--
_______________________________________________
Xmms2-devel mailing list
[email protected]
http://lists.xmms.se/cgi-bin/mailman/listinfo/xmms2-devel

Reply via email to