For my LyricsFinder interface plug-in I have created this MJP v1 file that I can't get to work properly:
[Package]
Name=LyricsFinder
Action=UNZIPDIR|SAVE_DIR_STRUCT
Version=1.3.2
URL=https://github.com/hardolf/JRiver.MediaCenter/releases/download/v1.3.2/LyricsFinderFiles.1.3.2.zip
[Action]
File1=*.*
File1Action1=COPY_PLUGINDIR
File2=LyricsFinder\LyricsFinderPlugin.dll
File2Action1=REGISTER
File3=LyricsFinder\LyricsFinderCore.dll
File3Action1=REGISTER
The MJP file content is based on this old info:
My MJP and ZIP files are located on GitHub, as indicated by the URL:
When clicking on the MJP file in the browser and acknowledging the execute message, the ZIP file is correctly unpacked and the contents placed in the plug-in folder, as it should (in C:\Program Files\J River\Media Center 25\Plugins\LyricsFinder\).
However, I observe 2 problems:
- The DLL's won't register
- The Media Center log file is no help in tracking the problem
This is the message I get when trying to run the MJP file from the browser:
Failed to install packageMore Info: Failed to register object.C:\Program Files\J River\Media Center 25\Plugins\LyricsFinder\LyricsFinderPlugin.dllURL: C:\Users\BHJ\AppData\Local\Temp\LyricsFinderFiles.1.3.2.zipI believe that nothing is wrong with the LyricsFinder interface plug-in itself, as it is working fine when installed using the Setup file in the same GitHub location as the MJP file.
My PC is running Windows 10 Pro, version 1909.
I would really appreciate if anyone can explain to me what I am doing wrong...