Hello, DVBCUT users. There has been a request to include some file extensions (like *.rec) to the open file dialog. My idea was to make it configurable, which extensions shall appear in the dialog. Basically, this is already possible in 0.5.2, but I had no time to create a configuration dialog. However, you can customize the file dialog filters by adding the following three lines to the file dvbcut.sf.netrc in the .qt subdirectory of your home directory (i.e. ~/.qt/dvbcut.sf.netrc). This files is created when you first open a file with version 0.5.2, and it keeps the list of recently opened files.
loadfilter=Recognized files (*.dvbcut *.mpg *.ts);;dvbcut project files (*.dvbcut);;MPEG files (*.mpg *.ts);;All files (*) prjfilter=dvbcut project files (*.dvbcut);;All files (*) idxfilter=dvbcut index files (*.idx);;All files (*) The first line specifies the filter for the open file dialog, the second for the save dialog and the third for the index file chooser. The filter for the export dialog cannot be configured yet, I just forgot to include this. This will be fixed in the next release, and hopefully there will also be a configuration dialog where you can conveniently change these settings. Bye, Sven... -- Sven Over Stephanienstr. 9 76133 Karlsruhe GERMANY Telefon: 0721-9204199 http://www.svenover.de/ ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ DVBCUT-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dvbcut-user
