I have my own music manager build in C# with Visual Studio .NET 2003, now running Visual Studio .NET 2005 Beta 2 using the Microsoft Beta Experience Kit.
I made it so I can view my directories with MP3 files, have my own options for renaming those files automaticly, etcetera.
The only thing I'm still doing manually is converting files with DBPoweramp to .ogg using the Ogg Vorbis aoTuV b3 SSE2 codec (64-bit machine with WinXP x64 Edition).
Now I have seen the DMC File Selector and that does exactly what I want also. When I select a few files, it opens the Music Converter, but it has on the background the files selected that were selected in the DMCfs. That's exactly what I want!
Did a bit research and was expecting that DMCfs was calling MusicConverter.exe when I push the "Convert To" button on the toolbar. Instead a new process doesn't get started for showing the converting options.
Is there a way to simply add files to DMC without using the DMCfs?
Can it be done using a COM component? I tried the example, but I get a lot errors. Looks like the COM components doesn't get recognized. In VS I tried add items to the toolbox -> COM components. But something like DMC is not listed.
Or using the commandline?
Or an DLL that I can call?
I like DMC very much! The only thing for me it the above problem I would like to tackle :smile2:
I made it so I can view my directories with MP3 files, have my own options for renaming those files automaticly, etcetera.
The only thing I'm still doing manually is converting files with DBPoweramp to .ogg using the Ogg Vorbis aoTuV b3 SSE2 codec (64-bit machine with WinXP x64 Edition).
Now I have seen the DMC File Selector and that does exactly what I want also. When I select a few files, it opens the Music Converter, but it has on the background the files selected that were selected in the DMCfs. That's exactly what I want!
Did a bit research and was expecting that DMCfs was calling MusicConverter.exe when I push the "Convert To" button on the toolbar. Instead a new process doesn't get started for showing the converting options.
Is there a way to simply add files to DMC without using the DMCfs?
Can it be done using a COM component? I tried the example, but I get a lot errors. Looks like the COM components doesn't get recognized. In VS I tried add items to the toolbox -> COM components. But something like DMC is not listed.
Or using the commandline?
Or an DLL that I can call?
I like DMC very much! The only thing for me it the above problem I would like to tackle :smile2:
Comment