MediaInfoLib icon indicating copy to clipboard operation
MediaInfoLib copied to clipboard

Implement Set Function

Open F4n4t opened this issue 2 years ago • 1 comments

I noticed that there is a not yet implemented Set Method in the MediaInfoDLL.

I use MediaInfoLib to parse Bluray Images and since the Language is not available in the .m2ts files, i wanted to set it manually. It would also be useful to set the filename for files opened with OpenBuffer.

Currently i parse the JSON and include the missing Information there. But it would be neat if one could Set the information directly and retrieve the TEXT/JSON/XML Output with Inform.

F4n4t avatar Jun 19 '22 03:06 F4n4t

We have MediaInfo::Option("File_FileName", "xxx") for setting the file name but not yet something generic.

JeromeMartinez avatar Jun 28 '22 07:06 JeromeMartinez