summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorChristian Soffke <christian.soffke@gmail.com>2022-05-25 20:11:29 +0200
committerChristian Soffke <christian.soffke@gmail.com>2023-01-10 18:50:12 +0100
commita513cee8222006d5f970b4495ae7d1f1b6facf9b (patch)
treee6faa2e23a49b9dfd2eec38ef07aa899804ed39a /apps/plugin.c
parentd5e38062ea6f1f4645f917b0d70e5001c48e9052 (diff)
downloadrockbox-a513cee8222006d5f970b4495ae7d1f1b6facf9b.tar.gz
rockbox-a513cee8222006d5f970b4495ae7d1f1b6facf9b.zip
PictureFlow: Add 'Track Info' for tracks or whole albums
Context menu gains new option to view metadata for individual tracks or albums. Will display an album's length and total file size. Other fields are displayed only if they are identical across all tracks (except for the album year, which is determined by the highest value encountered). Change-Id: Ibc14cfaf2cb3d91b8d1cfbee05c6261db4975355
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index b017db017b..7c6e91424a 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -821,6 +821,9 @@ static const struct plugin_api rockbox_api = {
821 821
822 /* new stuff at the end, sort into place next time 822 /* new stuff at the end, sort into place next time
823 the API gets incompatible */ 823 the API gets incompatible */
824
825 splash_progress,
826 splash_progress_set_delay,
824}; 827};
825 828
826static int plugin_buffer_handle; 829static int plugin_buffer_handle;