audio packer plugins
Moderators: Hacker, petermad, Stefan2, white
audio packer plugins
Has anyone (who can do it) thought of writing plugins for audio packers (especially WavPack)?
I guess that this could be done through MultiArc or some other method, and it could be extremely useful...
I guess that this could be done through MultiArc or some other method, and it could be extremely useful...
-
- Power Member
- Posts: 556
- Joined: 2006-04-01, 00:11 UTC
Plugin exists. It can be found at http://www.totalcmd.net/plugring/wcx_plugin_BitRate_Converter_0.html
- Wilhelm M.
- Power Member
- Posts: 1050
- Joined: 2003-06-05, 10:45 UTC
Following Postkutschers link I find:
"BC allows convert files from several music formats (wav, mp3, ogg, m3u, wma, cda, flac, ape) to mp3. "
No WavPack included
But it is very simple to include WavPack in the Starter Menu of TC.
Command: path\wavpack.exe (+ optional parameters)
Parameters: %P%N
Path has to be adjusted, of course. That's almost as convenient as a plugin.
"BC allows convert files from several music formats (wav, mp3, ogg, m3u, wma, cda, flac, ape) to mp3. "
No WavPack included

But it is very simple to include WavPack in the Starter Menu of TC.
Command: path\wavpack.exe (+ optional parameters)
Parameters: %P%N
Path has to be adjusted, of course. That's almost as convenient as a plugin.
Grüße/Regards,
Wilhelm
Wilhelm
-
- Power Member
- Posts: 556
- Joined: 2006-04-01, 00:11 UTC
I cannot agree.Sam Zen wrote:I think this is coming close to the edge of what one can expect from an app. like TC.
TC is the base of it all, but it doesn't have to offer an alternative for Photoshop or Cubase.
There are several effective programs for audio-conversions, like JetAudio, to do the job.
First, that is what makes Total Commander so exquisite.
And secondly, wavpacking for me is quite similar to zipping (or whatever archive format one uses) for an ordinary user. I have quite many audio files and the plugin really simplified my work. Wavpack frontend (separate GUI for the command-line app) is not exactly meant for mass operations between different directories, therefore the TC plugin came in quite handy.
Thirdly, we are talking about plugins, which are optional. Nobody has to use them if he doesn't want to. And I do not expect TC to natively open wv.
- XPEHOPE3KA
- Power Member
- Posts: 854
- Joined: 2006-03-03, 18:23 UTC
- Location: Saint-Petersburg, Russia
After years of using, I finally decided that AudioConverter was just too big a plugin for such a simple task. 
I made myself a TC toolbar button for wavpacking (I go to a file or select file(s) and press the button). If anyone is interested, the (actually working) parameter string for this is (where -hh and -l are optional).
I also wrote a MultiArc addon for wavpacking (only packing and nothing else, listing is somewhat difficult and pointless with wavpack). The button is more comfortable but just in case, here's the addon (again, "-l -hh -q -y" are optional):
where the path to wavpack should be set according to the actual location, and the corresponding [PackerPlugins] section line for wincmd.ini is:
(where the path should be replaced with the actual one). For unpacking I use wvunpack via Choice Editor (F4 unpacks the wv file to the directory of the original file).

I made myself a TC toolbar button for wavpacking (I go to a file or select file(s) and press the button). If anyone is interested, the (actually working) parameter string for this is
Code: Select all
-hh -l @%L %t
I also wrote a MultiArc addon for wavpacking (only packing and nothing else, listing is somewhat difficult and pointless with wavpack). The button is more comfortable but just in case, here's the addon (again, "-l -hh -q -y" are optional):
Code: Select all
[WV Pack]
Description="WavPack (only packing)"
Extension=wv
Archiver="wavpack.exe"
Add="%P -l -hh -q -y @%lQ %AQ"
Debug=0
BatchUnpack=0
Code: Select all
wv=257,%COMMANDER_PATH%\wcx\MultiArc\multiarc.wcx
#68776 Personal Licence