1
0
Fork 0
forked from len0rd/rockbox

Lua add metadata and settings reading helper module

Adds example scripts for reading track metadata + dumping albumart
and rockbox settings

settings are now stored as a table of strings rather than a table of tables
as it saves ~15 kb of ram without adding much complexity

Change-Id: I611c312b2a60ab96e595e4710b17aedbd6c0689b
This commit is contained in:
William Wilgus 2019-09-06 19:24:26 -05:00
parent a3cbd86a51
commit 267d04d2bd
6 changed files with 342 additions and 10 deletions

View file

@ -19,7 +19,7 @@ LUA_INCLUDEDIR := $(LUA_SRCDIR)/include_lua
LUA_INCLUDELIST := $(addprefix $(LUA_BUILDDIR)/,audio.lua blit.lua color.lua draw.lua draw_floodfill.lua draw_poly.lua \
draw_num.lua draw_text.lua image.lua image_save.lua lcd.lua math_ex.lua \
print.lua timer.lua playlist.lua pcm.lua sound.lua \
rbcompat.lua poly_points.lua printtable.lua)
rbcompat.lua rbsettings.lua poly_points.lua printtable.lua)
ifndef APP_TYPE