andyrooger / totem-get-iplayer

Totem plugin to act as a front-end to get_iplayer. Allows streaming and recording iPlayer and other content.
GNU General Public License v3.0
1 stars 0 forks source link

Kill streams when stream stopped #29

Closed andyrooger closed 11 years ago

andyrooger commented 11 years ago

Just found these in opensubtitle plugin. Documentation nowhere to be found for them, but they're sure to be useful.

self.totem.connect('file-opened', self.on_totemfile_opened) self.totem.connect('file-closed', self.on_totemfile_closed)