Sha256: 492cbeed9fa37da1befc374e1708bdc829786607ba9985e1ca56809d373610d7
Contents?: true
Size: 541 Bytes
Versions: 2
Compression:
Stored size: 541 Bytes
Contents
# def runmpdseekcommand commandtext = @a_mpdseekcommandinput.to_s @mpdseekcommandresult = controlmpd(commandtext , @a_mpdseekname) @lastmpdseekcommand = commandtext # Close the socket after use end def showmpdseekcommandoptions @mpdseekcommandoptions = ["playlists",'load','search_artist','seekid','albums','files',"next","pause","play","prev","stop","stats","status" ].rwd_options end def mpdprevbutton @mpdseekcommandresult = controlmpd('prev', "") end def mpdnextbutton @mpdseekcommandresult = controlmpd('next', "") end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rwdmpd-0.07 | code/superant.com.rwdmp3/mpd_seek.rb |
rwdmpd-0.06 | code/superant.com.rwdmp3/mpd_seek.rb |