2025-02-05, 10:13 PM
Hi.
I installed nextool as follows:
- downloaded and unzipped NextTool-2.5.0.zip in my /opt/nextpvr/system/ directory (where my NextPVR program files are located);
- softlinked two files as follows (adapting the linux instructions):
sudo ln -s /opt/nextpvr/system/runtimes/osx-x64/native/libe_sqlite3.dylib
sudo ln -s /opt/nextpvr/system/runtimes/osx/native/libSkiaSharp.dylib
Then I tried to import a file:
dotnet NextTool.dll --import /Volumes/TV/Importing/Grammy.Awards.S01E66.mpg
and got these errors:
Thoughts?
I installed nextool as follows:
- downloaded and unzipped NextTool-2.5.0.zip in my /opt/nextpvr/system/ directory (where my NextPVR program files are located);
- softlinked two files as follows (adapting the linux instructions):
sudo ln -s /opt/nextpvr/system/runtimes/osx-x64/native/libe_sqlite3.dylib
sudo ln -s /opt/nextpvr/system/runtimes/osx/native/libSkiaSharp.dylib
Then I tried to import a file:
dotnet NextTool.dll --import /Volumes/TV/Importing/Grammy.Awards.S01E66.mpg
and got these errors:
Quote:A fatal error was encountered. The library 'libhostpolicy.dylib' required to execute the application was not found in '/opt/nextpvr/system/'.
Failed to run as a self-contained app.
- The application was run as a self-contained app because '/opt/nextpvr/system/NextTool.runtimeconfig.json' was not found.
- If this should be a framework-dependent app, add the '/opt/nextpvr/system/NextTool.runtimeconfig.json' file and specify the appropriate framework.
Thoughts?