2019-09-02, 04:48 PM
BrettB Wrote:Martin,
I'm finally getting around to installing the NextEnd v5 trial. So far, a couple of suggestions:
1. In your installation post, maybe include a link to download and installed the .NET Core runtime files. Here's what I used: https://dotnet.microsoft.com/download/th...-installer
Brett, thanks for the feedback.
Until .netcore is ubiquitous I wanted users to some research some dotnet options but now that sub is distibuting NScriptHelper that also requires the full runtime, a link somewhere is useful. This one is probably better since it will work for x86 users too. https://dotnet.microsoft.com/download/dotnet-core/2.2
Quote:2. Maybe address the question of why you would or would not want to install it?
I always installed v4 with the binaries there were two reasons I didn't go with that as my first choice for v5.
1. Users might delete the folder as part of a v5 beta release upgrade.
2. Unlike .net framework sub distributes just the dll's he needs (the correct approach). NextEnd requires one he doesn't send out System.Configuration.ConfigurationManager.dll and I wanted to try and isolate this in case it changes anything later on.
BrettB Wrote:OK. I'm also confused about which directory to use for the "Unzip attached zip file into a folder Plugins/NextEnd in the v5 user data folder." It may be because I've been testing since the early days of v5 and sub's moved the default location of the Data directory.
I've got a "data" folder in my C:\Program Files\NextPVRv5 folder as well as the C:\Users\Public\NextPVR-data folder. And neither of them have a "Plugins" folder. Which is fine--I can create it. I'm pretty sure that for my install, NextPVR is using the C:\Users\Public\NextPVR-data folder since that's where my scripts that are being run are located. So I'm thinking that I should put it there?
I can't only tell you that it is USER data directory not the static PROGRAM data directory
It will show in the logs at the beginning when you see the locations of the database.
2019-08-29 20:51:08.462 [DEBUG][1] Database: C:\Users\Public\NPVR-data\npvr.db3
Martin