XBMC-PHP-RPC - a PHP JSON-RPC library supporting HTTP and TCP

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
chaka2828 Offline
Junior Member
Posts: 2
Joined: Jun 2013
Reputation: 0
Post: #71
(2012-12-24 13:47)ranpow Wrote:  [...]
Player.Open
Start playback of either the playlist with the given ID, a slideshow with the pictures from the given directory or a single file or an item from the database.
[...]
Try
PHP Code:
$rpc->Player->Open(array('item' => array('path' => '/home/media/anything_else.avi'))); 
find quote
Post Reply