Reply To: Failing to pick up some tracks

#17255
EVILRipper
Participant

I remember when debugging an application for firefly, it crashed on non-tagged MP3’s aswell.
I did a search in the db using sqlite client:

SELECT * FROM songs WHERE artist = '' OR title = '';

This query gave all songs without tags.

So I don’t think firefly stores ‘Unknown Artist’ or ‘Unknown Title’ in the db.