XMMS2
Functions

MediaInfoReader

XMMSServer

The mediainfo reader. More...

Functions

xmms_mediainfo_reader_txmms_mediainfo_reader_start (void)
 Start a new mediainfo reader thread.
void xmms_mediainfo_reader_wakeup (xmms_mediainfo_reader_t *mr)
 Wake the reader thread and start process the entries.

Detailed Description

The mediainfo reader.

When a item is added to the playlist the mediainfo reader will start extracting the information from this entry and update it if additional information is found.


Function Documentation

xmms_mediainfo_reader_t* xmms_mediainfo_reader_start ( void  )

Start a new mediainfo reader thread.

Definition at line 65 of file mediainfo.c.

Referenced by xmms_playlist_init().

void xmms_mediainfo_reader_wakeup ( xmms_mediainfo_reader_t mr)

Wake the reader thread and start process the entries.

Definition at line 117 of file mediainfo.c.