Dan Mancini wrote:
> Hi,
> I have a problem with the IMAGE_EXCLUDE statement.  I have "tn" folders
> in my picture directories, and when I use this statement:
> 
> IMAGE_EXCLUDE = [('tn')]
> 
> The images in the directory are excluded, however the directory itself
> still shows up in the menu.  How can I exclude the directory?

IIRC you can hide it with a . i.e.: .hidden_images
or move the directory somewhere else.

> Is there a list of arguments for the IMAGE_EXCLUDE statement?

It is a list of tuples that contain regular expressions. The [] mean
that the variable is a list and the () mean that each item in the list
is a tuple (a sort of fixed string).

IMAGE_EXCLUDE = [('tn'), ('regexp'), ('DSC.*[0-9]')]

HTH
Duncan


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to