fingerprint files (.ffp) checksums #157
Replies: 10 comments 1 reply
-
Technically it's possible to support I downloaded FLAC command line tools and format RFC 9639. If it's not so difficult to implement, I will try.
I don't know how people use Then, these music files and |
Beta Was this translation helpful? Give feedback.
-
|
From reading RFC 9639, Though FLAC is open source, it's difficult to add FLAC decoder in my |
Beta Was this translation helpful? Give feedback.
-
This is a good idea. Thanks John L. Galt for the suggestion. To test FLAC files, I made samples to test verification of FLAC files. FLAC Fingerprint files are supported as same as .SFV or .MD5 files. Their file extension must be ".ffp" or end with "ffp.txt". I put the sample package (MultiPar_sample_2025-11-19.zip) in "MultiPar_sample" folder on OneDrive. You may test the behavior. Because I don't know well about FLAC Fingerprint files, it may not recognize all kind of file formats. If there is a problem of example file, let me know. If there is no problem, I will add this feature officially. |
Beta Was this translation helpful? Give feedback.
-
|
I updated sample |
Beta Was this translation helpful? Give feedback.
-
|
Sorry, I am not technical in any way.
I requested the inclusion of .ffp file verification as the app I currently
use is way out of date.
Multipar already seems to cover pretty much every other verification file I
have come across.
I did try to use the shared files but I didn't have any joy
…On Wed, 26 Nov 2025 at 03:04, Yutaka Sawada ***@***.***> wrote:
I updated sample sfv_md5.exe. When there are many FLAC files, you may
cancel creation or verification at each file. It supports filename with
space. I add FLAC usage in command-line manual. I put the sample package
(MultiPar_sample_2025-11-26.zip) in "MultiPar_sample" folder on OneDrive
<https://1drv.ms/f/c/8eb5bd32c534a1d1/QtGhNMUyvbUggI7HAQAAAAAABdlB3LO9PSHL-A>.
If there is a problem, let me know.
—
Reply to this email directly, view it on GitHub
<#157 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/B2H47QLFWMUVC23STTLO6TT36UKC7AVCNFSM6AAAAACMHZL4EKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKMBYGEZDQNA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
From the sample package (MultiPar_sample_2025-11-26.zip), you extract 4 files ( Though I tried to decode and calclate MD5 for flac data by using libfoxenflac, the process was 5 times slower than using |
Beta Was this translation helpful? Give feedback.
-
|
Ok, I'll check it out.
…On Fri, 28 Nov 2025 at 02:06, Yutaka Sawada ***@***.***> wrote:
From the sample package (MultiPar_sample_2025-11-26.zip), you extract 4
files (MultiPar.exe,sfv_md5.exe, flac.exe, and libFLAC.dll) and put them
in MultiPar folder. If there is a problem, post the detail. Example of the
.ffp file or screen-shop would be helpful.
Though I tried to decode and calclate MD5 for flac data by using
libfoxenflac <https://github.com/astoeckel/libfoxenflac>, the process was
5 times slower than using flac.exe. libFLAC seems to use SIMD internally.
So, sfv_md5.exe calls flac.exe for testing FLAC files. When there is no
flac.exe, MultiPar shows Unknown status at verifying with a .ffp file.
—
Reply to this email directly, view it on GitHub
<#157 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/B2H47QOX4LEHOOA7SPXN42T366UY5AVCNFSM6AAAAACMHZL4EKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKMJQGE2TKMA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
Woohoo, that works.
Arigato Gozaimasu
…On Mon, 1 Dec 2025 at 10:44, sir dausied ***@***.***> wrote:
Ok, I'll check it out.
On Fri, 28 Nov 2025 at 02:06, Yutaka Sawada ***@***.***>
wrote:
> From the sample package (MultiPar_sample_2025-11-26.zip), you extract 4
> files (MultiPar.exe,sfv_md5.exe, flac.exe, and libFLAC.dll) and put them
> in MultiPar folder. If there is a problem, post the detail. Example of the
> .ffp file or screen-shop would be helpful.
>
> Though I tried to decode and calclate MD5 for flac data by using
> libfoxenflac <https://github.com/astoeckel/libfoxenflac>, the process
> was 5 times slower than using flac.exe. libFLAC seems to use SIMD
> internally. So, sfv_md5.exe calls flac.exe for testing FLAC files. When
> there is no flac.exe, MultiPar shows Unknown status at verifying with a
> .ffp file.
>
> —
> Reply to this email directly, view it on GitHub
> <#157 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/B2H47QOX4LEHOOA7SPXN42T366UY5AVCNFSM6AAAAACMHZL4EKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKMJQGE2TKMA>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***
> com>
>
|
Beta Was this translation helpful? Give feedback.
-
|
Thank you for tests. I uploaded the new .EXE files ( |
Beta Was this translation helpful? Give feedback.
-
|
Thank you!
…On Wed, 3 Dec 2025 at 01:41, Yutaka Sawada ***@***.***> wrote:
Thank you for tests. I uploaded the new .EXE files (MultiPar.exe and
sfv_md5.exe) on github's alpha version directory
<https://github.com/Yutaka-Sawada/MultiPar/tree/master/alpha>. If someone
want to use FLAC Fingerprint on MultiPar, he needs to put flac.exe and
libFLAC.dll in the MultiPar folder or somewhere PATH variable environment
(such like Windows/System32). He may download them from FLAC official
download page <https://xiph.org/flac/download.html>.
—
Reply to this email directly, view it on GitHub
<#157 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/B2H47QMWXRK6HHR4CIBEVCD37Y5UPAVCNFSM6AAAAACMHZL4EKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKMJUGE4TSMQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Would it be possible to add these to multipar?
I always struggle to verify files using .ffp
Beta Was this translation helpful? Give feedback.
All reactions