Method: XBMC#queue
- Defined in:
- lib/xbmc.rb
#queue(song) ⇒ Object
Add a file to the queue. Specify the path to the file as xbmc would access it.
49 50 51 |
# File 'lib/xbmc.rb', line 49 def queue(song) send_command('addToPlaylist',song,0) end |