foo. bar. baz. quux.

Foobar2000:foo tcp interface

From WikiBazQuux

(Difference between revisions)
Jump to: navigation, search
Revision as of 21:24, 20 February 2008
Cwbowron (Talk | contribs)
(Commands)
← Previous diff
Revision as of 21:25, 20 February 2008
Cwbowron (Talk | contribs)

Next diff →
Line 1: Line 1:
-[[Foobar2000:foo_network_server|foo_network_server]] is a private module being developed.+[[Foobar2000:foo_network_server|foo_network_server]] is a private module being developed. It allows you to control a foobar2000 instance via commands set over a tcp connection.
* [[Foobar2000:Network:Changelog|changelog]] * [[Foobar2000:Network:Changelog|changelog]]

Revision as of 21:25, 20 February 2008

foo_network_server is a private module being developed. It allows you to control a foobar2000 instance via commands set over a tcp connection.

Commands

  • "shutdown"
  • "mainmenu"
  • "now_playing"
  • "format"
  • "playlist_active"
  • "playlist_playing"
  • "playlist_set_active"
  • "playlist_set_playing"
  • "playlist_rename"
  • "playlist_remove"
  • "playlist_find"
  • "playlist_find_or_create"
  • "playlist_context"
  • "playlist_clear"
  • "playlist_add"
  • "playlist_contents"
  • "handle_length"
  • "handle_size"
  • "handle_path"
  • "handle_index"
  • "retrieve"

Responses

  • "unknown" => unknown command
  • "ok" => command completed relatively successfully
  • "fail" => command failed
  • "bad" => invalid arguments
  • "start" => begin of a list
  • "end" => end of list
Personal tools