ripping almost works

This commit is contained in:
chudov
2008-12-01 20:24:16 +00:00
parent a6673c4c2d
commit 9d64805a5e
17 changed files with 1945 additions and 1430 deletions

View File

@@ -337,7 +337,7 @@ namespace CUETools.Ripper.SCSI
{
if (_toc == null)
throw new Exception("invalid TOC");
return (ulong)588 * (_toc[_toc.TrackCount].IsAudio ? _toc[_toc.TrackCount].End + 1 : _toc[_toc.TrackCount - 1].End + 1);
return (ulong)588 * _toc.AudioLength;
}
}
@@ -376,6 +376,11 @@ namespace CUETools.Ripper.SCSI
}
}
public bool UpdateTags(bool preserveTime)
{
return false;
}
public string Path
{
get