NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Portal

Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,169
» Latest member: José Eudes da Silva
» Forum threads: 65,370
» Forum posts: 602,134

Full Statistics

Online Users
There are currently 1259 online users.
» 1 Member(s) | 1252 Guest(s)
Applebot, Baidu, Bing, Facebook, Google, Yandex, Dale Dewing

Latest Threads
DVB-T scanning issue - fo...
Forum: Docker amd64
Last Post: mvallevand
Yesterday, 08:36 AM
» Replies: 1
» Views: 93
Channels not detected in ...
Forum: Windows
Last Post: mvallevand
Yesterday, 03:57 AM
» Replies: 5
» Views: 3,396
Need help with hardened d...
Forum: Docker amd64
Last Post: bfg100k
2026-08-26, 02:41 AM
» Replies: 5
» Views: 262
Avoiding duplicates of sp...
Forum: Windows
Last Post: mvallevand
2026-08-25, 04:37 PM
» Replies: 4
» Views: 200
NPVR Tray stuck showing E...
Forum: Windows
Last Post: mvallevand
2026-08-24, 02:08 PM
» Replies: 9
» Views: 454
Radio stations for NextPV...
Forum: Add-ons (3rd party plugins, utilities and skins)
Last Post: LynnO
2026-08-23, 07:28 PM
» Replies: 28
» Views: 10,091
Desktop Client lost it's ...
Forum: Windows
Last Post: sub
2026-08-23, 03:37 AM
» Replies: 6
» Views: 356
Record playback manual sk...
Forum: Linux
Last Post: mvallevand
2026-08-23, 03:03 AM
» Replies: 4
» Views: 241
DVB-S2 scan succeeds, cha...
Forum: Linux
Last Post: mvallevand
2026-08-21, 09:17 PM
» Replies: 15
» Views: 691
Any experience using the ...
Forum: Linux
Last Post: mvallevand
2026-08-21, 08:08 PM
» Replies: 5
» Views: 269

 
  Recording Service Fails to Start
Posted by: skinny - 2012-11-28, 08:15 AM - Forum: Legacy (v4.x and earlier) - Replies (1)

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

Print this item

  reduce and clean up logging to web.log
Posted by: reven - 2012-11-28, 08:11 AM - Forum: Wishlist - Replies (8)

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
Code:
2012-11-28 21:09:56.929 [DEBUG][17] Got Web Request (192.168.1.40): /service method=recording.list&filter=pending&sid=206f7f94bffc4a45bb7815b20f513a6b 2012-11-28 21:09:56.929 [DEBUG][17] method=recording.list 2012-11-28 21:09:56.929 [DEBUG][17] parameters: 2012-11-28 21:09:56.929 [DEBUG][17] method: recording.list 2012-11-28 21:09:56.929 [DEBUG][17] filter: pending 2012-11-28 21:09:56.929 [DEBUG][17] sid: 206f7f94bffc4a45bb7815b20f513a6b 2012-11-28 21:09:56.929 [DEBUG][17] client_ip: 192.168.1.40 2012-11-28 21:09:56.929 [DEBUG][17] host_callback: 2012-11-28 21:09:56.929 [DEBUG][17] physical_path: C:\Users\Public\NPVR\web\ 2012-11-28 21:09:56.929 [DEBUG][17] user_agent: 2012-11-28 21:09:56.930 [DEBUG][17] range: 2012-11-28 21:09:56.930 [DEBUG][17] requested_path: /service
in there and easier to find.

Print this item

  NEWA Release Build 1.30 Released 2012-11-27
Posted by: UncleJohnsBand - 2012-11-28, 04:11 AM - Forum: Community Announcements - No Replies

Here is the release of NEWA Build 1.30 . This also includes the latest iNewa mobile changes(1.28).

Post any issues in the NEWA Support Forum.


[TABLE="class: borders, width: 450"]
[TR="class: blackText, bgcolor: #FFCCAA"]
[TD]Date:
[/TD]
[TD]2012-11-27
[/TD]
[TD]Build Number:
[/TD]
[TD]1.30
[/TD]
[/TR]
[TR]
[TD="bgcolor: #FF99CC, colspan: 4"]Changes:
[/TD]
[/TR]
[TR="class: smallBlackText"]
[TD="colspan: 4"]

  • UncleJohnsBand: Web Service Updates:
    • Updated Recurring segment of webServiceEGEvent to correctly carry the OnlyNew indicator.
    • Updated Recurring segment of webServiceEGEvent to correctly carry the AllChannels indicator.
    • Updated Recurring and Scheduled Recording updates to correctly handle change in recording directory.
    • Added EPG color in Genre return. The returned Genre elements are now genre|gep_color.
  • fjbpchristiaens: Mobile Updates:
    • Patches to 1.28.
  • UncleJohnsBand: Mobile Updates:
    • Updated to support updated NEWA schedule recording API
  • UncleJohnsBand: Application Updates:
    • Corrected missing settings in Details pages when updating a recurring recording.
    • Updated VLC stream player pages to use new VLC plugin.
    • Updated jPlayer HTML 5 Audio-Video player to version 2.2.
[/TD]
[/TR]
[/TABLE]

Print this item

  NEWA Release Build 1.30 Released 2012-11-27
Posted by: UncleJohnsBand - 2012-11-28, 04:08 AM - Forum: NextPVR Enhanced Web Admin (NEWA) - Replies (5)

Here is the release of NEWA Build 1.30 . This also includes the latest iNewa mobile changes(1.28).

[TABLE="class: borders, width: 450"]
[TR="class: blackText, bgcolor: #FFCCAA"]
[TD]Date:
[/TD]
[TD]2012-11-27
[/TD]
[TD]Build Number:
[/TD]
[TD]1.30
[/TD]
[/TR]
[TR]
[TD="bgcolor: #FF99CC, colspan: 4"]Changes:
[/TD]
[/TR]
[TR="class: smallBlackText"]
[TD="colspan: 4"]

  • UncleJohnsBand: Web Service Updates:
    • Updated Recurring segment of webServiceEGEvent to correctly carry the OnlyNew indicator.
    • Updated Recurring segment of webServiceEGEvent to correctly carry the AllChannels indicator.
    • Updated Recurring and Scheduled Recording updates to correctly handle change in recording directory.
    • Added EPG color in Genre return. The returned Genre elements are now genre|gep_color.
  • fjbpchristiaens: Mobile Updates:
    • Patches to 1.28.
  • UncleJohnsBand: Mobile Updates:
    • Updated to support updated NEWA schedule recording API
  • UncleJohnsBand: Application Updates:
    • Corrected missing settings in Details pages when updating a recurring recording.
    • Updated VLC stream player pages to use new VLC plugin.
    • Updated jPlayer HTML 5 Audio-Video player to version 2.2.
[/TD]
[/TR]
[/TABLE]

Print this item

  Alpha coming soon
Posted by: reven - 2012-11-28, 03:45 AM - Forum: NextPVR Web Console - Replies (2)

Hi guys,

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.

I may ask for help building some of these addons, my git repo is at
https://github.com/revenz/xbmc-pvr-addons

Print this item

  android
Posted by: glenb7 - 2012-11-28, 01:25 AM - Forum: X-NEWA - Replies (2)

is there any way to get this on an android ? if so how ?

Print this item

  Genre colors
Posted by: lockdown571 - 2012-11-27, 09:39 PM - Forum: Kodi / XBMC - Replies (1)

How do you get genre colors working in XBMC? I have them working fine on the NPVR server.

Print this item

  ImageGrabLite in New Zealand
Posted by: jdvuyk - 2012-11-27, 08:52 AM - Forum: Add-ons (3rd party plugins, utilities and skins) - Replies (8)

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. Sad

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?

Cheers.

Print this item

  A weird issue with my Hauppauge HVR2200 S-Video input
Posted by: Kiwi - 2012-11-27, 06:54 AM - Forum: Legacy (v4.x and earlier) - Replies (1)

Hi!

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?

Print this item

  Integrating XBMC and NextPVR via X-NEWA
Posted by: mvallevand - 2012-11-27, 05:15 AM - Forum: X-NEWA - Replies (8)

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.

Martin

Print this item

Pages (6434): « Previous 1 … 1404 1405 1406 1407 1408 … 6434 Next »
Jump to page 

© Designed by D&D, modified by NextPVR - Powered by MyBB