From a513cee8222006d5f970b4495ae7d1f1b6facf9b Mon Sep 17 00:00:00 2001 From: Christian Soffke Date: Wed, 25 May 2022 20:11:29 +0200 Subject: 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 --- apps/plugin.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/plugin.c') 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 = { /* new stuff at the end, sort into place next time the API gets incompatible */ + + splash_progress, + splash_progress_set_delay, }; static int plugin_buffer_handle; -- cgit v1.2.3