VLC 4.0.0-dev
|
Go to the source code of this file.
Functions | |
int | input_FindArtInCache (input_item_t *) |
int | input_FindArtInCacheUsingItemUID (input_item_t *) |
int | input_SaveArt (vlc_object_t *, input_item_t *, const void *, size_t, const char *psz_type) |
int input_FindArtInCache | ( | input_item_t * | p_item | ) |
References ArtCachePath(), asprintf(), DIR_SEP, input_item_SetArtURL, vlc_closedir(), VLC_EGENERIC, vlc_opendir(), vlc_path2uri(), vlc_readdir(), and VLC_SUCCESS.
Referenced by input_ExtractAttachmentAndCacheArt(), and SearchByScope().
int input_FindArtInCacheUsingItemUID | ( | input_item_t * | p_item | ) |
References GetDirByItemUIDs(), GetFileByItemUID(), input_item_GetInfo(), input_item_SetArtURL, VLC_EGENERIC, vlc_fopen(), and VLC_SUCCESS.
Referenced by SearchByScope().
int input_SaveArt | ( | vlc_object_t * | obj, |
input_item_t * | p_item, | ||
const void * | data, | ||
size_t | length, | ||
const char * | psz_type | ||
) |
References ArtCacheCreateDir(), ArtCacheName(), GetDirByItemUIDs(), GetFileByItemUID(), input_item_GetInfo(), input_item_SetArtURL, msg_Dbg, msg_Err, VLC_EGENERIC, vlc_fopen(), vlc_path2uri(), vlc_stat(), vlc_strerror_c(), and VLC_SUCCESS.
Referenced by input_ExtractAttachmentAndCacheArt(), and RunDownloader().