Displaying 2 results from an estimated 2 matches for "get_current_track".
2007 Sep 08
3
Coding in python using shout-python bindings
...lain 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 (like exaile) or a cmdline app (mpg123), or anything that can be
represented as a Client. This Client must define a method (called
get_current_track()) to retrieve the current track being played by the
client the class interfaces. The Icast class stores a copy of this too
in an attribute called current_track
When the player changes the track, Icast noticies this by comparing the
track information it has stored in current_track with the curr...
2007 Sep 11
0
Coding in python using shout-python bindings
...> 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 (like exaile) or a cmdline app (mpg123), or anything that can be
> represented as a Client. This Client must define a method (called
> get_current_track()) to retrieve the current track being played by the
> client the class interfaces. The Icast class stores a copy of this too
> in an attribute called current_track
>
> When the player changes the track, Icast noticies this by comparing the
> track information it has stored in curren...