[Index] [TitleIndex] [WordIndex

Not much to configure. Let freevo know where the images are :

IMAGE_ITEMS = [ ('My Holiday Pictures', '/files/pictures/holiday'),
                ('Family Pictures', '/files/pictures/family') ]

The list of filename suffixes that are used to match the files that are used for the image viewer.

IMAGE_SUFFIX = [ 'jpg','gif','png', 'jpeg','bmp','tiff','psd' ]

The viewer supports a slideshow file.

IMAGE_SSHOW_SUFFIX = [ 'ssr' ]

Choose the mode of the blending effect in the image viewer between two images. Possible values are:

IMAGEVIEWER_BLEND_MODE = -1

And choose if you want freevo to treat your image directories as implicit slideshows.

DIRECTORY_CREATE_PLAYLIST=['image']

If you press NEXT or PREV while viewing one of the images in the directory, freevo will display the next or previous image in the directory.

You can also set a time after which freevo proceeds with the next image by:

IMAGEVIEWER_DURATION = 2

By default this variable is set to 0, which means that you have to press NEXT to continue.

Moreover you also can have a menu item for the directory playlist by adding 'image' to the ADD_PLAYLISTs variables:

DIRECTORY_ADD_PLAYLIST_FILES   = ['image']

and/or

DIRECTORY_ADD_RANDOM_PLAYLIST  = ['image']

2014-02-15 05:35