ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Aleksandr Blohin <sass@uustoll.ee>
To: devel@altlinux.ru
Subject: Re: [devel] Xcdroast
Date: Tue, 12 Mar 2002 20:43:49 +0200
Message-ID: <20020312204349.2fca6d2e.sass@uustoll.ee> (raw)
In-Reply-To: <20020312144121.GA30504@ldv.office.alt-linux.org>

[-- Attachment #1: Type: text/plain, Size: 1320 bytes --]

On Tue, 12 Mar 2002 17:41:21 +0300
"Dmitry V. Levin" <ldv@alt-linux.org> wrote:

DVL> Откуда такая информация?

Сам проверял.
Вот вывод от cdda2wav-1.10 (final)

[sass@sass i686]$ cdda2wav -D 0,0,0
Type: ROM, Vendor '_NEC    ' Model 'CD-ROM CD-3002A ' Revision 'C000' MMC+CDDA
724992 bytes buffer memory requested, 4 buffers, 75 sectors
#Cdda2wav version 1.10_linux_2.4.18-01-sass_i686_i686 real time sched. soundcard support
 DATAtrack recorded      copy-permitted tracktype
      1- 1 uninterrupted             no      data
Table of Contents: total tracks:1, (total time 56:41.56)
  1.[56:39.56],

Table of Contents: starting sectors
  1.(       0), lead-out(  254981)
CDINDEX discid: GlngE2euc2Tg0rQm6epWMJfJxPk-
CDDB discid: 0x020d4701
CD-Text: not detected
CD-Extra: not detected
This disk has no audio tracks
[sass@sass i686]$

А вот от cdda2wav-1.11a17

[sass@sass i686]$ cdda2wav -D 0,0,0
Type: ROM, Vendor '_NEC    ' Model 'CD-ROM CD-3002A ' Revision 'C000' MMC+CDDA
724992 bytes buffer memory requested, 4 buffers, 75 sectors
#Cdda2wav version 1.11a17_linux_2.4.18-alt1-sass_i686_i686 real time sched. soundcard support
This disk has no audio tracks

Это проявляется с версии 1.11а13
Патч исправляющий это поведение приложен.

--
Best regards
AB
--
				... In nomine Altli, et Ctrli, et Spititus Deli, Reset!


[-- Attachment #2: cdda2wav-toc.patch --]
[-- Type: text/plain, Size: 516 bytes --]

--- cdrtools-1.11/cdda2wav/cdda2wav.c	Tue Mar 12 20:26:23 2002
+++ cdrtools-1.11/cdda2wav/cdda2wav.c	Tue Mar 12 20:26:46 2002
@@ -2122,13 +2122,11 @@
 
   atexit ( CloseAll );
 
-  if ( FirstAudioTrack () == -1 ) {
-    if (no_disguised_audiotracks()) {
-      FatalError ( "This disk has no audio tracks\n" );
-    }
-  }
+  DisplayToc ();
+
+  if ( FirstAudioTrack () == -1 )
+    FatalError ( "This disk has no audio tracks\n" );
 
-  DisplayToc();
   Read_MCN_ISRC();
 
   /* check if start track is in range */

      reply	other threads:[~2002-03-12 18:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-12  9:42 Aleksandr Blohin
2002-03-12 10:39 ` cornet
2002-03-12 14:22   ` Re[2]: " Aleksandr Blohin
2002-03-13  7:46   ` Aleksandr Blohin
2002-03-12 14:41 ` Dmitry V. Levin
2002-03-12 18:43   ` Aleksandr Blohin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020312204349.2fca6d2e.sass@uustoll.ee \
    --to=sass@uustoll.ee \
    --cc=devel@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git