[email protected] schrieb am 27.02.05 17:01:17: > > Hi! > > Is there any chance to slide trough a folder full of pictures without making > an special ssr file for each dir? > > for example press e an select start slideshow or something like that? >
Hi Andreas, I think this is described in the wiki, but nevertheless... In local_conf.py the following variables might be interesting for you: DIRECTORY_CREATE_PLAYLIST=['image', 'audio'] DIRECTORY_ADD_PLAYLIST = [] DIRECTORY_ADD_RANDOM_PLAYLIST = [] just put 'image' in the list, if you want to have the particular variable be active for images. The first one creates a playlist from all items in the dir. You can start this playlist by selecting one image, pressing NEXT will change to the next image. You can also reach this by pressing e, there should be appropriate entries in that menu then. The other to variables create an extra item in every image dir, to start the playlists. Other variable that might be interesting for you, are: IMAGEVIEWER_BLEND_MODE = 1 IMAGEVIEWER_DURATION=2 Without setting image duration, the slideshow will only continue when you press NEXT. Hope that was what you were looking for. Gr��e Tanja __________________________________________________________ Mit WEB.DE FreePhone mit hoechster Qualitaet ab 0 Ct./Min. weltweit telefonieren! http://freephone.web.de/?mc=021201 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=click _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
