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/plugins/SOURCES | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/plugins/SOURCES') diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 727e5a8..f9c37f2 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -136,6 +136,10 @@ splitedit.c matrix.c #endif +#if defined(HAVE_LCD_COLOR) && defined(HAVE_ALBUMART) && defined(HAVE_TAGCACHE) +pictureflow.c +#endif + /* Platform-specific plugins */ #if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES) iriverify.c -- cgit v1.1