After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 311559 - Feature request: the famous 2 sec pauses
Feature request: the famous 2 sec pauses
Status: RESOLVED FIXED
Product: serpentine
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Serpentine Maint
Serpentine Maint
: 314248 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-07-26 06:27 UTC by Dr. Iglói Gábor
Modified: 2005-09-14 14:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dr. Iglói Gábor 2005-07-26 06:27:42 UTC
I would welcome if we could control the pauses in the compilation between the
music files.
Comment 1 Tiago Cogumbreiro 2005-08-14 00:31:23 UTC
Would it suffice if there was a menu entry that would allow the compilation to
include a 2 second pause between _all_ tracks?
Comment 2 Dr. Iglói Gábor 2005-08-14 16:49:57 UTC
I think yes. I think for most people it would be enough to be able to toggle the
2 sec pauses between all tracks on or off.

As far as I know audio CDs were originally designed to include a 2 sec pause
(also called "pre-gap") between every track. In track-at-once mode there will be
these pauses. To have a 0 sec pre-gap you need to burn the cd in disk-at-once
mode - this is useful when you'd like to make an audio cd containing continous
music (music mixes for example). I don't know however if serpentine can burn in
dao mode.
Comment 3 Tiago Cogumbreiro 2005-08-15 10:03:10 UTC
Serpentine uses nautilusburn as its backend to record audio-cd's. nautilusburn
has the option to specify if we want to write in DAO or TAO mode. Currently
serpentine is writing in TAO by default. The question is if in DAO the 2 seconds
disappear, because in TAO we already know they don't.

To change to DAO recording edit line 69 of file preferences.py to:
		self.__write_flags = nautilusburn.RECORDER_WRITE_BURNPROOF |
nautilusburn.RECORDER_WRITE_DISC_AT_ONCE

I don't know how fast I can test this, so if you beat me to it it will be great ;)
Comment 4 Tiago Cogumbreiro 2005-08-15 11:55:22 UTC
OK, I just test it and when you use DAO it's ommiting the 2 seconds. So I just
need to enable it on the GUI.
Comment 5 Tiago Cogumbreiro 2005-08-16 01:40:29 UTC
Commited to SVN.
Comment 6 Tiago Cogumbreiro 2005-09-14 14:03:47 UTC
*** Bug 314248 has been marked as a duplicate of this bug. ***