From: Alexander F. <Ale...@gm...> - 2001-04-16 20:11:38
|
On 27 Mar 2001 23:53:00 +0200, Joseph Wenninger wrote: > ped up which I want to let you know about. > > > > > > 1. ".au" files are not automatically recognised as being of type > > > audio when dragged and dropped from konqueror onto kreatecd. The > > > "Add Track -> File" route works just fine though. > > > > Jospeh, could you add that? > > > No problem, but don't expect it before Friday afternoon (CET). > > How does the converter plugin at the moment, has there something changed > since pre 1.0 ? Does it offer a list of supported file extensions ? Than I > could add them to the dnd list easily too. > No. The converter plugins don't work with file extensions at all. The look at the file contents. But this should be even better. Look at AudioFileFormat.cpp how it uses the classes to detect audio. Later, when the plugins are real plugins which are dynamically loaded, we cannot use a hard coded class list but the code in AudioFileFormat is a good example. > > > 2. It would be good if when an "Audio CD Only" project was selected > > > the default track type in the "Add Track" panel could switch to > > > CDDA Audio from mode1. > > > > Good idea :) We sould add this to the Todo list > > I thought about some redesigning of this panel in the past, but didn't have > time. I think for audiocd-mode there should only be cdda as format and not > mode 1 or others at all, but at the moment the dialog depends on the list in > the order as it is now. I think this needs to be changed too, not only set > the defautl type. Correct. Alexander |