NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Kodi / XBMC v
« Previous 1 … 29 30 31 32 33 … 43 Next »
Further additions to the Gotham addon

 
  • 0 Vote(s) - 0 Average
Further additions to the Gotham addon
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#11
2013-11-23, 04:09 PM
Quote:2013-11-23 12:01:29.814 [DEBUG][3] Got Web Request (192.168.10.115): /service method=recording.recurring.save&event_id=1217487&recurring_type=2&keep=0&pre_padding=1&post_padding=2&directory_id=[Default]&sid=e422774acfbe4899ab780dab4ba3de86
...
2013-11-23 12:01:29.814 [ERROR][3] event_id is invalid
It thinks the event_id is invalid. I wonder if the EPG information is stale, and there is no longer an event with that ID. Does it help if you go to Settings->Live TV->EPG then click "reset the EPG database", then try again?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,107
Threads: 957
Joined: May 2006
#12
2013-11-23, 04:11 PM
Does it work if you reset your PVR database in XBMC?

Edit: sub beat me to that one.

Martin
KRA
Offline

Member

Posts: 237
Threads: 23
Joined: Sep 2012
#13
2013-11-23, 06:35 PM
Reset epg database seems to have done the trick.

I did a test and it worked as intended, albeit not perfect.

I choose this as a test : !! Big Grin

19:30 - 20:00 Beavis and Butthead
20:00 - 20:30 Beavis and Butthead
20:30 - 21:00 Beavis and Butthead

I was in xbmc and choose the 20:00 to 20:30 show, and record all new episodes and to keep 3 of them. This was successful, however..

1. xbmc only marks the first of the 3 as scheduled for recording.
2. NEWA marks the middle one (the one I used) for schedule.
3. NPVR gui reports all three (as it's supposed to)

Not a big issue, although a little confusing.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,107
Threads: 957
Joined: May 2006
#14
2013-11-25, 10:52 PM
@KRA, the way that clients reload recordings varies but xbmc often takes a full restart. The touch interface used by X-NEWA Chameleon doesn't reload after setting a recording so I have to exit to be able to watch in progress recordings that I set up.

Martin
Swift_gti
Offline

Junior Member

Posts: 27
Threads: 7
Joined: Jul 2008
#15
2013-11-25, 10:56 PM
@sub, thanks for the updates - looking forward to testing series record.

Is there any chance of getting the addon 'group aware' ? - ie. when the XBMC addon is configured allow a specific channel group to be specified as the list of channels to use?

The Mediaportal addon has something similar and it is really useful for multiple client setups where some clients can handle HD and some can't (since you can specify different channel sources for each).
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,107
Threads: 957
Joined: May 2006
#16
2013-11-25, 11:06 PM
sub Wrote:I've attached another updated Windows build of the Gotham addon. Main change in this update is provide more options while setting up a recurring recording.

- added support for EDL (though not currently called by XBMC)

I have been able to load EDL files and get really good comskip via http with some trivial changes to XBMC and some changes in pvrclient-nextpvr.cpp

sub could you recompile and upload your Windows plugin with this change I suggested (I'll go back to atoi() for the old gcc's) to see if that the only thing that's made a difference.

Code:
PVR_EDL_ENTRY entry;
          entry.start = atoi(pCommercialNode->FirstChildElement("start")->FirstChild()->Value()) * 1000;
          entry.end = atoi(pCommercialNode->FirstChildElement("end")->FirstChild()->Value()) * 1000 ;
          entry.type = PVR_EDL_TYPE_COMBREAK;
          entries[index] = entry;
          index++;

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#17
2013-11-26, 02:34 AM
mvallevand Wrote:I have been able to load EDL files and get really good comskip via http with some trivial changes to XBMC and some changes in pvrclient-nextpvr.cpp

sub could you recompile and upload your Windows plugin with this change I suggested (I'll go back to atoi() for the old gcc's) to see if that the only thing that's made a difference.

Code:
PVR_EDL_ENTRY entry;
          entry.start = atoi(pCommercialNode->FirstChildElement("start")->FirstChild()->Value()) * 1000;
          entry.end = atoi(pCommercialNode->FirstChildElement("end")->FirstChild()->Value()) * 1000 ;
          entry.type = PVR_EDL_TYPE_COMBREAK;
          entries[index] = entry;
          index++;

Martin
Here is the latest build, with that change, and the source code.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,107
Threads: 957
Joined: May 2006
#18
2013-11-26, 02:49 AM
sub Wrote:Here is the latest build, with that change, and the source code.

Ok still not working but the test in line 865 should be !=

if (strstr(response, "<rsp stat=\"ok\">") != NULL)

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#19
2013-11-26, 03:03 AM
mvallevand Wrote:Ok still not working but the test in line 865 should be !=

if (strstr(response, "<rsp stat=\"ok\">") != NULL)
lol - right you are. Attached.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,107
Threads: 957
Joined: May 2006
#20
2013-11-26, 03:12 AM
Great, now let's see if I can get it inton xbmc

Code:
22:07:10 T:46932   DEBUG: CEdl::AddCut - Pushing new cut to back [00:00:03.000 - 00:00:06.000], 3
22:07:10 T:46932   DEBUG: CEdl::ReadPvr - Added break [00:00:03.000 - 00:00:06.000] found in PVRRecording for: http://172.16.3.2:8866/live?recording=3115.
22:07:10 T:46932   DEBUG: CEdl::AddCut - Pushing new cut to back [00:02:46.000 - 00:06:32.000], 3
22:07:10 T:46932   DEBUG: CEdl::ReadPvr - Added break [00:02:46.000 - 00:06:32.000] found in PVRRecording for: http://172.16.3.2:8866/live?recording=3115.
22:07:10 T:46932   DEBUG: CEdl::AddCut - Pushing new cut to back [00:12:59.000 - 00:15:04.000], 3
22:07:10 T:46932   DEBUG: CEdl::ReadPvr - Added break [00:12:59.000 - 00:15:04.000] found in PVRRecording for: http://172.16.3.2:8866/live?recording=3115.
22:07:10 T:46932   DEBUG: CEdl::AddCut - Pushing new cut to back [00:23:26.000 - 00:25:21.000], 3
22:07:10 T:46932   DEBUG: CEdl::ReadPvr - Added break [00:23:26.000 - 00:25:21.000] found in PVRRecording for: http://172.16.3.2:8866/live?recording=3115.
22:07:10 T:46932   DEBUG: CEdl::AddCut - Pushing new cut to back [00:30:11.000 - 00:31:10.000], 3
22:07:10 T:46932   DEBUG: CEdl::ReadPvr - Added break [00:30:11.000 - 00:31:10.000] found in PVRRecording for: http://172.16.3.2:8866/live?recording=3115.
22:07:10 T:46932   DEBUG: CEdl::AddCut - Pushing new cut to back [00:32:47.000 - 00:32:50.000], 3
22:07:10 T:46932   DEBUG: CEdl::ReadPvr - Added break [00:32:47.000 - 00:32:50.000] found in PVRRecording for: http://172.16.3.2:8866/live?recording=3115.
22:07:10 T:46932   DEBUG: CEdl::MergeShortCommBreaks - Removing short commercial break at start [00:00:03.000 - 00:00:06.000]. <5 seconds
22:07:10 T:46932   DEBUG: CEdl::AddSceneMarker - Inserting new scene marker: 00:02:46.000
22:07:10 T:46932   DEBUG: CEdl::AddSceneMarker - Inserting new scene marker: 00:06:32.000
22:07:10 T:46932   DEBUG: CEdl::AddSceneMarker - Inserting new scene marker: 00:12:59.000
22:07:10 T:46932   DEBUG: CEdl::AddSceneMarker - Inserting new scene marker: 00:15:04.000
22:07:10 T:46932   DEBUG: CEdl::AddSceneMarker - Inserting new scene marker: 00:23:26.000
22:07:10 T:46932   DEBUG: CEdl::AddSceneMarker - Inserting new scene marker: 00:25:21.000
22:07:10 T:46932   DEBUG: CEdl::AddSceneMarker - Inserting new scene marker: 00:30:11.000
22:07:10 T:46932   DEBUG: CEdl::AddSceneMarker - Inserting new scene marker: 00:31:10.000
22:07:10 T:46932   DEBUG: CEdl::AddSceneMarker - Inserting new scene marker: 00:32:47.000
22:07:10 T:46932   DEBUG: CEdl::AddSceneMarker - Inserting new scene marker: 00:32:50.000
22:07:10 T:46932   DEBUG: CEdl::WriteMPlayerEdl - MPlayer EDL file written to: special://temp/xbmc.edl
....
22:07:22 T:46932   DEBUG: CDVDPlayer::CheckAutoSceneSkip - Clock in commercial break [00:02:46.000 - 00:06:32.000]: 00:02:46.015. Automatically skipping to end of commercial break (only done once per break)
22:07:22 T:46932   DEBUG: demuxer seek to: 392001
...
22:07:25 T:46932   DEBUG: CDVDDemuxFFmpeg::SeekTime - seek ended up on time 391991
22:07:25 T:46932   DEBUG: demuxer seek to: 392001, success

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Kodi Addon Failure 19.0.4 Luke86 4 1,712 2022-10-22, 03:33 AM
Last Post: Luke86
  Kodi NextPVR PVR Client Addon solfanboy 11 3,780 2022-07-11, 08:51 PM
Last Post: mvallevand
  NextPVR addon: session.login failed spagio 3 3,636 2022-04-30, 05:47 PM
Last Post: mvallevand
  Where is the Kodi NPVR addon timeline duration stored? Lao Pan 4 1,684 2021-01-11, 10:19 AM
Last Post: mvallevand
  nextpvr pvr addon v7.1.1 android kodi a1blues 5 2,619 2020-10-22, 06:17 PM
Last Post: mvallevand
  Kodi Matrix Alpha 1 Offers NPVR Addon v 7.0.0 but can't install Lao Pan 1 1,453 2020-09-27, 10:50 PM
Last Post: mvallevand
  KODI PVR addon supporting in progress recordings JP23 28 8,142 2020-06-25, 06:37 PM
Last Post: mvallevand
  Addon Couldn't be Loaded. An unknown error occurred Kattz 2 3,046 2020-05-30, 04:13 PM
Last Post: sub
  set mac address in nextpvr addon 2leftfeet 19 7,506 2020-04-18, 04:31 PM
Last Post: 2leftfeet
  KODI NPVR Addon misbehaving elstaci 34 8,546 2020-03-09, 07:33 PM
Last Post: elstaci

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

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

Linear Mode
Threaded Mode