2023-01-07, 10:08 PM
Did you follow the steps on the wiki to create the softlinks?
Martin
Martin
2023-01-07, 10:08 PM
Did you follow the steps on the wiki to create the softlinks?
Martin
2023-01-08, 09:54 AM
Yes I have, I wasn't quite sure where to run it, I ran both of these commands in /opt/nextpvr/system/
Code: ln -s runtimes/linux-x64/native/libe_sqlite3.so I can see a link to libe_sqlite3.so and libSkiaSharp.so in that folder. I'm moving from RaspberryPi OS (32bit) to Debian (64bit - Intel) if that matters?
2023-01-08, 03:37 PM
(This post was last modified: 2023-01-08, 03:38 PM by mvallevand.)
Sorry I messed up, I was supporting by phone and didn't read the message. Looking at the code the merge is for a different purpose. I wrote all of this with no user input and I messed up my uses cases.
Import will work, but for this, your best bet is a simple sqlite3 replace something like this (untested) sqlite3 npv43.db3 update scheduled_recording set filename = replace(filename,'/mnt/MyPassport/', '/mnt/data/'); Martin
2023-01-08, 06:25 PM
2023-01-08, 06:27 PM
(This post was last modified: 2023-01-08, 06:27 PM by mvallevand.)
Use the sqlite3 command (with the correct db name of course) Also sudo -u nextpvr sqlite3 ...
Then the second command is entered on the sqlite3 command line. Then .exit to leave. Martin
2023-01-10, 09:50 PM
The sqlite3 command (sudo -u nextpvr sqlite3 npvr.db3 and the replace) doesn't seem to do anything when I enter it. The date modified on npvr.db3 remains unchanged.
I tried to start nextpvr as well, the links to download any recordings are broken so it hasn't updated them.
2023-01-10, 09:58 PM
When you are in sqlite3 when you enter this
select filename from scheduled_recording; do they begin with /mnt/MyPassport Martin
2023-01-15, 04:04 PM
Thanks, I realised I had a typo in the path which was causing the issue.
For reference if anyone else wants to do this, here's a short guide with the steps I followed assuming the old recordings path is '/old/path/to/recordings/' and the new path is '/new/path/to/recordings/'. Remember to backup files before touching them. (I'm fairly inexperienced at linux so there may be better ways to do some of these!) Code: On both the old and new systems: Thanks again for the help mvallevand |
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
NextPVR | user1232 | 1 | 90 |
2024-11-09, 11:21 AM Last Post: mvallevand |
|
How does NextPVR separate TV from VOD ? | FrankBKK | 8 | 245 |
2024-10-30, 06:17 AM Last Post: sub |
|
NextPVR i.mjh.nz [Failed: Recording interrupted] | Nzbaxterman | 6 | 254 |
2024-10-29, 11:44 PM Last Post: sub |
|
NextPVR server on LibreElec | jcjefferies | 45 | 2,271 |
2024-09-16, 04:38 PM Last Post: mvallevand |
|
NextPVR doesn't record | retrofan | 5 | 287 |
2024-09-15, 05:15 PM Last Post: mvallevand |
|
Downgrade on Linux | eriberg | 3 | 233 |
2024-09-04, 08:46 PM Last Post: mvallevand |
|
No playback with NextPVR client LibreElec | retrofan | 6 | 406 |
2024-08-17, 03:52 PM Last Post: mvallevand |
|
nextpvr & Threadfin did not work | kfmf | 8 | 494 |
2024-08-06, 05:19 PM Last Post: kfmf |
|
linux mint 22 | bccicone | 2 | 341 |
2024-08-01, 10:10 PM Last Post: bccicone |
|
NextPVR on TrueNAS Scale? | LeoL | 8 | 695 |
2024-07-20, 02:50 PM Last Post: snagglewest |