Package: abcde Version: 2.2.3-1 Severity: normal Tags: patch When trying to encode an album by BjÃrk with FLAC, her name appeared as "Bj#rk" in the artist-tag. The directory name was mangled as well.
I found in the metaflac man-page that the "--no-utf8-convert" option must be specified before "--import-vc-from" (which by the way is deprecated. It is called "--import-tags-from" as of flac version 1.1.1). The following patch fixes it for me. --- /usr/bin/abcde 2005-01-29 16:32:49.000000000 +0100 +++ abcde 2005-02-26 16:45:37.000000000 +0100 @@ -358,7 +358,7 @@ *) echo COMMENT="$COMMENTOUTPUT";; esac fi - ) | run_command tagtrack-$1 $METAFLAC --import-vc-from=- --no-utf8-convert "$ABCDETEMPDIR/track$1.$OUTPUT" + ) | run_command tagtrack-$1 $METAFLAC --no-utf8-convert --import-vc-from=- "$ABCDETEMPDIR/track$1.$OUTPUT" ;; spx) run_command tagtrack-$1 true -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (990, 'testing'), (800, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.8-2-686 Locale: LANG=da_DK.UTF-8, LC_CTYPE=da_DK.UTF-8 (charmap=UTF-8) Versions of packages abcde depends on: ii cd-discid 0.9-1 CDDB DiscID utility ii cdparanoia 3a9.8-11 An audio extraction tool for sampl ii flac 1.1.1-5 Free Lossless Audio Codec - comman ii speex 1.0.rel.4-1 The Speex Speech Codec ii vorbis-tools 1.0.1-1.2 Several Ogg Vorbis Tools ii wget 1.9.1-8 retrieves files from the web -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]