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 … 5 6 7 8 9 … 13 Next »
X-Newa vs NextPVR XBMC - Comskip with Black Bars

 
  • 0 Vote(s) - 0 Average
X-Newa vs NextPVR XBMC - Comskip with Black Bars
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#11
2016-01-21, 11:51 PM (This post was last modified: 2016-01-22, 12:24 AM by jksmurf.)
BrettB Wrote:I believe that the only thing you need to change in advancedsettings.xml for comskip is the pathsubstitution info.

Thanks BrettB, however as the advancedsettings.xml doesn't exist, you have to create one. So if I create one with ONLY the pathsubstitution (for my setup), just to confirm, is that all I would need? i.e. essentially if I want anything else, I can tweak it, but folks are not using or recommending other settings? If so, I'd really appreciate an example advancedsettings.xml as a starting point (from anyone).

Ta

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 |
dgeezer
Offline

Senior Member

Posts: 324
Threads: 9
Joined: Feb 2005
#12
2016-01-24, 02:12 PM
Here is a copy of a simple advancedsettings.xml from my fire tv.

<advancedsettings>
<pathsubstitution>
<substitute>
<from>D:/NPVR_Record/</from>
<to>smb://192.168.1.14/NPVR_Record/</to>
</substitute>
</pathsubstitution>
</advancedsettings>

Here is the wiki page for this: http://kodi.wiki/view/Advancedsettings.xml

Also the userdata location varies based on the os of your hardware see here: http://kodi.wiki/view/Userdata

This was enough to get comskip working in X-newa.
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#13
2016-01-24, 02:23 PM
Cheers - more simple than I thought :-)


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
#14
2016-01-25, 02:42 PM (This post was last modified: 2016-01-25, 03:00 PM by jksmurf.)
jksmurf Wrote:Cheers - more simple than I thought :-)
k.
Or not.

I've been test running X-Newa (not Native XBMC) for whether comskip works [bit difficult without black bars though :-)]
The test show is Morning Glory, it should have about 9 skip points, the edl and txt files both exist.
The skip files were produced with use edl_skip_field=3 in comskip.ini
I believe I already have the smb path substitution in <advancedsettings> </advancedsettings> like this:

Code:
<advancedsettings>
    <network>
        <cachemembuffersize>5282880</cachemembuffersize>
    </network>
    <fanartres>560</fanartres>
    <imageres>256</imageres>
    <gui>
        <algorithmdirtyregions>3</algorithmdirtyregions>
        <nofliptimeout>0</nofliptimeout>
    </gui>
    <lookandfeel>
        <enablerssfeeds>false</enablerssfeeds>
    </lookandfeel>
    <bginfoloadermaxthreads>2</bginfoloadermaxthreads>
      <pathsubstitution>
        <substitute>
          <from>D:/GBPVRVids/</from>
          <to>smb://192.168.1.10/GBPVRVIDS/</to>
        </substitute>
        <substitute>
          <from>E:/VideosKids/</from>
          <to>smb://192.168.1.10/VIDEOSKIDS/</to>
        </substitute>
        <substitute>
          <from>E:/Storage/Videos/</from>
          <to>smb://192.168.1.10/STORAGEVIDEOS/</to>
        </substitute>
        <substitute>
          <from>E:/Storage/iTunes/Home Videos</from>
          <to>smb://192.168.1.10/HOMEVIDEOS/</to>
        </substitute>
        <substitute>
          <from>E:/jkm/FamilyStuff/GoPro/</from>
          <to>smb://192.168.1.10/GoPro/</to>
        </substitute>
      </pathsubstitution>
</advancedsettings>

What do I need to be looking for in the logs. I can see the path to the ts file, but I am not sure what else indicates it is or should be skipping?

If I choose right click "share with" on G:\ArchivedMovies\Morning Glory it says "stop sharing" so I assume it is already shared?
What do I need to do next?

[EDIT] I am also a bit confused about whether Path Substitution should be Server NAME or IP Address ?

e.g.
Code:
"Could you try your path substitution as NPVR-SERVER instead of the IP"
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
Online

Posting Freak

Ontario Canada
Posts: 53,161
Threads: 958
Joined: May 2006
#15
2016-01-25, 02:51 PM
You'd look in Kodi.log for the "not found" message which means it will stream by http

21:21:11 68.706512 T:1561326656 NOTICE: G:/ArchivedMovies/Morning Glory/Morning Glory_20160110_01500345.ts
21:21:11 68.707069 T:1561326656 NOTICE: not found

Seems to make sense because you don't have any path substitution for G:/ArchivedMovies/

Martin
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#16
2016-01-25, 03:05 PM
mvallevand Wrote:Seems to make sense because you don't have any path substitution for G:/ArchivedMovies/
Martin
Oh, ooops. That's embarassing. Let me try that again ... :-)
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 |
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,669
Threads: 170
Joined: Jun 2007
#17
2016-01-25, 03:12 PM
jksmurf Wrote:I've been test running X-Newa (not Native XBMC) for whether comskip works [bit difficult without black bars though :-)]

When you are playing a recording, you can press the button/key for the Context Menu ("c" on the keyboard). The player will then add an overlay with detailed info about the video being played. On the next to the last line (the one that begins with "C"), the 3rd data item in is "edl:". For a sample recording of mine it says "b5s10" which means that there are 5 commercial break points and 10 skip points (one at the beginning and one at the end of each commercial break).

Press the Context Menu button/key again to turn off the display. Smile
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#18
2016-01-25, 04:12 PM
BrettB Wrote:When you are playing a recording, you can press the button/key for the Context Menu ("c" on the keyboard). ...
Thanks Brett, I wish I had got that far. I have been scratching my head about Shares.

I tried the IP, I tried the Server name, I checked the Share ... :confused:

I believe I now have "path substitution for G:/ArchivedMovies/" :confused:

Code:
<advancedsettings>
    <network>
        <buffermode>1</buffermode>
        <cachemembuffersize>0</cachemembuffersize>
        <cachemembuffersize>5282880</cachemembuffersize>
        <readbufferfactor>10</readbufferfactor>
    </network>
    <fanartres>560</fanartres>
    <imageres>256</imageres>
    <gui>
        <algorithmdirtyregions>3</algorithmdirtyregions>
        <nofliptimeout>0</nofliptimeout>
    </gui>
    <lookandfeel>
        <enablerssfeeds>false</enablerssfeeds>
    </lookandfeel>
    <bginfoloadermaxthreads>2</bginfoloadermaxthreads>
      <pathsubstitution>
        <substitute>
          <from>D:/GBPVRVids/</from>
          <to>smb://SMURFPC/GBPVRVids/</to>
        </substitute>
                <substitute>
          <from>G:/ArchivedMovies/</from>
          <to>smb://SMURFPC/ArchivedMovies/</to>
        </substitute>
      </pathsubstitution>
</advancedsettings>

Always

Code:
23:38:34  52.132099 T:1785721920  NOTICE: G:/ArchivedMovies/Morning Glory/Morning Glory_20160110_01500345.ts
23:38:34  52.175636 T:1785721920  NOTICE: not found
The file does play, just no skips, nor details when I press "c" on my Rii keyboard.

I also hate my CEC remote with a passion. I cannot seem to get out of a playing file after a while; but that's another story.
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
Online

Posting Freak

Ontario Canada
Posts: 53,161
Threads: 958
Joined: May 2006
#19
2016-01-25, 04:18 PM
jksmurf Wrote:Thanks Brett, I wish I had got that far. I have been scratching my head about Shares.

I tried the IP, I tried the Server name, I checked the Share ... :confused:

I believe I now have "path substitution for G:/ArchivedMovies/" :confused:

I suggest you try with an IP and not NETBIOS hostname.

No need to post or upload advancedsettings.xml they are shown in the log.

Martin
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#20
2016-01-25, 04:34 PM (This post was last modified: 2016-01-25, 04:40 PM by jksmurf.)
mvallevand Wrote:I suggest you try with an IP and not NETBIOS hostname.

No need to post or upload advancedsettings.xml they are shown in the log.

Martin

OK. Just to be sure - I set the share in Windows, not in Kodi, correct?
i.e. I do not have to go into Kodi to "add a Kodi media source" as advancedsettings.xml substitutions does this?
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 (7): « Previous 1 2 3 4 5 … 7 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Skip no longer works on NextPVR New Client jcjefferies 6 917 2024-12-20, 01:37 PM
Last Post: mvallevand
  X-NEWA client problem jcjefferies 2 1,173 2023-04-11, 05:01 PM
Last Post: jcjefferies
  NextPVR Timeout message in knewc baj1 3 2,340 2020-11-21, 07:11 PM
Last Post: mvallevand
  x-newa new install wheemer 14 4,811 2020-09-15, 02:21 AM
Last Post: mvallevand
  New repository for KNEWC and X-NEWA mvallevand 8 8,957 2020-05-09, 02:19 AM
Last Post: jksmurf
  knewc xml files in NextPVR-data jksmurf 3 2,416 2020-04-04, 10:44 PM
Last Post: jksmurf
  X-NEWA keeping host PC awake lost@c 6 2,856 2020-04-03, 04:26 AM
Last Post: lost@c
  Comskip working with knewc, but autoskip is forced on? baj1 13 4,451 2020-01-29, 02:16 AM
Last Post: mvallevand
  X-NEWA End of Life mvallevand 39 16,229 2019-11-16, 02:30 AM
Last Post: jksmurf
  knewc vs NextPVR 3.3.15.4 Timeshift Settings - which one governs? jksmurf 4 2,563 2019-10-19, 03:27 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