Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: batch SFV file creation .{?}.. (Read 11094 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

batch SFV file creation .{?}..

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... .. .

batch SFV file creation .{?}..

Reply #1
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

batch SFV file creation .{?}..

Reply #2
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 ;) }

batch SFV file creation .{?}..

Reply #3
(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

batch SFV file creation .{?}..

Reply #4
Quote
(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... .. .

batch SFV file creation .{?}..

Reply #5
Sweep + fsum
"To understand me, you'll have to swallow a world." Or maybe your words.

batch SFV file creation .{?}..

Reply #6
Quote
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

batch SFV file creation .{?}..

Reply #7
Quote
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
Sweep + fsum
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
Search Google for EasySFV or MooSFV. They are free
thanks ..i had already checked out EasySFV ..but neither of these do batch processing... .. .

batch SFV file creation .{?}..

Reply #8
Try:
Code: [Select]
sweep "fsum -js *.* >verify.sfv"
"To understand me, you'll have to swallow a world." Or maybe your words.

batch SFV file creation .{?}..

Reply #9
Quote
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

batch SFV file creation .{?}..

Reply #10
Quote
..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]

batch SFV file creation .{?}..

Reply #11
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.
daefeatures.co.uk

batch SFV file creation .{?}..

Reply #12
"Advanced CheckSum Verifier" also does what you're asking -- creates recursive SFVs based on folder names. It's a small GUI app.


batch SFV file creation .{?}..

Reply #14
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... .. .

batch SFV file creation .{?}..

Reply #15
p.s. Advanced CheckSum Verifier 1.3.0 works a treat... .. !

 

batch SFV file creation .{?}..

Reply #16
Quote
p.s. Advanced CheckSum Verifier 1.3.0 works a treat... .. !
[a href="index.php?act=findpost&pid=232975"][{POST_SNAPBACK}][/a]