Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
scrobbly
master
Top Level Namespace
Scrobbly
Backend
Signal
State
Backends
Mpd
CommandError
Config
Pipe
Config
Config
BackendConfigs
FrontendConfigs
Frontend
Command
Frontends
Lastfm
Config
Error
SessionResponse
Session
TokenResponse
Log
Config
SongInfo
TimeSpanConverter
Timer
Control
State
Time
Span
Built with Crystal 1.9.2
2023-10-07 19:50:38 UTC
abstract class
Scrobbly::Frontend
Scrobbly::Frontend
Reference
Object
Direct Known Subclasses
Scrobbly::Frontends::Lastfm
Scrobbly::Frontends::Log
Defined in:
scrobbly/frontend.cr
Constructors
.new
(channel : Channel(Tuple(Command, SongInfo)))
Instance Method Summary
#channel
: Channel({Scrobbly::Frontend::Command, Scrobbly::SongInfo})
Constructor Detail
def self.
new
(channel : Channel(Tuple(
Command
,
SongInfo
)))
#
[
View source
]
Instance Method Detail
def
channel
: Channel({
Scrobbly::Frontend::Command
,
Scrobbly::SongInfo
})
#
[
View source
]