// place media for doorbell in this folder
// as long as you have run make install once, the media files will exist in the correct location

char fnbuf[FILENAME_MAX];  snprintf(fnbuf,sizeof(fnbuf),"%s/doorbell/media/filename.jpg",app.codepath);

// then

	liqcell_setimage( cellitem ,  liqimage_cache_getfile( fnbuf,0,0,1) );

// or

	liqcell_propsets( cellitem ,  "imagefilename", fnbuf );
