From 90ce8269033dd1f06a5054392f35e45e45a5c560 Mon Sep 17 00:00:00 2001 From: Nicolas Pennequin Date: Sun, 9 Dec 2007 18:48:02 +0000 Subject: Initial commit of the PictureFlow plugin, a nice visualization for album covers. Original code by Ariya Hidayat. Rockbox port by Jonas Hurrelmann and a few tweaks by me. On the first startup the database is scanned and album art is searched for each album. This process will take some time (dircache enabled and/or database in RAM speed it up, and it is possible to abort by pressing MENU), but the results are cached and the next startups will be very quick. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15900 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/albumart.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/recorder/albumart.h') diff --git a/apps/recorder/albumart.h b/apps/recorder/albumart.h index dcd106465b..febad28281 100644 --- a/apps/recorder/albumart.h +++ b/apps/recorder/albumart.h @@ -35,6 +35,9 @@ bool find_albumart(const struct mp3entry *id3, char *buf, int buflen); Call with clear = true to clear the bitmap instead of drawing it. */ void draw_album_art(struct gui_wps *gwps, int handle_id, bool clear); +bool search_albumart_files(const struct mp3entry *id3, const char *size_string, + char *buf, int buflen); + #endif /* HAVE_ALBUMART */ #endif /* _ALBUMART_H_ */ -- cgit v1.2.3