| View previous topic :: View next topic |
| Author |
Message |
andres992 Junior Member

Joined: 12 Apr 2006 Posts: 85
|
Posted: Wed Apr 12, 2006 3:29 pm Post subject: 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... |
|
| Back to top |
|
 |
Postkutscher Power Member

Joined: 31 Mar 2006 Posts: 556
|
|
| Back to top |
|
 |
Wilhelm M. Power Member


Joined: 05 Jun 2003 Posts: 533
|
Posted: Thu Apr 13, 2006 12:15 am Post subject: |
|
|
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. _________________ Grüße/Regards,
Wilhelm |
|
| Back to top |
|
 |
Postkutscher Power Member

Joined: 31 Mar 2006 Posts: 556
|
Posted: Thu Apr 13, 2006 3:25 am Post subject: |
|
|
| Announce is outdated. Plugin allows wavpack since version 0.95a. Read whatsnew. |
|
| Back to top |
|
 |
Sam_Zen Power Member


Joined: 08 Feb 2005 Posts: 700 Location: NL
|
Posted: Thu Apr 13, 2006 7:15 pm Post subject: |
|
|
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. _________________ 0.618033988 |
|
| Back to top |
|
 |
andres992 Junior Member

Joined: 12 Apr 2006 Posts: 85
|
Posted: Tue Apr 25, 2006 9:06 pm Post subject: |
|
|
| 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. |
I cannot agree.
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. |
|
| Back to top |
|
 |
XPEHOPE3KA Power Member


Joined: 03 Mar 2006 Posts: 809 Location: Saint-Petersburg, Russia
|
Posted: Wed Apr 26, 2006 2:21 am Post subject: |
|
|
2andres992
Completely agree with you. _________________ F6, Enter, Tab, F6, Enter, Tab, F6, Enter, Tab... - I like to move IT, move IT!.. |
|
| Back to top |
|
 |
Sam_Zen Power Member


Joined: 08 Feb 2005 Posts: 700 Location: NL
|
Posted: Wed Apr 26, 2006 6:07 pm Post subject: |
|
|
Good arguments. I agree too _________________ 0.618033988 |
|
| Back to top |
|
 |
andres992 Junior Member

Joined: 12 Apr 2006 Posts: 85
|
Posted: Thu Nov 27, 2008 10:37 am Post subject: |
|
|
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):
| Code: | [WV Pack]
Description="WavPack (only packing)"
Extension=wv
Archiver="wavpack.exe"
Add="%P -l -hh -q -y @%lQ %AQ"
Debug=0
BatchUnpack=0 |
where the path to wavpack should be set according to the actual location, and the corresponding [PackerPlugins] section line for wincmd.ini is:
| Code: | | wv=257,%COMMANDER_PATH%\wcx\MultiArc\multiarc.wcx |
(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). _________________ #68776 Personal Licence |
|
| Back to top |
|
 |
|