Package: abcde
Version: 2.5.4-1
Severity: normal

Dear Maintainer,

I ran into this weird situation with abcde:

When I set OUTPUTDIR to /home/laiti/flac, a directory '/home/laiti/flac/flac'
is created and files go there.
When I set OUTPUTDIR to /home/laiti/music, the files go to /home/laiti/music.

So on the first case abcde creates an extra directory 'flac' into the OUTPUTDIR
I’ve set and puts the files there.

So far I’ve found only this ugly workaround for the situation: $ cd
/home/laiti/flac && ln -s . flac.


laiti@nark:~$ cat .abcde.conf
CDDBPROTO=6
CDDBLOCALDIR=~/.cddb
CDDBCOPYLOCAL=y
FLACENCODERSYNTAX=flac
FLACOPTS='-8 -V'
CDROMREADERSYNTAX=cdparanoia
KEEPWAVS=n
CDSPEEDVALUE=8
SHOWCDDBFIELDS=year,genre
OUTPUTDIR=/home/laiti/flac
WAVOUTPUTDIR=/home/laiti/wav
KEEPWAVS=n
OUTPUTTYPE=flac
OUTPUTFORMAT='${OUTPUT}/${ARTISTFILE}/${CDYEAR}_${ALBUMFILE}/${TRACKNUM}_-_${TRACKFILE}'
VAOUTPUTFORMAT='${OUTPUT}/kokoelmat/${YEARFILE}_${ALBUMFILE}/${TRACKNUM}_-_${TRACKFILE}'
MAXPROCS=2
COMMENT='abcde-flac'
EJECTCD=y

# terrible mess of tr and sed to create a safe, lowercase filename
mungefilename ()
{
      echo "$@" | tr \ / __ | tr \.\‐\$\!\'\’\”\“\"\?\&\;\:\,\[\]\(\) _
| tr -d \[:cntrl:\] | tr "[:upper:]" "[:lower:]" | sed s/[ÄÅäå]/a/g | sed
s/[ÖÕØöõø]/o/g | sed s/[Üü]/u/
}

mungegenre ()
{
       echo $CDGENRE | tr "[:upper:]" "[:lower:]"
}


Reported also for Ubuntu:
https://bugs.launchpad.net/ubuntu/+source/abcde/+bug/979228



-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages abcde depends on:
ii  cd-discid     1.3.1-1
ii  cdparanoia    3.10.2+debian-10.1
ii  flac          1.2.1-6
ii  vorbis-tools  1.4.0-1
ii  wget          1.13.4-3

Versions of packages abcde recommends:
ii  bsd-mailx [mailx]               8.1.2-0.20111106cvs-1
ii  libmusicbrainz-discid-perl      0.03-1+b2
ii  libwebservice-musicbrainz-perl  0.93-1
ii  perl [libdigest-sha-perl]       5.14.2-20
ii  vorbis-tools                    1.4.0-1

Versions of packages abcde suggests:
pn  atomicparsley    <none>
pn  distmp3          <none>
ii  eject            2.1.5+deb1+cvs20081104-13
pn  eyed3            <none>
pn  id3              <none>
pn  id3v2            <none>
pn  mkcue            <none>
pn  mp3gain          <none>
pn  normalize-audio  <none>
pn  vorbisgain       <none>

-- no debconf information


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to