From dfe12252bba8cbfe427752ad9ed101002a76fe67 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Sat, 1 Apr 2023 12:32:47 -0400 Subject: [Feature, Plugin] lastfm_scrobbler_viewer a plugin to view lastfm scrobbler logs uses print cell to give a spreadsheet view of scrobbler logs buffers the whole file if possible otherwise it reads entries from disk rudimentary text searching for columns include / exclude; all/any and case sensitive Change-Id: Id9616e5796658952fba4ea747f596cb77d6f34c0 --- apps/plugins/lastfm_scrobbler.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugins/lastfm_scrobbler.c') diff --git a/apps/plugins/lastfm_scrobbler.c b/apps/plugins/lastfm_scrobbler.c index dce6be0d1e..c835533b1f 100644 --- a/apps/plugins/lastfm_scrobbler.c +++ b/apps/plugins/lastfm_scrobbler.c @@ -160,6 +160,8 @@ static int config_settings_menu(void) case 3: rb->set_int("Beep Level", "", UNIT_INT, &gConfig.beeplvl, NULL, 1, 0, 10, NULL); + if (gConfig.beeplvl > 0) + rb->beep_play(1500, 100, 100 * gConfig.beeplvl); case 4: /*sep*/ continue; case 5: -- cgit v1.2.3