Go to the source code of this file.
Data Structures | |
| struct | playlist_album_t |
Functions | |
| int | playlist_FindArtInCache (input_item_t *) |
| int | playlist_SaveArt (playlist_t *, input_item_t *, const uint8_t *p_buffer, int i_buffer, const char *psz_type) |
| int playlist_FindArtInCache | ( | input_item_t * | ) |
References ArtCachePath(), asprintf(), DIR_SEP, input_item_SetArtURL, make_URI(), vlc_opendir(), vlc_readdir(), and VLC_SUCCESS.
Referenced by FindArt(), and input_ExtractAttachmentAndCacheArt().
| int playlist_SaveArt | ( | playlist_t * | , | |
| input_item_t * | , | |||
| const uint8_t * | p_buffer, | |||
| int | i_buffer, | |||
| const char * | psz_type | |||
| ) |
References ArtCacheName(), input_item_SetArtURL, make_URI(), msg_Dbg, msg_Err, vlc_fopen(), and vlc_stat().
Referenced by DownloadArt(), and input_ExtractAttachmentAndCacheArt().
1.7.1