Displaying 2 results from an estimated 2 matches for "devpow".
Did you mean:
  devp
  
2007 Sep 08
3
Coding in python using shout-python bindings
Hello,
I'm creating a module written in python that brings an easy to implement 
interface for the libshout lib, mainly to provide streaming capabilities 
to a gnome player called Exaile (http://www.exaile.org). The module is 
almost done (already available at 
http://devpower.blogsite.org:8080/archivos/icastplugin.py) but I'm 
encountering some problems (I believe sync problems):
I'll try to explain my self briefly,
The module defines a class called Icast, which needs at least an 
implementation of a Client to work. This Client can be anything, a GUI 
player...
2007 Sep 11
0
Coding in python using shout-python bindings
...Hello,
>
> I'm creating a module written in python that brings an easy to implement
> interface for the libshout lib, mainly to provide streaming capabilities
> to a gnome player called Exaile (http://www.exaile.org). The module is
> almost done (already available at
> http://devpower.blogsite.org:8080/archivos/icastplugin.py) but I'm
> encountering some problems (I believe sync problems):
>
> I'll try to explain my self briefly,
> The module defines a class called Icast, which needs at least an
> implementation of a Client to work. This Client can be an...