aboutsummaryrefslogtreecommitdiffstats
path: root/src/song.h
diff options
context:
space:
mode:
authorIgor Vagulin <hidden@address.private.email>2008-10-09 04:48:00 -0700
committerEric Wong <normalperson@yhbt.net>2008-10-09 04:52:39 -0700
commit3456e2de5bf90207d8149a842bb12c3f9bdd218f (patch)
treeb6b77d2fe6e087ca3e2f797721854a9eaec72765 /src/song.h
parentdec65409ba20c653efafbd57d6f74b6d376a9f92 (diff)
downloadmpd-3456e2de5bf90207d8149a842bb12c3f9bdd218f.tar.gz
mpd-3456e2de5bf90207d8149a842bb12c3f9bdd218f.tar.xz
mpd-3456e2de5bf90207d8149a842bb12c3f9bdd218f.zip
song: fix create-db with fs locale differ from latin1 and utf8
> From: Igor Vagulin <hidden@address.private.email> > To: warren.dukes@gmail.com > Date: Wed, 08 Oct 2008 03:09:15 +0400 > CC: jat@spatialrift.net, normalperson@yhbt.net > Subject: mpd bug: create-db with fs locale differ from latin1 and utf8 > > Hi Warren, > > I discover a bug in mpd from trunk. I make a patch and decide to send to > maintainer in hope it may be useful. > > Bug triggers folowing steps: > - Set filesystem_charset to something not latin1 and utf8.(For me > fs-charset was KOI8-R) > - Put some music in music directory with non ascii characters in path. > - run mpg with --create-db option, so mpd will try to find all music > files in music directory. > > Result: music files with non latin characters in path don't added to db. > > Bug happen because function newSong don't translate path into fs charset > before send it to plugin tagDupFuntion. On my machine tagDupFunction > can't find file when it was. Small patch in attach fix problem. Signed-off-by: Eric Wong <normalperson@yhbt.net>
Diffstat (limited to 'src/song.h')
0 files changed, 0 insertions, 0 deletions