alt.binaries.sounds.lossless.classicalShow header Prev. Next
Waldteufel - The Best of Emile Waldteufel, Vols 1 to11 (MarcoPolo) [001/200] - "Waldteufel - The Best of Emile Waldteufel - Poster's Note.txt" (1/1) Easynews - www.easynews. ..
PharosIlluminans (no@spam.org) 2019/06/23 07:54


Waldteufel - The Best of Emile Waldteufel - Poster's Note.txt
Source: Tidal lossless rip using Athame

Processing: Just metadata (added information, make fields consistent,...)

Label: Marco Polo (now part of Naxos)



I like unusual, rare and esoteric music. 'Waldteufel' is Forest Devil in German, and has been relegated to history as a 2nd rate Strausss family knockoff. The Marco Polo recordings seem to be the only large scale proudction of his compositions, and I doubt there will be any more records devoted to Wladteufel in the future. Classical music now is all about the performer, not the composer :(

I discovered and modified a script that let be create par sets in directories recursively. It requires Multipar, the successor to Quickpar: http://hp.vector.co.jp/authors/VA021385/
Save this as a .bat and copy it to the root of the folder with the data you want to par-ize. Modify path to Multipar command line. Run.

@ECHO OFF

REM this command script requires Windows 2000/XP

SETLOCAL

REM set options for PAR2 client

SET par2_path=C:\Utility\Multipar\par2j64.exe
rem SET par2_blocks=800
SET par2_redundancy=10

REM recursive search of sub folders

PUSHD %1
FOR /D /R %%G IN (*.*) DO CALL :ProcessFolder "%%G" "%%~NG"
POPD

PAUSE
GOTO :EOF

REM create PAR2 files in each sub folders

:ProcessFolder
PUSHD %1
%par2_path% c -rr%par2_redundancy% -fo -sm384000 -lc47 -m4 -rd2 -lr100 "%~2.par2" *
POPD

GOTO :EOF

ENDLOCAL

Next Prev. Article List         Favorite