I have set my system to reboot daily after the EPG update. For the last 5 days, the recording service fails to start after the reboot. Manually starting the service works ok, I usually "Stop recording service" then "Start recording service"
I was reading this thread which seems to be similar, I have not changed any hardware and the only software changes I made were after this issue arose. Maybe there is an issue with the npvr.db3 file?
The event log shows that the service failed to start, - the output is in the zip file.
I also ran NRecord.exe RUN - the output is also in the zip file
The log files were captured earlier today, is it possible running NRecord.exe RUN has caused 2 instances of the recording service to run simultaneously? I ran it without running "Stop recording service" first. This evening I'm seeing double recordings of several programmes.
Thanks & cheers
current web.log logs a lot of information, that gets logged every 100ms or so, this results in a log file full of things like
Code:
2012-11-28 21:08:10.132 [DEBUG][4] about to read 50000 from location 80000000 (current length = 80158688)
2012-11-28 21:08:10.132 [DEBUG][4] read@3.1
2012-11-28 21:08:10.132 [DEBUG][4] About to send 50000 bytes
2012-11-28 21:08:10.133 [DEBUG][4] Sent 50000 bytes
2012-11-28 21:08:10.133 [DEBUG][4] RollingFile.Position returning 80050000
2012-11-28 21:08:10.133 [DEBUG][4] RollingFile.Length returning 80170160
2012-11-28 21:08:10.133 [DEBUG][4] <Files>
<Length>80170160</Length>
<File offset="0">R:\LiveTV\live-TV2SD-1516-18.ts</File>
<Duration>178668</Duration>
<Complete>0</Complete>
</Files>
2012-11-28 21:08:10.133 [DEBUG][4] about to read 50000 from location 80050000 (current length = 80158688)
2012-11-28 21:08:10.133 [DEBUG][4] read@3.1
2012-11-28 21:08:10.133 [DEBUG][4] About to send 50000 bytes
2012-11-28 21:08:10.133 [DEBUG][4] Sent 50000 bytes
2012-11-28 21:08:10.133 [DEBUG][4] RollingFile.Position returning 80100000
2012-11-28 21:08:10.133 [DEBUG][4] RollingFile.Length returning 80170160
2012-11-28 21:08:10.133 [DEBUG][4] <Files>
<Length>80170160</Length>
<File offset="0">R:\LiveTV\live-TV2SD-1516-18.ts</File>
<Duration>178668</Duration>
<Complete>0</Complete>
</Files>
this has a few issues
1. log files are hard to find key pieces of info
2. log files are rolled over quickly due to file size and only contains logging details for the past few minutes
this information is great sure, but perhaps all the redundant info like this which happens so often be omitted (or only turned on if configured too, default is off) and only log it if there is an issue. then you can leave log info like this
I'll be posting the alpha soon I just have the following to do.
Update XBMC Addon to work with ChannelOID for streaming
Build XBMC Addon for Windows
Build XBMC Addon for Linux 32
Build XBMC Addon for RaspberryPI
if anyone else is using another platform for xbmc and would like a build let me know.
there are 2 differences in my version of the xbmc addon that I will be request sub merge shortly
1. Ability to stream recordings/live tv from a different port. This allows you to set your port to 8877 (default nextpvr web console port) to talk to the nextpvr web console service but still use 8866 (read from you nextpvr config file) for the actual streaming.
2. Ability to specify channeloid in the live stream url instead of channel. This allows users to have different channel numbers, so user A might have TV3 SD as channel 3, and user B might have TV3 HD as channel 3. nextpvr won't know which one to send so would send first, but by allowing the actual channeloid in the stream url it will send the correct channel the user wants.
* Note: for (2) you need a updated NShared.dll I got from sub, I'll check with him that its ok I post this.
I'm making my changes backwards compatible so it will only stream channeloid if instructed to by the service.
So I have started integrating XBMC into my setup and ImageGrabLite has become part of my world to rename all my files. Looks really neat but only partly works.
My setup involves watching HD on UHF but getting EPG from satellite. All works fine but doesn't seem to have any episode information.
So might need to change my approach. So i wanted to hear from NZ users that have EPG coming from a source that works well with ImageGrabLite.
Whats your approach and whats the best EPG source to get everything working well?
I'm experiencing a weird issue with my Hauppauge HVR2200 S-Video input. For the benefit of those who may not know this product, it is a dual tuner.
Currently I'm using it for its analog S-Video and Composite inputs.
However, the weird issue is that while the Composite works for both tuners, I could only get the S-Video input working on one of the tuners and not on the other tuner once the channel set is copied to the other tuner.
What could be the problem? Is this a Hauppauge driver issue?
I've been playing around a bit with JSON in XBMC and I now am able to automatically load the files I open with X-NEWA into the XBMC TV Shows and Movies database, share resume points and when I delete from X-NEWA it deletes from XBMC. I also have modified imageGrabLite to create the NFO files needed to make this happen even while they are in progress. This is primarily for my personal use and it is off by default but if anyone want me to explain this more let me know.