meta.c File Reference

Include dependency graph for meta.c:


Defines

#define input_FindArtInCache(a, b)   __input_FindArtInCache(VLC_OBJECT(a),b)
#define ArtCacheGetDirPath(a, b, c, d, e)   __ArtCacheGetDirPath(VLC_OBJECT(a),b,c,d,e)
#define ArtCacheGetFilePath(a, b, c, d, e, f)   __ArtCacheGetFilePath(VLC_OBJECT(a),b,c,d,e,f)

Functions

const char * input_MetaTypeToLocalizedString (vlc_meta_type_t meta_type)
static int __input_FindArtInCache (vlc_object_t *, input_item_t *p_item)
int input_ArtFind (playlist_t *p_playlist, input_item_t *p_item)
static void ArtCacheCreateDir (const char *psz_dir)
static char * ArtCacheGetSanitizedFileName (const char *psz)
static void __ArtCacheGetDirPath (vlc_object_t *p_obj, char *psz_dir, const char *psz_title, const char *psz_artist, const char *psz_album)
static void __ArtCacheGetFilePath (vlc_object_t *p_obj, char *psz_filename, const char *psz_title, const char *psz_artist, const char *psz_album, const char *psz_extension)
int input_DownloadAndCacheArt (playlist_t *p_playlist, input_item_t *p_item)
 Download the art using the URL or an art downloaded This function should be called only if data is not already in cache.
void input_ExtractAttachmentAndCacheArt (input_thread_t *p_input)

Define Documentation

#define ArtCacheGetDirPath ( a,
b,
c,
d,
 )     __ArtCacheGetDirPath(VLC_OBJECT(a),b,c,d,e)

#define ArtCacheGetFilePath ( a,
b,
c,
d,
e,
 )     __ArtCacheGetFilePath(VLC_OBJECT(a),b,c,d,e,f)

#define input_FindArtInCache ( a,
 )     __input_FindArtInCache(VLC_OBJECT(a),b)


Function Documentation

static void __ArtCacheGetDirPath ( vlc_object_t p_obj,
char *  psz_dir,
const char *  psz_title,
const char *  psz_artist,
const char *  psz_album 
) [static]

static void __ArtCacheGetFilePath ( vlc_object_t p_obj,
char *  psz_filename,
const char *  psz_title,
const char *  psz_artist,
const char *  psz_album,
const char *  psz_extension 
) [static]

static int __input_FindArtInCache ( vlc_object_t ,
input_item_t p_item 
) [static]

static void ArtCacheCreateDir ( const char *  psz_dir  )  [static]

static char* ArtCacheGetSanitizedFileName ( const char *  psz  )  [static]

int input_ArtFind ( playlist_t p_playlist,
input_item_t p_item 
)

int input_DownloadAndCacheArt ( playlist_t p_playlist,
input_item_t p_item 
)

Download the art using the URL or an art downloaded This function should be called only if data is not already in cache.

void input_ExtractAttachmentAndCacheArt ( input_thread_t p_input  ) 

const char* input_MetaTypeToLocalizedString ( vlc_meta_type_t  meta_type  ) 


Generated on Wed Aug 13 08:05:35 2008 for VLC by  doxygen 1.5.1