|
|
|
|
Hide Folders
hide_folders -- Prevents sub-directories from loading into the player's playlist.
Description
NOTE: This option is only available for use with a wimpyConfigs.xml file.
When Wimpy requests a playlist from rave.php/asp/cfm, folders defined in this option will be ignored and not displayed in the player's playlist.
Each folder defined in the hide_folders option must be separated by a comma.. Do not use a space after or before the delimiting comma.
Example:
Good:
sub_directory_name1,sub_directory_name2
Bad:
sub_directory_name1, sub_directory_name2
Usage
<hide_folders>subDirectory1,subDirectory2</hide_folders>
|
|
|
|