2012-10-23, 02:37 AM
johnsonx42 Wrote:Yes, every time NRecord starts, it tries to start a recording on capture source 20, which is the first of the WinTV-7164 tuners. The one time you managed to start NRecord cleanly and watched LiveTV, it correctly used capture source 23, the WinTV 88x tuner.
If the recordings you have scheduled are single recordings, I suggest you delete them and then re-create them. If they are all from recurring recording requests, then an EPG update should resolve the issue. (settings->channels->update epg)
I do think NPVR has some issues with instances where there are recordings scheduled on tuners that no longer exist. In most cases the recordings just fail cleanly, or find another tuner, but for some reason in your case it was causing NRecord to hang.
You will have to get NRecord started up at a time when no recording is about to start. Or if you're the braver sort, you can use SQLite Spy to open the NPVR.db3 file and delete the scheduled recordings from the SCHEDULED_RECORDING table. Future recordings have a status of 0, in-progress recordings have a status of 1.
To verify a clean startup, in the NRecord.log you'll want to see these two lines:Code:2012-10-22 23:25:28.478 [DEBUG][4] OnStart() complete...
2012-10-22 23:25:32.116 [DEBUG][9] Client Listener starting on port 7969
I see... makes sense then. Thanks.