man NJB_Get_Extended_Tags (Fonctions bibliothèques) - set library to retrieve extended tags

NAME

NJB_Get_Extended_Tags - set library to retrieve extended tags

LIBRARY

libnjb

SYNOPSIS

#include <libnjb.h>

extern int njb_error

void NJB_Get_Extended_Tags (njb_t *njb, int extended)

DESCRIPTION

The NJB_Get_Extended_Tags function will set up the NJB library so that it retrieves extended tag information from the jukebox (primarily the 3 series: Jukebox 2, 3, Zen, Zen NX, Zen Xtra etc.) when reading in tags.

The extended variable shall be set to 0 to ignore the extended tags (default) or to 1 to make sure they are retrieved. The setting is done on a per- njb_t object basis.

The extended information includes the original filename that the file had before being transfered to the NJB device.

Call this function on the njb_t identifier before any other track information retrieval operations.

This operation may be 20 times slower than the standard operation without extended tags, and is therefore optional.

SEE ALSO