[Musicpd-dev-team] [PATCH] Implement ArtistSort tag

2009-07-09 Thread Bart Nagel
--- src/tag.c |1 + src/tag.h |1 + src/tag_id3.c |8 +++- 3 files changed, 9 insertions(+), 1 deletions(-) diff --git a/src/tag.c b/src/tag.c index 8648c0f..5d47332 100644 --- a/src/tag.c +++ b/src/tag.c @@ -43,6 +43,7 @@ static struct { const char

[Musicpd-dev-team] [PATCH] flac: load external cue sheet when no internal one

2009-07-09 Thread Serge Ziryukin
External cue sheet file for file.flac should be named as file.flac.cue. --- src/decoder/flac_plugin.c | 19 +++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/src/decoder/flac_plugin.c b/src/decoder/flac_plugin.c index 965a8b4..41e0f3a 100644 ---

Re: [Musicpd-dev-team] [PATCH] Implement ArtistSort tag

2009-07-09 Thread Max Kellermann
On 2009/07/09 14:28, Bart Nagel b...@tremby.net wrote: --- src/tag.c |1 + src/tag.h |1 + src/tag_id3.c |8 +++- 3 files changed, 9 insertions(+), 1 deletions(-) Merged, thanks. -- Enter

Re: [Musicpd-dev-team] [PATCH] Implement ArtistSort tag

2009-07-09 Thread Warren Dukes
I see that ArtistSort is some itunes intrudeced tag. There also appears to be an AlbumArtistSort. What are these used for and how are they different from the non-Sort versions? Just curious, not a criticism. :-) Thanks, -warren On Thu, Jul 9, 2009 at 1:02 PM, Max Kellermann m...@duempel.org

Re: [Musicpd-dev-team] [PATCH] Implement ArtistSort tag

2009-07-09 Thread Jeffrey Middleton
A simple use would be turning The Rolling Stones into Rolling Stones, The for the purposes of sorting but not display. Some of this can be done automatically, of course, but not all - there will always be special cases or other languages it doesn't know about. An example for AlbumArtist(Sort)