1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/plugins/lua/include_lua
William Wilgus e4c5f5d412 lua consolidate playlist_ functions
The way to call the playlist functions has changed
rb.playlist("option", var)
rb.playlist_add(filename) = becomes rb.playlist("add", filename)

added playlist.lua to the includes for conversion to old functions
if your script is broken by this change you simply add `require("playlist")`
to the top for the old functionality

added rb.playlist_tracks(dir, filename) to playlist.lua
this will allow you to add all tracks in a playlist.m3u8
to a lua table

Change-Id: I87fcc56be365d8495d214f069331b6ddbfbef1db
2018-10-25 05:59:42 -04:00
..
audio.lua lua add audio_play consolidate audio_ functions 2018-10-24 12:37:29 -04:00
blit.lua Clean up rocklib_img 2018-10-09 01:02:25 +02:00
color.lua Fix red rocklib_img 32-24 bit targets 2018-10-08 19:59:50 -04:00
draw.lua Fix red rocklib_img 32-24 bit targets 2018-10-08 19:59:50 -04:00
image.lua Clean up rocklib_img 2018-10-09 01:02:25 +02:00
lcd.lua Fix red rocklib_img 32-24 bit targets 2018-10-08 19:59:50 -04:00
math_ex.lua Rocklua -- Extend / Fix rliImage 2018-07-23 05:13:32 +02:00
playlist.lua lua consolidate playlist_ functions 2018-10-25 05:59:42 -04:00
print.lua Fix red rocklib_img 32-24 bit targets 2018-10-08 19:59:50 -04:00
timer.lua Rocklua -- Extend / Fix rliImage 2018-07-23 05:13:32 +02:00