Voker57 / qmpdclient

QMPDClient official repository

Home Page:http://bitcheese.net/wiki/QMPDClient

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

potential bug with artist names (lower case cancelling out upper case)

scheunengeist opened this issue · comments

First off, thanks for keeping up the work on QMPDClient. It's a very
nice client, and my first choice for my day-to-day requirements.

I think I may have found a bug. Here's what happened:

I have copied a lot of new files to my music directory and ran an update
on it with "mpc --wait update" (rescanning from within QMPDClient didn't
seem to do anything). Within these new files were some songs of an
artist of which I already had an album in my collection, with only a
slight difference in spelling of the artist's name ("Iron and Wine" vs.
"Iron And Wine").

After the update, I could only find the (new) songs under "Iron and
Wine" (lower-case "and"). The old songs wouldn't show up, as the other
spelling "Iron And Wine" (upper-case "And") is not found/shown anymore
in QMPDClient.

I used mpc and quimup to check my database validity, and those two show both
spellings as separate entries and hence I can access all of the songs.

These are the versions I used:
QMPDClient (latest git snapshot
429c5ef, but was the same with a git
version from 2012-10-13)
mpd 0.17.1
mpc 0.22 (for running the update)
quimup 1.3.0 (for comparison)

Let me know if more information is required. Thank your for your time!

Fixed in 030366d. Sorry for the delay, got lost in my notifications.

Just built and tested, works like a charm.
Thank you for fixing this!