Module music_track_listener :: Class MusicTrackListener
[hide private]
[frames] | no frames]

Class MusicTrackListener

source code


Instance Methods [hide private]
 
__init__(self) source code
 
_player_name_owner_changed(self, name, old, new) source code
 
_player_playing_changed_cb(self, playing) source code
 
_player_playing_song_property_changed_cb(self, a, b, c, d) source code
 
_mpris_properties_extract(self, song) source code
 
_mpris_playing_changed_cb(self, playing) source code
 
_mpris_music_track_change_cb(self, arg) source code
 
_muine_properties_extract(self, song_string) source code
 
_muine_music_track_change_cb(self, arg) source code
 
_rhythmbox_playing_changed_cb(self, playing) source code
 
_rhythmbox_properties_extract(self, props) source code
 
_banshee_state_changed_cb(self, state) source code
 
_banshee_properties_extract(self, props) source code
 
_quodlibet_state_change_cb(self, state=None) source code
 
_quodlibet_properties_extract(self, props) source code
 
get_playing_track(self)
Return a MusicTrackInfo for the currently playing song, or None if no song is playing
source code
Class Methods [hide private]
 
get(cls) source code
Class Variables [hide private]
  __gsignals__ = {'music-track-changed':(gobject.SIGNAL_RUN_LAST...
  _instance = None
Method Details [hide private]

get(cls)
Class Method

source code 

__init__(self)
(Constructor)

source code 

_player_name_owner_changed(self, name, old, new)

source code 

_player_playing_changed_cb(self, playing)

source code 

_player_playing_song_property_changed_cb(self, a, b, c, d)

source code 

_mpris_properties_extract(self, song)

source code 

_mpris_playing_changed_cb(self, playing)

source code 

_mpris_music_track_change_cb(self, arg)

source code 

_muine_properties_extract(self, song_string)

source code 

_muine_music_track_change_cb(self, arg)

source code 

_rhythmbox_playing_changed_cb(self, playing)

source code 

_rhythmbox_properties_extract(self, props)

source code 

_banshee_state_changed_cb(self, state)

source code 

_banshee_properties_extract(self, props)

source code 

_quodlibet_state_change_cb(self, state=None)

source code 

_quodlibet_properties_extract(self, props)

source code 

get_playing_track(self)

source code 
Return a MusicTrackInfo for the currently playing song, or None if no song is playing

Class Variable Details [hide private]

__gsignals__

Value:
{'music-track-changed':(gobject.SIGNAL_RUN_LAST, None, (object,)),}

_instance

Value:
None