Skip to content

DDPBluRay 1280kbps with a DD core will have issues detecting proper format #214

@jesterr0

Description

@jesterr0

Below will resolve that

def safe_get_audio_format(a_track: Track) -> str:
    if a_track.other_format and isinstance(a_track.other_format, list):
        return a_track.other_format[0]
    else:
        return a_track.format

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions