Skip to content

gdrom chds files will fail with a 'NoTracks' error #4

Description

@i30817

This function:

pub fn cd_tracks(metadata: &[ChdMetadata]) -> Result<Vec<CdTrackInfo>, text_io::Error> {

only considers cd rom tracks as tracks

and this code:

let chd_tracks = track_metadata::cd_tracks(&metadata[..])?;

then sends a error if a chd gdi is opened.

Is the code not ready to use the other functions for gdi chds?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions