I think I have the XA encapsulation down so that it will work in vcdimager
(and others).
This commit is contained in:
@@ -9,3 +9,20 @@ CD-ROM Track List (1 - 1)
|
||||
__________________________________
|
||||
CD Analysis Report
|
||||
Audio CD, CDDB disc ID is 02000401
|
||||
lt-cd-info: Found 1 matches in CDDB
|
||||
Disc ID: 02000401
|
||||
CDDB category: blues (6)
|
||||
Music genre: 'Rock'
|
||||
Year: 0
|
||||
Artist: 'White Zombie'
|
||||
Title: 'Living Dead Girl'
|
||||
Extended data: ' ID3G: 17'
|
||||
Length: 6 seconds
|
||||
Number of tracks: 1
|
||||
Track 1
|
||||
number: 1
|
||||
frame offset: 150
|
||||
length: 4 seconds
|
||||
artist: 'White Zombie'
|
||||
title: 'hit mania dance champions 2001'
|
||||
extended data: ''
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
#!/bin/sh
|
||||
#$Id: check_cue.sh.in,v 1.5 2003/08/31 06:59:23 rocky Exp $
|
||||
if test -n "@CDDB_LIB@" ; then
|
||||
#$Id: check_cue.sh.in,v 1.6 2003/08/31 08:32:40 rocky Exp $
|
||||
if test -z "@CDDB_LIB@" ; then
|
||||
cddb_opt='--no-cddb'
|
||||
fi
|
||||
|
||||
if test -n "@VCDINFO_LIBS@" ; then
|
||||
if test -z "@VCDINFO_LIBS@" ; then
|
||||
vcd_opt='--no-vcd'
|
||||
else
|
||||
vcd_opt='--iso9660'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
#$Id: check_nrg.sh.in,v 1.4 2003/08/31 06:59:23 rocky Exp $
|
||||
#$Id: check_nrg.sh.in,v 1.5 2003/08/31 08:32:40 rocky Exp $
|
||||
|
||||
if test -n "@VCDINFO_LIBS@" ; then
|
||||
if test -z "@VCDINFO_LIBS@" ; then
|
||||
vcd_opt='--no-vcd'
|
||||
else
|
||||
vcd_opt='--iso9660'
|
||||
|
||||
@@ -56,5 +56,16 @@ ISO9660 filesystem
|
||||
- ----1xrxrxr 0 0 [fn 00] [LSN 184] 24 PSD.VCD;1
|
||||
|
||||
XA sectors Video CD
|
||||
format: VCD 2.0
|
||||
album id: `'
|
||||
volume count: 1
|
||||
volume number: 1
|
||||
system id: `CD-RTOS CD-BRIDGE'
|
||||
volume id: `MONVOISIN'
|
||||
volumeset id: `'
|
||||
publisher id: `'
|
||||
preparer id: `'
|
||||
application id: `CDI/CDI_VCD.APP;1'
|
||||
|
||||
session #2 starts at track 2, LSN: 1251, ISO 9660 blocks: 1101
|
||||
ISO 9660: 1101 blocks, label `MONVOISIN '
|
||||
|
||||
@@ -81,5 +81,16 @@ ISO9660 filesystem
|
||||
- ----1xrxrxr 0 0 [fn 00] [LSN 184] 72 PSD.VCD;1
|
||||
|
||||
XA sectors Video CD
|
||||
format: VCD 2.0
|
||||
album id: `LOEKI'
|
||||
volume count: 1
|
||||
volume number: 1
|
||||
system id: `CD-RTOS CD-BRIDGE'
|
||||
volume id: `V0469'
|
||||
volumeset id: `'
|
||||
publisher id: `LAURENS KOEHOORN'
|
||||
preparer id: `LKVCDIMAGER 5.0.7.10(WIN32)'
|
||||
application id: `'
|
||||
|
||||
session #2 starts at track 2, LSN: 1182, ISO 9660 blocks: 1032
|
||||
ISO 9660: 1032 blocks, label `V0469 '
|
||||
|
||||
Reference in New Issue
Block a user