Help - Search - Members - Calendar
Full Version: batch SFV file creation .{?}..
Hydrogenaudio Forums > Hydrogenaudio Forum > General Audio
encosion
hiya... .. .

i haven't used SFVs before ..but decided it's way past due ..is there a program i can use to batch process the SFV file creation process .{?}..

i store my music fairly simply:

<Artist> - <Album Title> [<Year>]/<Track Number> <Song Title>.<Extention>

and i'd like to be able to automate the SFV file creation process so that an SFV file { "verify.sfv" } can be created in each directory... .. .

any suggestions or advice would be much appreciated .{?}..

: :: ::: peace out : tim





P.S. i'm on windows XP unfortunately... .. .
Florian
Have a look at http://cfv.sourceforge.net/. This command line tool is able to create SFV files based on the foldername (cfv -r -C)

If you prefer a GUI application, you can use Mp3tag's export feature to create the SFVs.

Best regards,
~ Florian
encosion
much appreciated florian ..i'll check them both out... .. .

{ i'm not afraid of command lines : but it has been a while since i was on DOS ..so i'll have to see how it goes ;) }
xmixahlx
(cfv's recursive function won't hash specific files)

*NIX:
for dir in *;do cd "$dir";cfv -C -t sfv -f verify.sfv *(EXTENSION);cd ..;done

WIN32:
use sweep
encosion
QUOTE(xmixahlx @ Jul 23 2004, 12:13 PM)
(cfv's recursive function won't hash specific files)

*NIX:
for dir in *;do cd "$dir";cfv -C -t sfv -f verify.sfv *(EXTENSION);cd ..;done

WIN32:
use sweep
when you say 'sweep' ..do you mean : http://www.metadecks.org/software/sweep/index.html : if so it doesn't operate under windows unfortunately... .. .
dev0
Sweep + fsum
collector
QUOTE(encosion @ Jul 23 2004, 05:39 AM)
hiya... .. .
i haven't used SFVs before ..but decided it's way past due ..is there a program i can use to batch process the SFV file creation process .{?}


Search Google for EasySFV or MooSFV. They are free

/c
encosion
QUOTE(Ganymed @ Jul 23 2004, 05:48 AM)
Have a look at http://cfv.sourceforge.net/. This command line tool is able to create SFV files based on the foldername (cfv -r -C)
excellent ..'cfv -r -C -fverify.sfv -tsfv' worked perfectly .[!]... much appreciated... .. .
QUOTE(dev0 @ Jul 23 2004, 03:43 PM)
thanks ..i've just tried 'sweep fsum -js *.* >verify.sfv' in the root 'F:\Music' folder where all my subdirectories live { i.e. 'Joan of Arc - So Much Staying Alive and Lovelessness [2003]' } ..but instead of generating a 'verify.sfv' file in each subdirectory ..it generated a single 'verify.sfv' file in the root folder - where the command was executed - it basically appended each fsum output into one file... .. .
QUOTE(collector @ Jul 23 2004, 03:57 PM)
Search Google for EasySFV or MooSFV. They are free
thanks ..i had already checked out EasySFV ..but neither of these do batch processing... .. .
dev0
Try:
CODE
sweep "fsum -js *.* >verify.sfv"
collector
QUOTE(collector @ Jul 23 2004, 03:57 PM)
Search Google for EasySFV or MooSFV. They are free
QUOTE
thanks ..i had already checked out EasySFV ..but neither of these do batch processing...

Batch processing; I overlooked that request.
I think you could do this with any program that supports commandline processing.

"for %%X in (*.) do md5sum %%X /b > %%X.md5"

This sort of phrase as example.

/c
collector
QUOTE(encosion @ Jul 24 2004, 04:28 AM)
..but neither of these do batch processing... .. .


You could use dsSFV v1.20 from within a batchfile that you will have to write.

http://freezip.cjb.net/freeware

_____________
[collector]
evereux
CRC32/SFV

This is a command line tool which will do the recursive sfv file creation. Unfortunately, it can't yet name the sfv files with the folder titles. I'll have to give the author a nudge about that.
aron
"Advanced CheckSum Verifier" also does what you're asking -- creates recursive SFVs based on folder names. It's a small GUI app.
ProtectYaNeck36
how about QuickSFV?
encosion
you guys are too kind .[!].. i've had a flood of responses .[!]..

like i said earlier : http://cfv.sourceforge.net/ : did the trick for me ..using "cfv -r -C -fverify.sfv -tsfv"

however i'll definitly check out "Advanced CheckSum Verifier" too thanks aron... .. .

i already use QuickSFV ..but unless i'm overlooking something it doesn't do batch processing or recursive directories etc ..but i'm open to correction ..it's great for single file creation and verification though... .. .
encosion
p.s. Advanced CheckSum Verifier 1.3.0 works a treat... .. !
aron
QUOTE(encosion @ Aug 8 2004, 11:13 AM)
p.s. Advanced CheckSum Verifier 1.3.0 works a treat... .. !
*



smile.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.