njb_get_extended_tags(3)
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 li
- brary 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 ex
- tended 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 oth
- er track information retrieval operations.
- This operation may be 20 times slower than the standard
- operation without extended tags, and is therefore optional.
SEE ALSO
- NJB_Reset_Get_Track_Tag(3), NJB_Get_Track_Tag(3)
- April 2004 NJB_GET_EX