#include <sys/types.h>
#include <sys/stat.h>
#include <time.h>
#include <unistd.h>
#include <rfb/rfb.h>
#include "cover.h"
Defines | |
#define | COVER_JPG "/tmp/currcover.jpg" |
#define | COVER_PNG "/tmp/currcover.png" |
Functions | |
int | cover_check (struct img_bitmap **cover) |
#define COVER_JPG "/tmp/currcover.jpg" |
Path of cover art in JPG format.
#define COVER_PNG "/tmp/currcover.png" |
Path of cover art in PNG format.
int cover_check | ( | struct img_bitmap ** | cover | ) |
Checks for cover art in the appropriate directory.
If new cover art is avialable it is stored in the given img_bitmap structure.
cover | bitmap data (return value) |