NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Kodi / XBMC X-NEWA v
« Previous 1 … 3 4 5 6 7 … 13 Next »
Comskip in NEXTPVR and X-NEWA in KODI?

 
  • 0 Vote(s) - 0 Average
Comskip in NEXTPVR and X-NEWA in KODI?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,175
Threads: 958
Joined: May 2006
#71
2016-05-02, 12:06 PM
You don't need to use shares or path substitution on a local machine.

Martin
araghava
Offline

Junior Member

Posts: 17
Threads: 1
Joined: Feb 2016
#72
2016-05-03, 06:26 AM
Ok. I got rid of advancedsettings.xml. When i bring up the X-NEWA web client it doesn't skip commercials. In fact the time line shows no breaks. When i start NPVR and play the exact same show, the time line shows breaks where the commercials are located. All of this on a local machine.

So how do i get comskip thru Kodi, either using the npvr plugin to playback or using X-NEWA.
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,670
Threads: 170
Joined: Jun 2007
#73
2016-05-03, 06:41 AM
araghava Wrote:Ok. I got rid of advancedsettings.xml. When i bring up the X-NEWA web client it doesn't skip commercials. In fact the time line shows no breaks.

The timeline display in Kodi doesn't display the commercial breaks. Did you follow dgeezer's advice?

dgeezer Wrote:Pressing the letter o on your keyboard while the video is playing will bring up the codec playback info screen. I think that the second to the last line has an entry such as "edlConfused6b12" which tells how many commercial breaks Kodi sees.

If so, what does the "edl:" section show?
zigzag930
Offline

Junior Member

Posts: 29
Threads: 4
Joined: Feb 2016
#74
2016-05-03, 12:15 PM
Kodi does not show the skips on the timeline, even when it is working correctly. I do not run Kodi/NextPVR on a single machine, so my advanced settings would be different. I would have to say the key to making this work with a multi-machine setup (and I think any setup) is to be sure you are NOT streaming as Http:. Hence, the SMB substitution.

If you have com skip working correctly using the native NextPVR app, and are generating the .edl files, Kodi is a matter of getting that SMB process working correctly. It's simple when you finally get it.

Again... to confirm: You must use XNewA for com skip to work on Kodi. It will NOT work with any of the native players. Maybe this will change down the road, but as of 16.x no native player will skip commercials.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,175
Threads: 958
Joined: May 2006
#75
2016-05-03, 01:15 PM
araghava Wrote:Ok. I got rid of advancedsettings.xml. When i bring up the X-NEWA web client it doesn't skip commercials. In fact the time line shows no breaks. When i start NPVR and play the exact same show, the time line shows breaks where the commercials are located. All of this on a local machine.

So how do i get comskip thru Kodi, either using the npvr plugin to playback or using X-NEWA.

pvr.nextpvr doesn't support comskip, asked and answered here several times. Breaks don't show and depending on how you have comskip set up (cut vs skip) the timeline may actually only show the video time. I need to see the debug Kodi.log if you want any further help from me.

Martin.
zigzag930
Offline

Junior Member

Posts: 29
Threads: 4
Joined: Feb 2016
#76
2016-05-03, 01:36 PM
If set to cut, the timeline will reflect the actual time of the recording, less the skipped commercials. IE 30 minute show with 10 mins of commercials will show total timeline of 20 minutes. If set to skip, the timeline will be full 30 mins.
JoeyDaphihs
Offline

Junior Member

Posts: 3
Threads: 0
Joined: Nov 2016
#77
2016-11-04, 05:36 PM
dgeezer Wrote:I think that the path substitution the way you have it is causing Kodi to stream your recordings from your local share using http instead of as a file share. You shouldn't need any path substitution file at all for a stream to kodi on the same machine.

I would try deleting the advancedsettings.xml and trying to play a recording natively in kodi. Got to <Videos> <Files> <D:\RecordedTV> and play a file from there. This should skip if an .edl is present. Pressing the letter o on your keyboard while the video is playing will bring up the codec playback info screen. I think that the second to the last line has an entry such as "edlConfused6b12" which tells how many commercial breaks Kodi sees.

To have comskip work on the fire tv you will need an advancedsettings.xm file on each remote installation of Kodi. Here is mine:

<advancedsettings>
<pathsubstitution>
<substitute>
<from>H:/TVRecordings/</from>
<to>smb://NPVRSERVER/TVRecordings</to>
</substitute>
</pathsubstitution>
</advancedsettings>

This works when playing back on my raspberry pi from my windows 10 install of Npvr.

I am struggling with this also, Could you Clarify this a little more for me please. I have NPVR on a win 10 install and 3 Libre elec Clients. Is this the file you use on the Pi's? I ask because you have the from line pointing to a drive letter instead of a share or an IP address. Is this what your windows 10 machine drive letter is that your recordings are on and is somehow translated in X-NEWA on the Pi? Comskip works when I play from file within kodi, but not from X-NEWA which I much prefer. Thanks again for any advice.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,175
Threads: 958
Joined: May 2006
#78
2016-11-04, 06:14 PM
The source should match what you have set up in NextPVR with the back slash changed to slash

If you have a problem turn debug logging on and play the same file from the file library and x-newa post the kodi.log and I will give more direction.

Martin
JoeyDaphihs
Offline

Junior Member

Posts: 3
Threads: 0
Joined: Nov 2016
#79
2016-11-04, 08:29 PM
mvallevand Wrote:The source should match what you have set up in NextPVR with the back slash changed to slash

If you have a problem turn debug logging on and play the same file from the file library and x-newa post the kodi.log and I will give more direction.

Martin

Thanks for the help, I had to change my to path to match the case, and have the netbios name in all caps. ITS WORKING Great now!! Thanks
zigzag930
Offline

Junior Member

Posts: 29
Threads: 4
Joined: Feb 2016
#80
2017-09-14, 10:20 PM
I know it's been a while... so I'll check in again to see if the pvr.nextpvr add-on will be updated to allow for com skip. It works SO well with X-new-A and direct file play. I do wish the dev would take a look at this when he has some time.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (9): « Previous 1 … 5 6 7 8 9 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Skip no longer works on NextPVR New Client jcjefferies 6 929 2024-12-20, 01:37 PM
Last Post: mvallevand
  Unclear how to install knewc and use it in Kodi smbunn 2 1,521 2023-05-02, 01:12 PM
Last Post: mvallevand
  X-NEWA client problem jcjefferies 2 1,176 2023-04-11, 05:01 PM
Last Post: jcjefferies
  Kodi 19 Matrix - knewc is Uninstalled after Modification meccano 2 2,841 2021-04-12, 03:08 PM
Last Post: meccano
  Kodi 19 Beta jcjefferies 6 2,617 2021-03-29, 06:40 PM
Last Post: mvallevand
  kodi/knewc crashing baj1 12 4,579 2021-01-23, 07:05 PM
Last Post: baj1
  NextPVR Timeout message in knewc baj1 3 2,343 2020-11-21, 07:11 PM
Last Post: mvallevand
  x-newa new install wheemer 14 4,829 2020-09-15, 02:21 AM
Last Post: mvallevand
  XNewa on Kodi 18.8 on Android TV Jumps out Playing Show Currently Recording jksmurf 28 11,034 2020-09-13, 06:09 AM
Last Post: jksmurf
  New repository for KNEWC and X-NEWA mvallevand 8 8,965 2020-05-09, 02:19 AM
Last Post: jksmurf

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

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

Linear Mode
Threaded Mode