Arne, FLAC has to be VBR, otherwise size calucation is broken.
diff -urN jack-3.1.1~/jack_helpers.py jack-3.1.1/jack_helpers.py --- jack-3.1.1~/jack_helpers.py 2005-09-26 13:13:34.000000000 +0100 +++ jack-3.1.1/jack_helpers.py 2005-09-26 13:14:13.000000000 +0100 @@ -210,8 +210,8 @@ 'flac': { 'type': "encoder", 'target': "flac", - 'cmd': "flac -o %o %i", - 'otf-cmd': "flac --channels 2 --bps 16 --sample-rate 44100 --force-raw-format --endian=big --sign=signed -o %o -", + 'vbr-cmd': "flac -o %o %i", + 'vbr-otf-cmd': "flac --channels 2 --bps 16 --sample-rate 44100 --force-raw-format --endian=big --sign=signed -o %o -", 'status_blocksize': 160, 'status_start': "%", 'percent_fkt': r""" * David Whitmarsh <[EMAIL PROTECTED]> [2005-09-13 06:19]: > Subject: jack: Wants to delete my flac files instead of renaming them > Package: jack > Version: 3.1.1-7 > Severity: normal > > > Jack wants to delete my flac files instead of renaming them. > > To reproduce: > 1) Rip a cd using 'jack -E flac -Q' > 2) Change into the directory the flac files are in > 3) Change the title of a track in jack.freedb using 'vim jack.freedb' > 4) Attempt to rename the files to reflect the change using 'jack -R' > 5) Panic as jack wants to delete all your flac files > > [EMAIL PROTECTED]:~/jack/Dave Matthews Band/Stand Up$ jack -R > This is jack 3.1.1 (C)2004 Arne Zellentin <[EMAIL PROTECTED]> > *warning* disabling VBR because flac doesn't support it. > > /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ > Dave Matthews Band - Stand Up - 01 - Dreamgirl.flac > Dave Matthews Band - Stand Up - 02 - Old Dirt Hill (Bring That Beat > Back).flac > Dave Matthews Band - Stand Up - 03 - Stand Up (For It).flac > Dave Matthews Band - Stand Up - 04 - American Baby Intro.flac > Dave Matthews Band - Stand Up - 05 - American Baby.flac > Dave Matthews Band - Stand Up - 06 - Smooth Rider.flac > Dave Matthews Band - Stand Up - 07 - Everybody Wake Up (Our Finest Hour > Arrives).flac > Dave Matthews Band - Stand Up - 08 - Out of My Hands.flac > Dave Matthews Band - Stand Up - 09 - Hello Again.flac > Dave Matthews Band - Stand Up - 10 - Louisiana Bayou.flac > Dave Matthews Band - Stand Up - 11 - Stolen Away on 55th & 3rd.flac > Dave Matthews Band - Stand Up - 12 - You Might Die Trying.flac > Dave Matthews Band - Stand Up - 13 - Steady As We Go.flac > Dave Matthews Band - Stand Up - 14 - Hunger for the Great Light.flac > These files will be deleted, continue? n > > -- System Information: > Debian Release: testing/unstable > APT prefers unstable > APT policy: (500, 'unstable'), (500, 'stable') > Architecture: i386 (i686) > Shell: /bin/sh linked to /bin/bash > Kernel: Linux 2.4.29 > Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) > > Versions of packages jack depends on: > ii cdparanoia 3a9.8-11 An audio extraction tool for > sampl > ii flac 1.1.2-3 Free Lossless Audio Codec - > comman > ii python 2.3.5-3 An interactive high-level > object-o > ii python-cddb 1.4-3 Python interface to CD-IDs and > Fre > ii python-eyed3 0.6.6-1 Python module for id3-tags > manipul > ii python-flac 0.0.4-1 Free Lossless Audio Codec > [Python > ii python-pyvorbis 1.3-1 A Python interface to the Ogg > Vorb > ii vorbis-tools 1.0.1-1.5 Several Ogg Vorbis Tools > > jack recommends no packages. > > -- no debconf information -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]