Ruben wrote: > Thanks Evan, I could finally put the right command line arguments > checking the source. > > I'll try to use what you say.
Did you mean the following? freevo cache --video-thumbs --recursive /home/freevo/video All helpers have help but getting it is not that obvious the trick is to tell freevo not to process the --help option but to pass it on; This is archived by using a double-dash so: # freevo cache -- --help You will see similar command line options with X. Duncan > 2009/11/17 Evan Hisey <[email protected] <mailto:[email protected]>> > > 2009/11/12 Ruben <[email protected] <mailto:[email protected]>>: > > Hi there, > > > > I just installed freevo and I have a basic question: > > > > Does freevo generates the video thumbnails from a "screenshot" > of the video > > file or it just does displays an image stored in the folder? > > > > I'm can't get it done by: > > > > $ freevo cache --rebuild --thumbnail --recursive /home/freevo/video > > > > --- > You can also set freevo to automatically build thumbnails when > entering a directory. I believe the setting is CACHE_IMAGES = 1. You > can also set this from inside the Freevo GUI from the display options. > > Evan > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports > 2008 30-Day > trial. Simplify your report design, integration and deployment - > and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Freevo-users mailing list > [email protected] > <mailto:[email protected]> > https://lists.sourceforge.net/lists/listinfo/freevo-users > > > > > -- > Ruben Tato > -- > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > ------------------------------------------------------------------------ > > _______________________________________________ > Freevo-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/freevo-users > ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
