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 can't open RAI (Italian main TV channels) links | f2fg | 10 | 151 |
2023-09-18, 05:22 PM Last Post: mvallevand |
|
WinTV Dual HD tuner not detecting through NextPVR on RPI | joshdee | 11 | 236 |
2023-09-11, 09:39 PM Last Post: LynnO |
|
Nextpvr + Jellyfin | JumboAg | 3 | 131 |
2023-08-31, 01:41 PM Last Post: mvallevand |
|
NextPVR on Ubuntu 22.04 | adwsail | 29 | 430 |
2023-08-30, 07:51 PM Last Post: mvallevand |
|
NextPVR won't install | Paul_G | 4 | 170 |
2023-07-26, 03:34 PM Last Post: mvallevand |
|
Which version of Linux? | Paul_G | 6 | 176 |
2023-07-21, 03:30 PM Last Post: VCR58 |
|
![]() |
Copy Channel Lineup in Linux | boukmandutty | 11 | 270 |
2023-06-15, 06:53 PM Last Post: mvallevand |
Nextpvr Has Stopped Recording | Mark_S | 4 | 163 |
2023-05-28, 04:27 PM Last Post: Mark_S |
|
how can I disable NextPVR on Pi3 | markosjal | 0 | 110 |
2023-05-27, 05:45 PM Last Post: markosjal |
|
Raspberry Pi 3 Linux Stretch Upgrade success | markosjal | 1 | 124 |
2023-05-20, 05:15 PM Last Post: sub |