summaryrefslogtreecommitdiff
path: root/apps/plugins/lastfm_scrobbler.c
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2023-04-01 12:32:47 -0400
committerWilliam Wilgus <me.theuser@yahoo.com>2023-04-16 23:50:24 -0400
commitdfe12252bba8cbfe427752ad9ed101002a76fe67 (patch)
treeef0dd104dff37aac82966a4977f035487966d8fd /apps/plugins/lastfm_scrobbler.c
parent43b0fba75d4312230793f2747700371362204bb6 (diff)
downloadrockbox-dfe12252bba8cbfe427752ad9ed101002a76fe67.tar.gz
rockbox-dfe12252bba8cbfe427752ad9ed101002a76fe67.zip
[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
Diffstat (limited to 'apps/plugins/lastfm_scrobbler.c')
-rw-r--r--apps/plugins/lastfm_scrobbler.c2
1 files changed, 2 insertions, 0 deletions
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)
160 case 3: 160 case 3:
161 rb->set_int("Beep Level", "", UNIT_INT, 161 rb->set_int("Beep Level", "", UNIT_INT,
162 &gConfig.beeplvl, NULL, 1, 0, 10, NULL); 162 &gConfig.beeplvl, NULL, 1, 0, 10, NULL);
163 if (gConfig.beeplvl > 0)
164 rb->beep_play(1500, 100, 100 * gConfig.beeplvl);
163 case 4: /*sep*/ 165 case 4: /*sep*/
164 continue; 166 continue;
165 case 5: 167 case 5: