Hi,
sure, I understand and you're right about the point 1.
Nevertheless, the fact is that if you have to convert files, you would
prefer an automated process than manually calling a conversion tool
each time you want to update your music player.
If you consider adding a feature for calling an external script (a
single command line) before the final copy of a file to the
destination drive, that would allow people to do all processing they
may need. That's what some other tool provide (downloaders) for
calling, for example, a virus scan on files on the fly.
For example, for my need I would like to call a conversion tool in
command line like this one (fake example):
"c:\program files\illustrate\dBpoweramp\coreconverter.exe" -infile="$
{infile}" -outfile="${outfolder}\${outfilename}.flac" -
convert_to="flac" -V 2
The only thing is to allow a call to an optional external tool by
letting people typing their own command line and providing to the
command line the source file name (full name and name without
extension), the source folder, the target folder.
If Notpod had been developed in java, I would have add this in a few
minutes... Unfortunately, learning the C# and the MS development
framework may take much longer...
Best regards.
am