Skip to content

Metadata documentation #101

Open
Open
@ror3d

Description

@ror3d

In the documentation about providing metadata via the command line https://github.com/cyanreg/cyanrip?tab=readme-ov-file#metadata

It uses tag="..." with double quote " as a string delimiter. Looking at the code from libavutil, this is wrong, it should be using single quotes ' instead:

Function call used to parse the string in libavdict https://github.com/FFmpeg/FFmpeg/blob/master/libavutil/dict.c#L186
Which calls av_get_token, and here's highlighted the section where it checks for single quote and takes any text until a new single quote is reached: https://github.com/FFmpeg/FFmpeg/blob/master/libavutil/avstring.c#L157-L163

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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