Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
peridot
0.1.1
Top Level Namespace
Config
Keybinding
Format
MpdClient
Peridot
Config
MPD
Library
Album
Artist
Song
Queue
TBorder
TContainer
TWindow
UI
AlbumWindow
ArtistWindow
PlaylistWindow
QueueWindow
SongWindow
StatusWindow
Window
Server
UIClient
Built with Crystal 1.9.2
2023-10-08 14:50:09 UTC
struct
Peridot::MPD::Library::Song
Peridot::MPD::Library::Song
Struct
Value
Object
Defined in:
mpd.cr
Constructors
.new
(uri : String, title : String, album : String, artist : String)
Instance Method Summary
#album
: String
#artist
: String
#title
: String
#uri
: String
Constructor Detail
def self.
new
(uri : String, title : String, album : String, artist : String)
#
[
View source
]
Instance Method Detail
def
album
: String
#
[
View source
]
def
artist
: String
#
[
View source
]
def
title
: String
#
[
View source
]
def
uri
: String
#
[
View source
]