class Scrobbly::Backends::Mpd

Defined in:

scrobbly/backends/mpd.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 : Config) #

[View source]

Instance Method Detail

def start #

[View source]