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 Has Stopped Recording | Mark_S | 4 | 70 |
2023-05-28, 04:27 PM Last Post: Mark_S |
|
how can I disable NextPVR on Pi3 | markosjal | 0 | 33 |
2023-05-27, 05:45 PM Last Post: markosjal |
|
Raspberry Pi 3 Linux Stretch Upgrade success | markosjal | 1 | 43 |
2023-05-20, 05:15 PM Last Post: sub |
|
Request for supporting Ceton devices on Linux | dapharsyde | 280 | 18,553 |
2023-04-02, 12:34 AM Last Post: run088 |
|
nextpvr process consumes all ram | mar1 | 20 | 441 |
2023-03-29, 01:52 PM Last Post: mvallevand |
|
NextPVR Server VOD Downloads Incomplete TS Video Files | nonuoha | 22 | 399 |
2023-03-26, 09:09 PM Last Post: mvallevand |
|
NextPVR on a Pi | rosede | 26 | 1,824 |
2023-02-03, 11:46 PM Last Post: kiasarecool |
|
NextPVR on Raspberry Pi 400 | snow | 1 | 158 |
2023-02-03, 09:12 AM Last Post: mvallevand |
|
New linux setup extras help | greatwhitenorth | 8 | 453 |
2023-01-26, 07:11 PM Last Post: mvallevand |
|
Post Processing and moving files | ballfam | 16 | 395 |
2022-12-30, 06:59 PM Last Post: ballfam |