NextPVR Forums

Full Version: issue for NextTool on Linux
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
installed from instructions here: https://forums.nextpvr.com/showthread.php?tid=63897


Code:
$ sudo -u nextpvr /opt/dotnet/dotnet /opt/nextpvr/system/NextTool.dll --import ./Citizen\ Kane\ \(1941\)/
NEXTPVR_INSTALLDIR /opt/nextpvr/system/
NEXTPVR_DATADIR /opt/nextpvr/system/data/
NEXTPVR_DATADIR_USERDATA /var/opt/nextpvr/
Folder: Citizen Kane (1941)
Unhandled exception. System.IO.FileNotFoundException: Could not load file or assembly 'MediaInfo.DotNetWrapper, Version=1.0.7.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

File name: 'MediaInfo.DotNetWrapper, Version=1.0.7.0, Culture=neutral, PublicKeyToken=null'
  at NextTool.Program.ImportFiles()
  at NextTool.Program.Main(String[] args)
  at NextTool.Program.<Main>(String[] args)


Aborted


Please help.  Thank you.
Yes sub removed that file somewhere along the way and I have fixed that for netcore 6 but I didn't realize that it wasn't in the Linux package I noted it was still is in the Windows zip file. I will backport the change I made to remove the dependency and do a proper release over the weekend. Until then I have updated the wiki to include that dll.

Also if you have a Windows install it will be the Windows folder. "C:\Program Files\NextPVR\MediaInfo.DotNetWrapper.dll"

Thanks for the report.

Martin
I copied MediaInfo.DotNetWrapper.dll from the installation zip at https://nextpvr.com/stable/win64/NVPR.zip into /opt/nextpvr/system/ and everything works.  
I will test again without the dll in place when the update is available to make sure the dependency has been removed.

Thanks Marin!

John
Thanks for confirming. I have uploaded 1.1.10 with the backport to the wiki.

Martin