XmmsClient
Functions
StatsFunctions

This module contains functions to access information and statistics of the XMMS server. More...

Functions

xmmsc_result_txmmsc_main_list_plugins (xmmsc_connection_t *c, xmms_plugin_type_t type)
 Get a list of loaded plugins from the server. More...
 
xmmsc_result_txmmsc_main_stats (xmmsc_connection_t *c)
 Get a list of statistics from the server. More...
 
xmmsc_result_txmmsc_broadcast_mediainfo_reader_status (xmmsc_connection_t *c)
 Request status for the mediainfo reader. More...
 
xmmsc_result_txmmsc_signal_mediainfo_reader_unindexed (xmmsc_connection_t *c)
 Request number of unindexed entries in medialib. More...
 

Detailed Description

This module contains functions to access information and statistics of the XMMS server.

Function Documentation

xmmsc_result_t* xmmsc_broadcast_mediainfo_reader_status ( xmmsc_connection_t c)

Request status for the mediainfo reader.

It can be idle or working

xmmsc_result_t* xmmsc_main_list_plugins ( xmmsc_connection_t c,
xmms_plugin_type_t  type 
)

Get a list of loaded plugins from the server.

xmmsc_result_t* xmmsc_main_stats ( xmmsc_connection_t c)

Get a list of statistics from the server.

xmmsc_result_t* xmmsc_signal_mediainfo_reader_unindexed ( xmmsc_connection_t c)

Request number of unindexed entries in medialib.