foo. bar. baz. quux.
Foobar2000:foo tcp interface
From WikiBazQuux
(Difference between revisions)
| Revision as of 14:43, 21 February 2008 Cwbowron (Talk | contribs) (Foobar2000:foo network server moved to Foobar2000:foo tcp interface) ← Previous diff |
Revision as of 14:43, 21 February 2008 Cwbowron (Talk | contribs) Next diff → |
||
| Line 1: | Line 1: | ||
| - | [[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:foo_tcp_interface|foo_tcp_interface]] 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 14:43, 21 February 2008
foo_tcp_interface 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
