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 2 3 4 5 6 13 Next »
[Moved] Comskip with XNEWA on Kodi 18 Leia

 
  • 0 Vote(s) - 0 Average
[Moved] Comskip with XNEWA on Kodi 18 Leia
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#1
2019-01-28, 01:04 PM
mvallevand Wrote:Comskip is not implemented in curl http on Kodi however in v18 the addon is configured to use http over their new inputstream streaming which does support comskip in my testing.

Martin
Just watched an hour long program tonight using Kodi 18 rc 5 with the XNEWA add on, unfortunately comskip didn't really skip, not like the PCH at least. Hmmm. Tried the native nextpvr Android app but no comskip. Will try to supply logs.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,191
Threads: 958
Joined: May 2006
#2
2019-01-28, 01:23 PM
Since you are streaming by http in x-newa and not via a share comskip is not going to work. You need advancedsettings.xml to map your G drive in previous examples you had files on a named share https://forums.nextpvr.com/showthread.ph...post513029 without the drive letter.

Martin
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#3
2019-01-28, 10:45 PM
mvallevand Wrote:In any case this is not the x-newa support area so please stop posting questions here. Martin

Apologies Martin the post was indeed inappropriate in that thread; I have moved it.

I will look at the named share changes, I had forgotten all that since my RPi setup days. Will get back to you. BrettB's post summarizes it well
https://forums.nextpvr.com/showthread.ph...post512952

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,191
Threads: 958
Joined: May 2006
#4
2019-01-28, 11:07 PM
Basically you need to adapt.the sticky post example https://forums.nextpvr.com/showthread.ph...post499809 so that it work with your g dive

Martin
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#5
2019-01-29, 12:18 PM (This post was last modified: 2019-01-29, 12:35 PM by jksmurf.)
mvallevand Wrote:Basically you need to adapt.the sticky post example https://forums.nextpvr.com/showthread.ph...post499809 so that it work with your g dive

Martin

Hi Martin,

OK I've added an advancedsettings.xml file that I modified from my RPi2 librelec setup to Android/data/org.xbmc.kodi/files/.kodi/userdata/ on the TV.

I've checked using Powershell that Windows (the server) has SMB2 working (it says True). I'm hoping I have the Samba shares sorted out now.

I tried the same file (Child of our Time) but it still didn't skip. It looks like the skip points are recognised, and it went to the start of the show once, but does not jump the next skip?

https://paste.kodi.tv/epikajipuh

Any ideas? Thank you

k.
Code:
<advancedsettings>
      <pathsubstitution>
        <substitute>
          <from>D:/GBPVRVids/</from>
          <to>smb://192.168.1.10/GBPVRVids/</to>
        </substitute>
        <substitute>
          <from>G:/ArchivedMovies/</from>
          <to>smb://192.168.1.10/ArchivedMovies/</to>
        </substitute>
        <substitute>
          <from>D:/PlayOnVids/</from>
          <to>smb://192.168.1.10/PlayOnVids/</to>
        </substitute>
        <substitute>
          <from>X:/PlayOnVids2/</from>
          <to>smb://192.168.1.10/PlayOnVids2/</to>
        </substitute>
        <substitute>
          <from>G:/PlayOnVids3/</from>
          <to>smb://192.168.1.10/PlayOnVids3/</to>
        </substitute>
        <substitute>
          <from>E:/Storage/HDCamVideos/</from>
          <to>smb://192.168.1.10/Storage/HDCamVideos/</to>
        </substitute>
      </pathsubstitution>
</advancedsettings>

In March 2017 you noted

Quote:If comskip is working it is probably because you record to a named share which means you don't need advanced settings.
I believe I still have the named shares (see pic). Is this a problem for the Samba shares?
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,191
Threads: 958
Joined: May 2006
#6
2019-01-29, 01:23 PM
That doesn't look like a debug log.


I G Drive a local drive drive and are you sharing the whole thing or creating individual share? Maybe capture the mapping from running the command line on your PC

net share

From my end the easiest way to diagnose this is for you to add the share to the Kodi library and then play the file using Kodi.

Martin
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#7
2019-01-29, 01:39 PM
mvallevand Wrote:That doesn't look like a debug log.
Damn; you're right I didn't put Kodi into debug mode, sorry, too tired.


mvallevand Wrote:Is G Drive a local drive and are you sharing the whole thing or creating individual share? Maybe capture the mapping from running the command line on your PC.
Local. Just that Dir. I think the C$ C:\ etc thingies are from the Hanewin NFS Server I installed in my Wiondows 10 Home (doesn't have NFS).

mvallevand Wrote:From my end the easiest way to diagnose this is for you to add the share to the Kodi library and then play the file using Kodi. Martin
OK. I had added NFS shares to the Kodi library but not Samba shares - is that OK?

Probably be tomorrow now, getting late.

ta.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,191
Threads: 958
Joined: May 2006
#8
2019-01-29, 01:56 PM
You can use NFS shares in advancedsettings.xml too. There used to be a limit of 12 character share names perhaps that is causing problems on Android?

Martin
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#9
2019-01-29, 02:28 PM
mvallevand Wrote:You can use NFS shares in advancedsettings.xml too. There used to be a limit of 12 character share names perhaps that is causing problems on Android? Martin
I'll have a look.

Meanwhile

Run 1, XNEWA in Kodi
https://paste.kodi.tv/eciwedubod Debug Log; NPVR Log

Run 2, Kodi Alone
https://paste.kodi.tv/odisadihin
Here it jumps TO the skip locations - which seems odd. Does it autoskip when playing like NPVR (hard to tell without a timeline that NPVR has).

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#10
2019-01-29, 02:54 PM
mvallevand Wrote:You can use NFS shares in advancedsettings.xml too. There used to be a limit of 12 character share names perhaps that is causing problems on Android? Martin

This is the NFS Server I use:

https://www.hanewin.net/doc/nfs/nfsd.htm
https://www.hanewin.net/doc/nfs/nfs-faq.htm

I asked the author. Certainly

"G:\ArchivedMovies" is >12 chars; Child of our time is in there.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (6): 1 2 3 4 5 6 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Unclear how to install knewc and use it in Kodi smbunn 2 1,543 2023-05-02, 01:12 PM
Last Post: mvallevand
  Kodi 19 Matrix - knewc is Uninstalled after Modification meccano 2 2,857 2021-04-12, 03:08 PM
Last Post: meccano
  Kodi 19 Beta jcjefferies 6 2,641 2021-03-29, 06:40 PM
Last Post: mvallevand
  kodi/knewc crashing baj1 12 4,605 2021-01-23, 07:05 PM
Last Post: baj1
  XNewa on Kodi 18.8 on Android TV Jumps out Playing Show Currently Recording jksmurf 28 11,108 2020-09-13, 06:09 AM
Last Post: jksmurf
  Comskip working with knewc, but autoskip is forced on? baj1 13 4,483 2020-01-29, 02:16 AM
Last Post: mvallevand
  Kodi 18. 3 and 18.4 with knewc jksmurf 3 2,191 2019-09-09, 11:13 PM
Last Post: mvallevand
  Compatibility with Leia zaldwaik 33 10,249 2019-01-29, 07:39 PM
Last Post: mvallevand
  Could not open NextPVR on 127.0.0.1 from Kodi on Sony TV with Android OS jksmurf 1 2,257 2019-01-24, 01:00 PM
Last Post: jksmurf
  Location of Guide.xml in XNEWA on RPi2? jksmurf 2 2,312 2018-01-27, 02:34 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