|
libmpd 11.8.17
|
#include <sys/time.h>#include <stdarg.h>Go to the source code of this file.
Data Structures | |
| struct | _mpd_ReturnElement |
| struct | _mpd_Connection |
| struct | mpd_Status |
| struct | _mpd_Stats |
| struct | _mpd_SearchStats |
| struct | _mpd_Song |
| struct | _mpd_Directory |
| struct | _mpd_PlaylistFile |
| struct | mpd_InfoEntity |
| struct | _mpd_OutputEntity |
Typedefs | |
| typedef enum mpd_TagItems | mpd_TagItems |
| typedef struct _mpd_ReturnElement | mpd_ReturnElement |
| typedef struct _mpd_Connection | mpd_Connection |
| typedef struct mpd_Status | mpd_Status |
| typedef struct _mpd_Stats | mpd_Stats |
| typedef struct _mpd_SearchStats | mpd_SearchStats |
| typedef struct _mpd_Song | mpd_Song |
| typedef struct _mpd_Directory | mpd_Directory |
| typedef struct _mpd_PlaylistFile | mpd_PlaylistFile |
| typedef struct mpd_InfoEntity | mpd_InfoEntity |
| typedef struct _mpd_OutputEntity | mpd_OutputEntity |
Variables | |
| char * | mpdTagItemKeys [MPD_TAG_NUM_OF_ITEM_TYPES] |
| #define MPD_ACK_ERROR_ARG 2 |
Definition at line 61 of file libmpdclient.h.
| #define MPD_ACK_ERROR_EXIST 56 |
Definition at line 72 of file libmpdclient.h.
| #define MPD_ACK_ERROR_NO_EXIST 50 |
Definition at line 66 of file libmpdclient.h.
| #define MPD_ACK_ERROR_NOT_LIST 1 |
Definition at line 60 of file libmpdclient.h.
| #define MPD_ACK_ERROR_PASSWORD 3 |
Definition at line 62 of file libmpdclient.h.
| #define MPD_ACK_ERROR_PERMISSION 4 |
Definition at line 63 of file libmpdclient.h.
| #define MPD_ACK_ERROR_PLAYER_SYNC 55 |
Definition at line 71 of file libmpdclient.h.
| #define MPD_ACK_ERROR_PLAYLIST_LOAD 53 |
Definition at line 69 of file libmpdclient.h.
| #define MPD_ACK_ERROR_PLAYLIST_MAX 51 |
Definition at line 67 of file libmpdclient.h.
| #define MPD_ACK_ERROR_SYSTEM 52 |
Definition at line 68 of file libmpdclient.h.
| #define MPD_ACK_ERROR_UNK -1 |
Definition at line 57 of file libmpdclient.h.
| #define MPD_ACK_ERROR_UNKNOWN_CMD 5 |
Definition at line 64 of file libmpdclient.h.
| #define MPD_ACK_ERROR_UPDATE_ALREADY 54 |
Definition at line 70 of file libmpdclient.h.
| #define MPD_BUFFER_MAX_LENGTH 50000 |
Definition at line 42 of file libmpdclient.h.
| #define MPD_ERROR_ACK 18 |
Definition at line 54 of file libmpdclient.h.
| #define MPD_ERROR_AT_UNK -1 |
Definition at line 58 of file libmpdclient.h.
| #define MPD_ERROR_BUFFEROVERRUN 19 |
Definition at line 55 of file libmpdclient.h.
| #define MPD_ERROR_CONNCLOSED 17 |
Definition at line 53 of file libmpdclient.h.
| #define MPD_ERROR_CONNPORT 13 |
Definition at line 49 of file libmpdclient.h.
| #define MPD_ERROR_NORESPONSE 15 |
Definition at line 51 of file libmpdclient.h.
| #define MPD_ERROR_NOTMPD 14 |
Definition at line 50 of file libmpdclient.h.
| #define MPD_ERROR_SENDING 16 |
Definition at line 52 of file libmpdclient.h.
| #define MPD_ERROR_SYSTEM 11 |
Definition at line 47 of file libmpdclient.h.
| #define MPD_ERROR_TIMEOUT 10 |
Definition at line 46 of file libmpdclient.h.
| #define MPD_ERROR_UNKHOST 12 |
Definition at line 48 of file libmpdclient.h.
| #define MPD_ERRORSTR_MAX_LENGTH 1000 |
Definition at line 43 of file libmpdclient.h.
| #define MPD_INFO_ENTITY_TYPE_DIRECTORY 0 |
Definition at line 386 of file libmpdclient.h.
| #define MPD_INFO_ENTITY_TYPE_PLAYLISTFILE 2 |
Definition at line 388 of file libmpdclient.h.
| #define MPD_INFO_ENTITY_TYPE_SONG 1 |
Definition at line 387 of file libmpdclient.h.
| #define MPD_PLAY_AT_BEGINNING -1 |
Definition at line 498 of file libmpdclient.h.
| #define MPD_SONG_NO_ID -1 |
Definition at line 262 of file libmpdclient.h.
| #define MPD_SONG_NO_NUM -1 |
Definition at line 261 of file libmpdclient.h.
| #define MPD_SONG_NO_TIME -1 |
Definition at line 260 of file libmpdclient.h.
| #define MPD_STATUS_NO_VOLUME -1 |
Definition at line 161 of file libmpdclient.h.
| #define MPD_STATUS_STATE_PAUSE 3 |
Definition at line 158 of file libmpdclient.h.
| #define MPD_STATUS_STATE_PLAY 2 |
Definition at line 157 of file libmpdclient.h.
| #define MPD_STATUS_STATE_STOP 1 |
Definition at line 156 of file libmpdclient.h.
| #define MPD_STATUS_STATE_UNKNOWN 0 |
Definition at line 155 of file libmpdclient.h.
| #define MPD_TABLE_ALBUM MPD_TAG_ITEM_ALBUM |
Definition at line 447 of file libmpdclient.h.
| #define MPD_TABLE_ARTIST MPD_TAG_ITEM_ARTIST |
Definition at line 446 of file libmpdclient.h.
| #define MPD_TABLE_FILENAME MPD_TAG_ITEM_FILENAME |
Definition at line 449 of file libmpdclient.h.
| #define MPD_TABLE_TITLE MPD_TAG_ITEM_TITLE |
Definition at line 448 of file libmpdclient.h.
| #define MPD_WELCOME_MESSAGE "OK MPD " |
Definition at line 44 of file libmpdclient.h.
| typedef struct _mpd_Connection mpd_Connection |
| typedef struct _mpd_Directory mpd_Directory |
| typedef struct mpd_InfoEntity mpd_InfoEntity |
| typedef struct _mpd_OutputEntity mpd_OutputEntity |
| typedef struct _mpd_PlaylistFile mpd_PlaylistFile |
| typedef struct _mpd_ReturnElement mpd_ReturnElement |
| typedef struct _mpd_SearchStats mpd_SearchStats |
| typedef struct _mpd_Stats mpd_Stats |
| typedef struct mpd_Status mpd_Status |
| typedef enum mpd_TagItems mpd_TagItems |
| enum mpd_TagItems |
Definition at line 78 of file libmpdclient.h.
| void mpd_addConstraintSearch | ( | mpd_Connection * | connection, |
| int | type, | ||
| const char * | name ) |
| connection | a mpd_Connection |
| type | |
| name |
References mpd_addConstraintSearch().
Referenced by mpd_addConstraintSearch().
| void mpd_clearError | ( | mpd_Connection * | connection | ) |
References mpd_clearError().
Referenced by mpd_clearError().
| void mpd_closeConnection | ( | mpd_Connection * | connection | ) |
References mpd_closeConnection().
Referenced by mpd_closeConnection().
| void mpd_commitSearch | ( | mpd_Connection * | connection | ) |
| connection | a mpd_Connection |
References mpd_commitSearch().
Referenced by mpd_commitSearch().
| mpd_Directory * mpd_directoryDup | ( | mpd_Directory * | directory | ) |
References mpd_directoryDup().
Referenced by mpd_directoryDup().
| void mpd_finishCommand | ( | mpd_Connection * | connection | ) |
References mpd_finishCommand().
Referenced by mpd_finishCommand().
| void mpd_freeDirectory | ( | mpd_Directory * | directory | ) |
References mpd_freeDirectory().
Referenced by mpd_freeDirectory().
| void mpd_freeInfoEntity | ( | mpd_InfoEntity * | entity | ) |
References mpd_freeInfoEntity().
Referenced by mpd_freeInfoEntity().
| void mpd_freeOutputElement | ( | mpd_OutputEntity * | output | ) |
References mpd_freeOutputElement().
Referenced by mpd_freeOutputElement().
| void mpd_freePlaylistFile | ( | mpd_PlaylistFile * | playlist | ) |
References mpd_freePlaylistFile().
Referenced by mpd_freePlaylistFile().
| void mpd_freeSearchStats | ( | mpd_SearchStats * | stats | ) |
References mpd_freeSearchStats().
Referenced by mpd_freeSearchStats().
| void mpd_freeSong | ( | mpd_Song * | song | ) |
References mpd_freeSong().
Referenced by mpd_freeSong().
| void mpd_freeStats | ( | mpd_Stats * | stats | ) |
References mpd_freeStats().
Referenced by mpd_freeStats().
| void mpd_freeStatus | ( | mpd_Status * | status | ) |
References mpd_freeStatus().
Referenced by mpd_freeStatus().
| char * mpd_getNextAlbum | ( | mpd_Connection * | connection | ) |
References mpd_getNextAlbum().
Referenced by mpd_getNextAlbum().
| char * mpd_getNextArtist | ( | mpd_Connection * | connection | ) |
References mpd_getNextArtist().
Referenced by mpd_getNextArtist().
| char * mpd_getNextCommand | ( | mpd_Connection * | connection | ) |
| connection | a mpd_Connection |
returns the next supported command.
References mpd_getNextCommand().
Referenced by mpd_getNextCommand().
| char * mpd_getNextEvent | ( | mpd_Connection * | connection | ) |
References mpd_getNextEvent().
Referenced by mpd_getNextEvent().
| char * mpd_getNextHandler | ( | mpd_Connection * | connection | ) |
References mpd_getNextHandler().
Referenced by mpd_getNextHandler().
| mpd_InfoEntity * mpd_getNextInfoEntity | ( | mpd_Connection * | connection | ) |
References mpd_getNextInfoEntity().
Referenced by mpd_getNextInfoEntity().
| mpd_OutputEntity * mpd_getNextOutput | ( | mpd_Connection * | connection | ) |
References mpd_getNextOutput().
Referenced by mpd_getNextOutput().
| char * mpd_getNextSticker | ( | mpd_Connection * | connection | ) |
References mpd_getNextSticker().
Referenced by mpd_getNextSticker().
| char * mpd_getNextTag | ( | mpd_Connection * | connection, |
| int | type ) |
References mpd_getNextTag().
Referenced by mpd_getNextTag().
| char * mpd_getNextTagType | ( | mpd_Connection * | connection | ) |
References mpd_getNextTagType().
Referenced by mpd_getNextTagType().
| char * mpd_getReplayGainMode | ( | mpd_Connection * | connection | ) |
References mpd_getReplayGainMode().
Referenced by mpd_getReplayGainMode().
| mpd_SearchStats * mpd_getSearchStats | ( | mpd_Connection * | connection | ) |
References mpd_getSearchStats().
Referenced by mpd_getSearchStats().
| mpd_Stats * mpd_getStats | ( | mpd_Connection * | connection | ) |
References mpd_getStats().
Referenced by mpd_getStats().
| mpd_Status * mpd_getStatus | ( | mpd_Connection * | connection | ) |
References mpd_getStatus().
Referenced by mpd_getStatus().
| int mpd_getUpdateId | ( | mpd_Connection * | connection | ) |
References mpd_getUpdateId().
Referenced by mpd_getUpdateId().
| mpd_Connection * mpd_newConnection | ( | const char * | host, |
| int | port, | ||
| float | timeout ) |
References mpd_newConnection().
Referenced by mpd_newConnection().
| mpd_Directory * mpd_newDirectory | ( | void | ) |
References mpd_newDirectory().
Referenced by mpd_newDirectory().
| mpd_InfoEntity * mpd_newInfoEntity | ( | void | ) |
References mpd_newInfoEntity().
Referenced by mpd_newInfoEntity().
| mpd_PlaylistFile * mpd_newPlaylistFile | ( | void | ) |
References mpd_newPlaylistFile().
Referenced by mpd_newPlaylistFile().
| mpd_Song * mpd_newSong | ( | void | ) |
References mpd_newSong().
Referenced by mpd_newSong().
| int mpd_nextListOkCommand | ( | mpd_Connection * | connection | ) |
References mpd_nextListOkCommand().
Referenced by mpd_nextListOkCommand().
| mpd_PlaylistFile * mpd_playlistFileDup | ( | mpd_PlaylistFile * | playlist | ) |
References mpd_playlistFileDup().
Referenced by mpd_playlistFileDup().
| void mpd_sendAddCommand | ( | mpd_Connection * | connection, |
| const char * | file ) |
References mpd_sendAddCommand().
Referenced by mpd_sendAddCommand().
| int mpd_sendAddIdCommand | ( | mpd_Connection * | connection, |
| const char * | file ) |
References mpd_sendAddIdCommand().
Referenced by mpd_sendAddIdCommand().
| void mpd_sendClearCommand | ( | mpd_Connection * | connection | ) |
References mpd_sendClearCommand().
Referenced by mpd_sendClearCommand().
| void mpd_sendClearErrorCommand | ( | mpd_Connection * | connection | ) |
References mpd_sendClearErrorCommand().
Referenced by mpd_sendClearErrorCommand().
| void mpd_sendCommandListBegin | ( | mpd_Connection * | connection | ) |
References mpd_sendCommandListBegin().
Referenced by mpd_sendCommandListBegin().
| void mpd_sendCommandListEnd | ( | mpd_Connection * | connection | ) |
References mpd_sendCommandListEnd().
Referenced by mpd_sendCommandListEnd().
| void mpd_sendCommandListOkBegin | ( | mpd_Connection * | connection | ) |
References mpd_sendCommandListOkBegin().
Referenced by mpd_sendCommandListOkBegin().
| void mpd_sendCommandsCommand | ( | mpd_Connection * | connection | ) |
| connection | a mpd_Connection |
Queries mpd for the allowed commands
References mpd_sendCommandsCommand().
Referenced by mpd_sendCommandsCommand().
| void mpd_sendConsumeCommand | ( | mpd_Connection * | connection, |
| int | consumeMode ) |
References mpd_sendConsumeCommand().
Referenced by mpd_sendConsumeCommand().
| void mpd_sendCrossfadeCommand | ( | mpd_Connection * | connection, |
| int | seconds ) |
References mpd_sendCrossfadeCommand().
Referenced by mpd_sendCrossfadeCommand().
| void mpd_sendCurrentSongCommand | ( | mpd_Connection * | connection | ) |
References mpd_sendCurrentSongCommand().
Referenced by mpd_sendCurrentSongCommand().
| void mpd_sendDeleteCommand | ( | mpd_Connection * | connection, |
| int | songNum ) |
References mpd_sendDeleteCommand().
Referenced by mpd_sendDeleteCommand().
| void mpd_sendDeleteIdCommand | ( | mpd_Connection * | connection, |
| int | songNum ) |
References mpd_sendDeleteIdCommand().
Referenced by mpd_sendDeleteIdCommand().
| void mpd_sendDisableOutputCommand | ( | mpd_Connection * | connection, |
| int | outputId ) |
References mpd_sendDisableOutputCommand().
Referenced by mpd_sendDisableOutputCommand().
| void mpd_sendEnableOutputCommand | ( | mpd_Connection * | connection, |
| int | outputId ) |
References mpd_sendEnableOutputCommand().
Referenced by mpd_sendEnableOutputCommand().
| void mpd_sendFindCommand | ( | mpd_Connection * | connection, |
| int | table, | ||
| const char * | str ) |
References mpd_sendFindCommand().
Referenced by mpd_sendFindCommand().
| void mpd_sendGetEventsCommand | ( | mpd_Connection * | connection | ) |
References mpd_sendGetEventsCommand().
Referenced by mpd_sendGetEventsCommand().
| void mpd_sendGetSongSticker | ( | mpd_Connection * | connection, |
| const char * | song, | ||
| const char * | sticker ) |
References mpd_sendGetSongSticker().
Referenced by mpd_sendGetSongSticker().
| void mpd_sendListallCommand | ( | mpd_Connection * | connection, |
| const char * | dir ) |
References mpd_sendListallCommand().
Referenced by mpd_sendListallCommand().
| void mpd_sendListallInfoCommand | ( | mpd_Connection * | connection, |
| const char * | dir ) |
References mpd_sendListallInfoCommand().
Referenced by mpd_sendListallInfoCommand().
| void mpd_sendListCommand | ( | mpd_Connection * | connection, |
| int | table, | ||
| const char * | arg1 ) |
References mpd_sendListCommand().
Referenced by mpd_sendListCommand().
| void mpd_sendListPlaylistCommand | ( | mpd_Connection * | connection, |
| const char * | path ) |
| connection | a MpdConnection |
| path | the path to the playlist. |
List the content of a stored playlist.
References mpd_sendListPlaylistCommand().
Referenced by mpd_sendListPlaylistCommand().
| void mpd_sendListPlaylistInfoCommand | ( | mpd_Connection * | connection, |
| const char * | path ) |
| connection | a MpdConnection |
| path | the path to the playlist. |
List the content, with full metadata, of a stored playlist.
References mpd_sendListPlaylistInfoCommand().
Referenced by mpd_sendListPlaylistInfoCommand().
| void mpd_sendListPlaylistsCommand | ( | mpd_Connection * | connection | ) |
References mpd_sendListPlaylistsCommand().
Referenced by mpd_sendListPlaylistsCommand().
| void mpd_sendLoadCommand | ( | mpd_Connection * | connection, |
| const char * | name ) |
References mpd_sendLoadCommand().
Referenced by mpd_sendLoadCommand().
| void mpd_sendLsInfoCommand | ( | mpd_Connection * | connection, |
| const char * | dir ) |
References mpd_sendLsInfoCommand().
Referenced by mpd_sendLsInfoCommand().
| void mpd_sendMoveCommand | ( | mpd_Connection * | connection, |
| int | from, | ||
| int | to ) |
References mpd_sendMoveCommand().
Referenced by mpd_sendMoveCommand().
| void mpd_sendMoveIdCommand | ( | mpd_Connection * | connection, |
| int | from, | ||
| int | to ) |
References mpd_sendMoveIdCommand().
Referenced by mpd_sendMoveIdCommand().
| void mpd_sendNextCommand | ( | mpd_Connection * | connection | ) |
References mpd_sendNextCommand().
Referenced by mpd_sendNextCommand().
| void mpd_sendNotCommandsCommand | ( | mpd_Connection * | connection | ) |
| connection | a mpd_Connection |
Queries mpd for the not allowed commands
References mpd_sendNotCommandsCommand().
Referenced by mpd_sendNotCommandsCommand().
| void mpd_sendOutputsCommand | ( | mpd_Connection * | connection | ) |
References mpd_sendOutputsCommand().
Referenced by mpd_sendOutputsCommand().
| void mpd_sendPasswordCommand | ( | mpd_Connection * | connection, |
| const char * | pass ) |
References mpd_sendPasswordCommand().
Referenced by mpd_sendPasswordCommand().
| void mpd_sendPauseCommand | ( | mpd_Connection * | connection, |
| int | pauseMode ) |
References mpd_sendPauseCommand().
Referenced by mpd_sendPauseCommand().
| void mpd_sendPlayCommand | ( | mpd_Connection * | connection, |
| int | songNum ) |
References mpd_sendPlayCommand().
Referenced by mpd_sendPlayCommand().
| void mpd_sendPlayIdCommand | ( | mpd_Connection * | connection, |
| int | songNum ) |
References mpd_sendPlayIdCommand().
Referenced by mpd_sendPlayIdCommand().
| void mpd_sendPlaylistAddCommand | ( | mpd_Connection * | connection, |
| const char * | playlist, | ||
| const char * | path ) |
References mpd_sendPlaylistAddCommand().
Referenced by mpd_sendPlaylistAddCommand().
| void mpd_sendPlaylistClearCommand | ( | mpd_Connection * | connection, |
| const char * | path ) |
References mpd_sendPlaylistClearCommand().
Referenced by mpd_sendPlaylistClearCommand().
| void mpd_sendPlaylistDeleteCommand | ( | mpd_Connection * | connection, |
| const char * | playlist, | ||
| int | pos ) |
References mpd_sendPlaylistDeleteCommand().
Referenced by mpd_sendPlaylistDeleteCommand().
| void mpd_sendPlaylistIdCommand | ( | mpd_Connection * | connection, |
| int | songId ) |
References mpd_sendPlaylistIdCommand().
Referenced by mpd_sendPlaylistIdCommand().
| void mpd_sendPlaylistInfoCommand | ( | mpd_Connection * | connection, |
| int | songNum ) |
References mpd_sendPlaylistInfoCommand().
Referenced by mpd_sendPlaylistInfoCommand().
| void mpd_sendPlaylistMoveCommand | ( | mpd_Connection * | connection, |
| const char * | playlist, | ||
| int | from, | ||
| int | to ) |
References mpd_sendPlaylistMoveCommand().
Referenced by mpd_sendPlaylistMoveCommand().
| void mpd_sendPlChangesCommand | ( | mpd_Connection * | connection, |
| long long | playlist ) |
References mpd_sendPlChangesCommand().
Referenced by mpd_sendPlChangesCommand().
| void mpd_sendPlChangesPosIdCommand | ( | mpd_Connection * | connection, |
| long long | playlist ) |
| connection | A valid and connected mpd_Connection. |
| playlist | The playlist version you want the diff with. A more bandwidth efficient version of the mpd_sendPlChangesCommand. It only returns the pos+id of the changes song. |
References mpd_sendPlChangesPosIdCommand().
Referenced by mpd_sendPlChangesPosIdCommand().
| void mpd_sendPrevCommand | ( | mpd_Connection * | connection | ) |
References mpd_sendPrevCommand().
Referenced by mpd_sendPrevCommand().
| void mpd_sendRandomCommand | ( | mpd_Connection * | connection, |
| int | randomMode ) |
References mpd_sendRandomCommand().
Referenced by mpd_sendRandomCommand().
| void mpd_sendRenameCommand | ( | mpd_Connection * | connection, |
| const char * | from, | ||
| const char * | to ) |
References mpd_sendRenameCommand().
Referenced by mpd_sendRenameCommand().
| void mpd_sendRepeatCommand | ( | mpd_Connection * | connection, |
| int | repeatMode ) |
References mpd_sendRepeatCommand().
Referenced by mpd_sendRepeatCommand().
| void mpd_sendReplayGainModeCommand | ( | mpd_Connection * | connection | ) |
References mpd_sendReplayGainModeCommand().
Referenced by mpd_sendReplayGainModeCommand().
| void mpd_sendRmCommand | ( | mpd_Connection * | connection, |
| const char * | name ) |
References mpd_sendRmCommand().
Referenced by mpd_sendRmCommand().
| void mpd_sendSaveCommand | ( | mpd_Connection * | connection, |
| const char * | name ) |
References mpd_sendSaveCommand().
Referenced by mpd_sendSaveCommand().
| void mpd_sendSearchCommand | ( | mpd_Connection * | connection, |
| int | table, | ||
| const char * | str ) |
References mpd_sendSearchCommand().
Referenced by mpd_sendSearchCommand().
| void mpd_sendSeekCommand | ( | mpd_Connection * | connection, |
| int | song, | ||
| int | seek_time ) |
References mpd_sendSeekCommand().
Referenced by mpd_sendSeekCommand().
| void mpd_sendSeekIdCommand | ( | mpd_Connection * | connection, |
| int | song, | ||
| int | seek_time ) |
References mpd_sendSeekIdCommand().
Referenced by mpd_sendSeekIdCommand().
| void mpd_sendSetReplayGainMode | ( | mpd_Connection * | connection, |
| const char * | mode ) |
References mpd_sendSetReplayGainMode().
Referenced by mpd_sendSetReplayGainMode().
| void mpd_sendSetSongSticker | ( | mpd_Connection * | connection, |
| const char * | song, | ||
| const char * | sticker, | ||
| const char * | value ) |
References mpd_sendSetSongSticker().
Referenced by mpd_sendSetSongSticker().
| void mpd_sendSetvolCommand | ( | mpd_Connection * | connection, |
| int | volumeChange ) |
References mpd_sendSetvolCommand().
Referenced by mpd_sendSetvolCommand().
| void mpd_sendShuffleCommand | ( | mpd_Connection * | connection | ) |
References mpd_sendShuffleCommand().
Referenced by mpd_sendShuffleCommand().
| void mpd_sendSingleCommand | ( | mpd_Connection * | connection, |
| int | singleMode ) |
References mpd_sendSingleCommand().
Referenced by mpd_sendSingleCommand().
| void mpd_sendStatsCommand | ( | mpd_Connection * | connection | ) |
References mpd_sendStatsCommand().
Referenced by mpd_sendStatsCommand().
| void mpd_sendStatusCommand | ( | mpd_Connection * | connection | ) |
References mpd_sendStatusCommand().
Referenced by mpd_sendStatusCommand().
| void mpd_sendStopCommand | ( | mpd_Connection * | connection | ) |
References mpd_sendStopCommand().
Referenced by mpd_sendStopCommand().
| void mpd_sendSwapCommand | ( | mpd_Connection * | connection, |
| int | song1, | ||
| int | song2 ) |
References mpd_sendSwapCommand().
Referenced by mpd_sendSwapCommand().
| void mpd_sendSwapIdCommand | ( | mpd_Connection * | connection, |
| int | song1, | ||
| int | song2 ) |
References mpd_sendSwapIdCommand().
Referenced by mpd_sendSwapIdCommand().
| void mpd_sendTagTypesCommand | ( | mpd_Connection * | connection | ) |
References mpd_sendTagTypesCommand().
Referenced by mpd_sendTagTypesCommand().
| void mpd_sendUpdateCommand | ( | mpd_Connection * | connection, |
| const char * | path ) |
References mpd_sendUpdateCommand().
Referenced by mpd_sendUpdateCommand().
| void mpd_sendUrlHandlersCommand | ( | mpd_Connection * | connection | ) |
References mpd_sendUrlHandlersCommand().
Referenced by mpd_sendUrlHandlersCommand().
| void mpd_setConnectionTimeout | ( | mpd_Connection * | connection, |
| float | timeout ) |
References mpd_setConnectionTimeout().
Referenced by mpd_setConnectionTimeout().
References mpd_songDup().
Referenced by mpd_songDup().
| void mpd_startFieldSearch | ( | mpd_Connection * | connection, |
| int | type ) |
| connection | a mpd_Connection |
| type | The type to search for |
starts a search for fields... f.e. get a list of artists would be:
or get a list of artist in genre "jazz" would be:
mpd_startSearch will return a list of songs (and you need mpd_getNextInfoEntity) this one will return a list of only one field (the one specified with type) and you need mpd_getNextTag to get the results
References mpd_startFieldSearch().
Referenced by mpd_startFieldSearch().
| void mpd_startPlaylistSearch | ( | mpd_Connection * | connection, |
| int | exact ) |
References mpd_startPlaylistSearch().
Referenced by mpd_startPlaylistSearch().
| void mpd_startSearch | ( | mpd_Connection * | connection, |
| int | exact ) |
| connection | a mpd_Connection |
| exact | if to match exact |
starts a search, use mpd_addConstraintSearch to add a constraint to the search, and mpd_commitSearch to do the actual search
References mpd_startSearch().
Referenced by mpd_startSearch().
| void mpd_startStatsSearch | ( | mpd_Connection * | connection | ) |
References mpd_startStatsSearch().
Referenced by mpd_startStatsSearch().
|
extern |