SongKong Jaikoz

SongKong and Jaikoz Music Tagger Community Forum

Many songs not fingerprinted "No output received"

Hi There,

I have realy A LOT entrys in stdout/logfile that have been logged with:
“com.jthink.songkong.analyse.acoustid.AcoustId:generateFingerprint:WARNING: Unable to create AcoustID Fingerprint for:::No output received”

All they have not been fingerprinted and so also not matched and moved. But how can i make them getting fingerprinted? When i tell acoustid-fingerprinter to analyse them it works without any error-output and seems to work and submit fine. Any idea?

Do you need any further Information to the failed files to analyse that?

Regards,
Thomas

It’s either

File name
File format
File length

Not sure which without more info

One example of all of those:
ls -l “03 - Ben Folds - Jesusland.mp3” returns:
-rwxrwxrwx+ 1 songkong users 6488318 Sep 29 2013 03 - Ben Folds - Jesusland.mp3
So permissions should not be the problem.
Name does also not contain any special-chars or something like that.
Size (and duration): 6.488.318byte should also be above minimum

mp3check -l “03 - Ben Folds - Jesusland.mp3” returns:
mpeg 1.0 layer 3
44.1kHz 192kbps
joint stereo no emph
duration: 4:30.34
id3: 1.1

I can’t find anything problematic or extraordinary here, can you? :slight_smile:

Nothing obvious, perhaps you could send me your support files then (Help:Create Support Flles)

thanks Ive sent you an email.

It worked ok on Windows and now Ive tried it on an Ubuntu Linux machine and it worked okay there as well getting both fingerprint and acoustid so Im not clear what the problem is.

You could try putting these problematic files in one folder and then running the fpcalc tool (the fingerprint creator) directly as follows

cd SongKong
./fpcalc_linux64 /tmp/music/*

and see what you get.