| Vorheriges Thema anzeigen :: Nächstes Thema anzeigen |
| Autor |
Nachricht |
andres992 Junior Member

Anmeldungsdatum: 12.04.2006 Beiträge: 85
|
Verfasst am: Mi Apr 12, 2006 3:29 pm Titel: 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... |
|
| Nach oben |
|
 |
Postkutscher Power Member

Anmeldungsdatum: 31.03.2006 Beiträge: 556
|
|
| Nach oben |
|
 |
Wilhelm M. Power Member


Anmeldungsdatum: 05.06.2003 Beiträge: 533
|
Verfasst am: Do Apr 13, 2006 12:15 am Titel: |
|
|
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 |
|
| Nach oben |
|
 |
Postkutscher Power Member

Anmeldungsdatum: 31.03.2006 Beiträge: 556
|
Verfasst am: Do Apr 13, 2006 3:25 am Titel: |
|
|
| Announce is outdated. Plugin allows wavpack since version 0.95a. Read whatsnew. |
|
| Nach oben |
|
 |
Sam_Zen Power Member


Anmeldungsdatum: 08.02.2005 Beiträge: 700 Wohnort: NL
|
Verfasst am: Do Apr 13, 2006 7:15 pm Titel: |
|
|
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 |
|
| Nach oben |
|
 |
andres992 Junior Member

Anmeldungsdatum: 12.04.2006 Beiträge: 85
|
Verfasst am: Di Apr 25, 2006 9:06 pm Titel: |
|
|
| Sam Zen hat folgendes geschrieben: | 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. |
|
| Nach oben |
|
 |
XPEHOPE3KA Power Member


Anmeldungsdatum: 03.03.2006 Beiträge: 809 Wohnort: Saint-Petersburg, Russia
|
Verfasst am: Mi Apr 26, 2006 2:21 am Titel: |
|
|
2andres992
Completely agree with you. _________________ F6, Enter, Tab, F6, Enter, Tab, F6, Enter, Tab... - I like to move IT, move IT!.. |
|
| Nach oben |
|
 |
Sam_Zen Power Member


Anmeldungsdatum: 08.02.2005 Beiträge: 700 Wohnort: NL
|
Verfasst am: Mi Apr 26, 2006 6:07 pm Titel: |
|
|
Good arguments. I agree too _________________ 0.618033988 |
|
| Nach oben |
|
 |
andres992 Junior Member

Anmeldungsdatum: 12.04.2006 Beiträge: 85
|
Verfasst am: Do Nov 27, 2008 10:37 am Titel: |
|
|
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 |
|
| Nach oben |
|
 |
|