2020-05-16, 08:50 PM
or spaces in the names? Not sure this is a factor, just looking for possible aspects.
2020-05-16, 08:50 PM
or spaces in the names? Not sure this is a factor, just looking for possible aspects.
2020-05-16, 08:52 PM
(2020-05-16, 08:50 PM)sub Wrote: or spaces in the names? Not sure this is a factor, just looking for possible aspects. Yes. They do have spaces in the names. Here's the list from the config.xml: Code: <ExtraRecordingDirectories>Recordings~D:\NPVR Recordings~Recordings2~E:\NPVR Recordings2~Recordings3~F:\NPVR Recordings3~Recordings4~G:\NPVR Recordings4~Archive~F:\Videos\~</ExtraRecordingDirectories>
2020-05-16, 11:35 PM
Nah, that should be fine.
2020-12-31, 02:37 PM
(2020-05-16, 07:23 PM)BrettB Wrote:(2020-05-16, 06:37 PM)sub Wrote: If you try archiving again from knewc, does it have the same problem? ie, is it doing this consistently. Hi Apologies for butting in and any misunderstandings with how to go about this: I would like to reignite this thread as I have installed knewc and I have the same problem of not being able to archive. I have tried with several directories created as alternative save paths and several files. I'm testing on a windows version of kodi as front end to my linux installation of NextPVR and I'm afraid I don't know where to find logs like BrettB showed as above. I was originally using knewc from repository.nextpvr.kodi-plugins-1.07 but I found the latest (?) version so updated to this: script.kodi.knewc-2.9.1 I get the same problem in both; I can click through all the way (including choosing which directory to archive to) to the dialog box which says "Do you want to move this file to archive" and then get a message box saying "An error occurred" Hope you can give some pointers on where to find an informative log and what may be going wrong. Thanks Stuart
2020-12-31, 02:41 PM
On linux you will need to make sure that the server has permissions to write to alternate folder. https://forums.nextpvr.com/showthread.ph...#pid524823
For knew the repo zip is different from the addon and 1.07 is correct. Firs you install the repo, and then you can add knew from the repo not from the zip. This way updates are done automatically. Logs https://github.com/sub3/NextPVR/wiki/get-help Martin
2021-01-09, 03:44 PM
(2020-12-31, 02:37 PM)anotherstuart Wrote:(2020-05-16, 07:23 PM)BrettB Wrote:(2020-05-16, 06:37 PM)sub Wrote: If you try archiving again from knewc, does it have the same problem? ie, is it doing this consistently. Sub, a little bump here since I think you're going to be looking at the Remote UI code. I was moving some recordings around this week to free up a drive. And re-discovered that initiating archiving from the Remote UI isn't working. Unlike what Stuart just described but like what I was seeing before, I don't get any error displayed on the client. However, the files don't get moved. When I used the nextpvr.exe client on the windows server, it works fine. I'll do a server restart and a kodi/knewc restart to get fresh logs shortly and post for you.
2021-01-09, 04:16 PM
(2021-01-09, 03:44 PM)BrettB Wrote: I'll do a server restart and a kodi/knewc restart to get fresh logs shortly and post for you. Did the fresh start, grab logs thing. Both examples have 2 attempts: first archive a folder (In an Instant) then archive a single recording (Health + Happiness...). First set are from knewc/kodi/RPi. And they show that the selected destination directory isn't being passed in the Archive Recording call: Code: 2021-01-09 09:50:37.373 [DEBUG][13] ArchiveRecording(15774:In an Instant, ) Code: 2021-01-09 09:51:30.448 [DEBUG][15] ArchiveRecording(15271:Health + Happiness With Mayo Clinic, ) Second set are from the nextpvr.exe client and they show the destination directory being pass and the archive working: Code: 2021-01-09 09:52:48.356 [DEBUG][22] ArchiveRecording(15774:In an Instant, Recordings4) Code: 2021-01-09 09:53:22.661 [DEBUG][23] ArchiveRecording(15271:Health + Happiness With Mayo Clinic, Recordings4) 2 other minor things I found in the process:
-Brett
2021-01-09, 06:03 PM
(2021-01-09, 04:16 PM)BrettB Wrote: 2 other minor things I found in the process: Have now done a few more archives, it seems like #2 where the folder doesn't get deleted is more of an anomaly. Most of the time it does, but sometimes not. I'm not sure why. Here's one that did: Code: 2021-01-09 11:52:25.134 [DEBUG][12] Also moving: F:\NPVR Recordings3\Law & Order Special Victims Unit\Law & Order Special Victims Unit.S15E16.Gridiron Soldier.edl And one that didn't: Code: 2021-01-09 11:53:27.534 [DEBUG][34] Setting activity: Ah ha! I bet it's because the Goldbergs had a Season 07 folder! |
|