MP-MediaInfo
MP-MediaInfo copied to clipboard
Has any date to update this package for release for .NET 8
I want to know if it is possible to update this package for .net 8, if is right I can make a pull request
Unfortunately this lib is not actively maintained currently, so I guess a PR would be pointless right now. If someone knows another good MediaInfo lib for dotnet, please tell me, as this is crucial for the application I'm building.
I tried to get my own going, but I don't know how to properly provide the native dlls that will be needed.
Referencing the nuget from a NET8 application is still possible.
You get a warning about RID, but it works.
On Windows it works directly with no changes. On a NET8 Linux Docker image, I had to hack my way around it and add this line to my Dockerfile:
COPY --from=build /app/publish/runtimes/debian.11-x64/native/libmediainfo.so ./runtimes/linux-x64/native/
Yeah, I tried running this on Linux Fedora and Ubuntu, but as Michael said, I believe it's better to create another project and start developing with it. From my point of view, this is deprecated. But thanks, everyone, for helping us.