diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2003-01-29 13:20:22 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2003-01-29 13:20:22 +0000 |
| commit | efb165f65c860356d91b67e26ac1a5b8d4a2bd4d (patch) | |
| tree | d13e539fa4028bf99594d6e21530e47c23bb8797 /apps/tree.h | |
| parent | 38bc30b0d62eadb904c320f7c0f5f2086b170ccc (diff) | |
| download | rockbox-efb165f65c860356d91b67e26ac1a5b8d4a2bd4d.zip rockbox-efb165f65c860356d91b67e26ac1a5b8d4a2bd4d.tar.gz rockbox-efb165f65c860356d91b67e26ac1a5b8d4a2bd4d.tar.bz2 rockbox-efb165f65c860356d91b67e26ac1a5b8d4a2bd4d.tar.xz | |
Added basic playlist creation. Creates <dirname>.m3u in the parent directory, containing all mp3/mp2/mpa files found recursively. The process can be aborted with OFF or STOP.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3185 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tree.h')
| -rw-r--r-- | apps/tree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tree.h b/apps/tree.h index 25e6539..6b88790 100644 --- a/apps/tree.h +++ b/apps/tree.h @@ -24,5 +24,6 @@ void browse_root(void); void set_current_file(char *path); bool dirbrowse(char *root); +bool create_playlist(void); #endif |