struct Peridot::MPD
- Peridot::MPD
- Struct
- Value
- Object
Included Modules
Defined in:
mpd.crConstructors
Instance Method Summary
- #albums : Array(Peridot::MPD::Library::Album)
- #artists : Array(Peridot::MPD::Library::Artist)
-
#bit_rate : Int32
rate is in kilobits
- #consume : Void
- #consume? : Bool
- #current_song : Peridot::MPD::Library::Song | Nil
- #decrease_volume : Void
- #elapsed_time : UInt32
- #increase_volume : Void
- #library : Peridot::MPD::Library
- #next : Void
- #play(pos : UInt32) : Void
- #play : Void
- #playlist_load(name : String) : Void
- #playlists : Array(String)
- #previous : Void
- #queue : Peridot::MPD::Queue
- #queue_add(uri : String) : Void
- #queue_clear : Void
- #queue_delete(pos : UInt32) : Void
- #queue_length : UInt32
- #queue_songs : Array(Peridot::MPD::Library::Song)
- #random : Void
- #random? : Bool
- #repeat : Void
- #repeat? : Bool
- #seek_backward : Void
- #seek_forward : Void
- #single : Void
- #single? : Bool
- #songs : Array(Peridot::MPD::Library::Song)
- #state : String | Nil
- #stop : Void
- #toggle_pause : Void
- #total_time : UInt32
- #volume : Int32
Instance methods inherited from module MpdClient
albums : Array(Peridot::MPD::Library::Album)
albums,
artists : Array(Peridot::MPD::Library::Artist)
artists,
bit_rate : Int32
bit_rate,
consume : Void
consume,
consume? : Bool
consume?,
current_song : Peridot::MPD::Library::Song | Nil
current_song,
decrease_volume : Void
decrease_volume,
elapsed_time : UInt32
elapsed_time,
increase_volume : Void
increase_volume,
next : Void
next,
play(id : UInt32) : Voidplay : Void play, playlist_load(name : String) : Void playlist_load, playlists : Array(String) playlists, previous : Void previous, queue_add(uri : String) : Void queue_add, queue_clear : Void queue_clear, queue_delete(pos : UInt32) : Void queue_delete, queue_length : UInt32 queue_length, queue_songs : Array(Peridot::MPD::Library::Song) queue_songs, random : Void random, random? : Bool random?, repeat : Void repeat, repeat? : Bool repeat?, seek_backward : Void seek_backward, seek_forward : Void seek_forward, single : Void single, single? : Bool single?, songs : Array(Peridot::MPD::Library::Song) songs, state : String | Nil state, stop : Void stop, toggle_pause : Void toggle_pause, total_time : UInt32 total_time, volume : Int32 volume