$Date: 2005/10/22 13:22:42 $
$Revision: 1.10 $
-- Make playlist from a_path with files having an extension
-- like one element in an_extension_list.
-- If you also want to search file in subfolders, please use
-- do_recursive_search.
-- Make playlist from a_list.
-- Make with a_filename.
-- Create empty playlist.
-- Create empty playlist.
-- Make with a_filename.
-- Make playlist from a_list.
-- Make playlist from a_path with files having an extension
-- like one element in an_extension_list.
-- If you also want to search file in subfolders, please use
-- do_recursive_search.
-- Number of playlist entries
-- Current index
-- Current selected playlist entry
-- Previous element in playlist
-- Next element in playlist
-- Removes a_filename from playlist.
-- Search a_path in a do_recursive_search way for audio files
-- with an extension in an_extension_list.
--
-- Note: Recursive search may take long time, if there are many subfolders.
-- Links are not followed by recursive search.
Implements a playlist for loading filenames.
Use this class to store multiple filenames in a list, as files
can be searched on creation.
This class was designed for having file loading support in a hurry.
We recommend to use it whenever you need to find multiple files.
Note: If you use {EM_MUSIC_PLAYER} and/or {EM_SOUND_PLAYER}, you
don't need such a playlist as both players already have their own.