Reply To: Playlist Debugging

#4091
rpedde
Participant

Dunno. Should be updating playlist item counts after every scan.

You can always enter that query manually:

select count(*) from songs where genre like ‘%rock%’ or genre like ‘%pop%’ or genre like ‘%alt%’