rockbox/apps/plugins/lua_scripts
William Wilgus 7200b738a5 lua random_playlist generator
uses the database to create random playlists of specified size

with the advanced GUI you can..
set the number of songs (up to max playlist buffer)
set the number of tracks before a repeat is allowed
play the tracks when finished

-- fix a parsing bug where first and last entry in database
   were corrupted

-- Incremental loading for very large databases, allows decent speed and lower ram usage

Change-Id: Ia95469b6a04625b621129ec61e5db4b2b00adc5e
2021-12-03 16:56:12 -05:00
..
dbgettags.lua lua random_playlist generator 2021-12-03 16:56:12 -05:00
dump_rbsettings.lua Lua add metadata and settings reading helper module 2019-09-07 03:10:59 +02:00
fade2sleep.lua
file_browser.lua lua print table put_line a do_menu alternative 2021-04-20 03:30:41 +00:00
filebrowse.lua lua -- add sort by name, size, date to filebrowse include 2020-09-25 23:07:30 -04:00
fileview.lua lua print table put_line a do_menu alternative 2021-04-20 03:30:41 +00:00
fileviewers.lua lua print table put_line a do_menu alternative 2021-04-20 03:30:41 +00:00
lua_scripts.make
memchk.lua lua add better memory stats 2020-10-05 11:53:27 -04:00
playback.lua lua rockevents reduce context switching for action and buttons 2020-09-30 16:33:38 +00:00
print_buttons.lua lua print_button script 2021-04-24 00:00:44 -04:00
print_lua_func.lua lua -- temp loader 2021-05-06 21:36:55 -04:00
random_playlist.lua lua random_playlist generator 2021-12-03 16:56:12 -05:00
return2WPS.lua lua add ability to pass PLUGIN_ ret vals with os.exit() + add defines 2021-10-21 22:28:05 -04:00
rlimg.lua lua print table put_line a do_menu alternative 2021-04-20 03:30:41 +00:00
splashscroller.lua lua misc tweaks and cleanup 2020-10-04 04:00:54 -04:00
submenu_demo.lua lua submenus add a way to dynamically add items 2021-04-30 13:38:54 +00:00
tagnav.lua lua print table put_line a do_menu alternative 2021-04-20 03:30:41 +00:00
track_metadata.lua Lua add metadata and settings reading helper module 2019-09-07 03:10:59 +02:00