

SFVDIZ
~

Small utility to extract file_id from .sfv files with @BEGIN_FILE_ID.DIZ
@END_FILE_ID.DIZ structure inside. Could use txtdiz, but this also
removes the comments mandatory for sfv files.


Example .sfv
~

; Hello this is some other comment not in the diz
;
; @BEGIN_FILE_ID.DIZ
; This is the file_id for the sfv.
; Another line here.
; And some more stuff
; @END_FILE_ID.DIZ
;
file.r00 12345678
file.r01 12345678
file.rar 12345678


Building
~

gcc -o sfvdiz sfvdiz.c

The included sfvdiz binary is build with the -static option.


Cheers,
Flo
