Method: MPD#moveid
- Defined in:
- lib/librmpd.rb
#moveid(songid, to) ⇒ Object
Move the song with the ‘songid` to `to` in the playlist
Returns true if successful, Raises a RuntimeError if the command failed
702 703 704 |
# File 'lib/librmpd.rb', line 702 def moveid( songid, to ) send_command "moveid #{songid} #{to}" end |