To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.

Playback: Difference between revisions

From ZNC
Jump to navigation Jump to search
>Jpnurmi
Created page with "{{External Module}} The advanced playback module makes it possible for IRC clients to avoid undesired repetitive buffer playback. IRC clients may request the module to send a..."
 
>Jpnurmi
No edit summary
Line 1: Line 1:
{{External Module}}
<!--{{External Module}}-->
{{ambox | type = delete | text = '''This external module is a work in progress.'''<br/><small>Please note that it requires the latest development version of ZNC.<br/>Contact the author if you have any questions, but feel free to ask on IRC, someone might able to help you there, too.</small>}}


The advanced playback module makes it possible for IRC clients to avoid undesired repetitive buffer playback. IRC clients may request the module to send a partial buffer playback starting from a certain point of time.
The advanced playback module makes it possible for IRC clients to avoid undesired repetitive buffer playback. IRC clients may request the module to send a partial buffer playback starting from a certain point of time.
Line 21: Line 22:
== Supported clients ==
== Supported clients ==


This module is a work in progress. At the time of writing this, the necessary enablers have just landed to ZNC. For the time being, there are no officially supported clients, but a proof of concept implementation exists for the Textual IRC client for Mac OS X. The source code is also available on [https://github.com/jpnurmi/Textual/commits/playback GitHub].
This module is a work in progress. At the time of writing this, the necessary enablers have just landed to ZNC. For the time being, there are no officially supported clients, but a proof of concept implementation exists for the Textual IRC client for Mac OS X. The source code of that is also available on [https://github.com/jpnurmi/Textual/commits/playback GitHub].


[[Category:Modules]]
[[Category:Modules]]

Revision as of 12:10, 8 March 2014

The advanced playback module makes it possible for IRC clients to avoid undesired repetitive buffer playback. IRC clients may request the module to send a partial buffer playback starting from a certain point of time.

The source code and more detailed documentation is available on GitHub. See also instructions for compiling modules.

Usage

Arguments

This user module takes no arguments.

Read loading modules to learn more about loading modules.

Commands

Send playback buffers for given channels:

/msg *playback PLAY <#chan(s)> [<timestamp>]

Tell the current server timestamp:

/msg *playback TIME

Clear playback buffers for given channels:

/msg *playback CLEAR <#chan(s)>

Supported clients

This module is a work in progress. At the time of writing this, the necessary enablers have just landed to ZNC. For the time being, there are no officially supported clients, but a proof of concept implementation exists for the Textual IRC client for Mac OS X. The source code of that is also available on GitHub.