class Scrobbly::Backends::Pipe

Defined in:

scrobbly/backends/pipe.cr

Constructors

Instance Method Summary

Instance methods inherited from class Scrobbly::Backend

channel : Channel({Scrobbly::Frontend::Command, Scrobbly::SongInfo}) channel, now_playing now_playing, now_playing? : Scrobbly::SongInfo? now_playing?, start start, timer timer, timer? : Scrobbly::Timer? timer?

Constructor methods inherited from class Scrobbly::Backend

new(channel : Channel(Tuple(Scrobbly::Frontend::Command, Scrobbly::SongInfo))) new

Constructor Detail

def self.new(update_channel, config) #

[View source]

Instance Method Detail

def start #

[View source]