diff options
| author | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2007-12-09 18:48:02 +0000 |
|---|---|---|
| committer | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2007-12-09 18:48:02 +0000 |
| commit | 90ce8269033dd1f06a5054392f35e45e45a5c560 (patch) | |
| tree | 0583f4c56c2b8d73078f2112cc851862b859385d /apps/plugins/bitmaps | |
| parent | 19f487b451b026833a6d9aaeabcec756c9e9f2b7 (diff) | |
| download | rockbox-90ce8269033dd1f06a5054392f35e45e45a5c560.zip rockbox-90ce8269033dd1f06a5054392f35e45e45a5c560.tar.gz rockbox-90ce8269033dd1f06a5054392f35e45e45a5c560.tar.bz2 rockbox-90ce8269033dd1f06a5054392f35e45e45a5c560.tar.xz | |
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
Diffstat (limited to 'apps/plugins/bitmaps')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 6 | ||||
| -rw-r--r-- | apps/plugins/bitmaps/native/pictureflow_emptyslide.bmp | bin | 0 -> 30054 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/pictureflow_logo.bmp | bin | 0 -> 19776 bytes |
3 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 654845f..5a36ec0 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -510,4 +510,10 @@ matrix_bold.bmp matrix_normal.bmp #endif +/* pictureflow */ +#if defined(HAVE_LCD_COLOR) && defined(HAVE_ALBUMART) && defined(HAVE_TAGCACHE) +pictureflow_logo.bmp +pictureflow_emptyslide.bmp +#endif + #endif /* HAVE_LCD_BITMAP */ diff --git a/apps/plugins/bitmaps/native/pictureflow_emptyslide.bmp b/apps/plugins/bitmaps/native/pictureflow_emptyslide.bmp Binary files differnew file mode 100644 index 0000000..ff59a4f --- /dev/null +++ b/apps/plugins/bitmaps/native/pictureflow_emptyslide.bmp diff --git a/apps/plugins/bitmaps/native/pictureflow_logo.bmp b/apps/plugins/bitmaps/native/pictureflow_logo.bmp Binary files differnew file mode 100644 index 0000000..174c5f1 --- /dev/null +++ b/apps/plugins/bitmaps/native/pictureflow_logo.bmp |