NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Kodi / XBMC v
« Previous 1 … 35 36 37 38 39 … 43 Next »
Comskip rules for XBMC.

 
  • 0 Vote(s) - 0 Average
Comskip rules for XBMC.
smacrae
Offline

Senior Member

Posts: 255
Threads: 11
Joined: Aug 2012
#11
2013-02-26, 11:53 PM
Hmm, doesn't seem to work (only trying from my OSX XBMC client(s).

I have added the following in to my advancedsettings.xml:

<pathsubstitution>
<substitute>
<from>M:\</from>
<to>smb://192.168.137.46/TV/</to>
</substitute>

I also tried making M:\Recorded TV and "M:\Recorded TV" etc. in the <from> fields, nothing seems to work...X-NEWA still plays the program but ignores the comskip files (NextPVR works fine with the comskip files).

I ensured I did a refresh in X-NEWA also...
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,901
Threads: 955
Joined: May 2006
#12
2013-02-26, 11:56 PM
Can I see your xbmc.log?

Martin
smacrae
Offline

Senior Member

Posts: 255
Threads: 11
Joined: Aug 2012
#13
2013-02-27, 12:15 AM
Sure, here it is....I can see that it is saying it cannot find the M:\Recorded TV\etc. for the file that I am playing so resorts to http://<ip-address-of-nextpvr-svr>/etc. however I have no idea why it's doing that....
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,901
Threads: 955
Joined: May 2006
#14
2013-02-27, 12:17 AM
You are too deep in the logs :

11:09:38 T:140735327433088 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
11:09:38 T:140735327433088 ERROR: Error loading special://profile/advancedsettings.xml, Line 14
Error reading end tag.

In my example I didn't close it fully perhaps I should add

</pathsubstitution>

Martin
smacrae
Offline

Senior Member

Posts: 255
Threads: 11
Joined: Aug 2012
#15
2013-02-27, 12:32 AM
Thanks, the advancedsettngs.xml file loaded now, see below:

11:28:20 T:140735327433088 NOTICE: Contents of special://profile/advancedsettings.xml are...
<advancedsettings>
<useddsfanart>true</useddsfanart>
<videoextensions>
<add>.html</add>
</videoextensions>
<pathsubstitution>
<substitute>
<from>M:\</from>
<to>smb://192.168.137.46/TV/</to>
</substitute>
</pathsubstitution>
</advancedsettings>

However when I play a file it still does this:

11:28:31 T:4782272512 NOTICE: M:\Recorded TV\Masterchef The Professionals\Masterchef The Professionals_20130226_19312035.ts
11:28:31 T:4782272512 NOTICE: not found
11:28:31 T:4782272512 NOTICE: Playing http://192.168.137.46:8866/live?recordin...6b116f42bL
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,901
Threads: 955
Joined: May 2006
#16
2013-02-27, 12:37 AM
I'm guessing here but is it possible your from should be M:\Recorded TV\

Martin
smacrae
Offline

Senior Member

Posts: 255
Threads: 11
Joined: Aug 2012
#17
2013-02-27, 04:48 AM
I'll try that also, will I need to do <from>"M:\Recorded TV\"</from> or leave out the quotes?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,901
Threads: 955
Joined: May 2006
#18
2013-02-27, 04:51 AM
Leave out the quotes, it does a full match before substituting.

Martin
smacrae
Offline

Senior Member

Posts: 255
Threads: 11
Joined: Aug 2012
#19
2013-02-27, 06:31 AM
Still getting the same issue:

17:28:23 T:4735234048 NOTICE: M:\Recorded TV\Masterchef The Professionals\Masterchef The Professionals_20130226_19312035.ts
17:28:23 T:4735234048 NOTICE: not found
17:28:23 T:4735234048 NOTICE: Playing http://192.168.137.46:8866/live?recordin...6b116f42bL

My advancedsettings.xml is getting loaded:

17:27:46 T:140735327433088 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
17:27:46 T:140735327433088 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
17:27:46 T:140735327433088 NOTICE: Contents of special://profile/advancedsettings.xml are...
<advancedsettings>
<useddsfanart>true</useddsfanart>
<videoextensions>
<add>.html</add>
</videoextensions>
<pathsubstitution>
<substitute>
<from>M:\Recorded TV\</from>
<to>smb://192.168.137.46/TV/</to>
</substitute>
</pathsubstitution>
</advancedsettings>
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,901
Threads: 955
Joined: May 2006
#20
2013-02-27, 06:35 AM
I
smacrae Wrote:Still getting the same issue:

17:28:23 T:4735234048 NOTICE: M:\Recorded TV\Masterchef The Professionals\Masterchef The Professionals_20130226_19312035.ts
17:28:23 T:4735234048 NOTICE: not found
17:28:23 T:4735234048 NOTICE: Playing http://192.168.137.46:8866/live?recordin...6b116f42bL

My advancedsettings.xml is getting loaded:

17:27:46 T:140735327433088 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
17:27:46 T:140735327433088 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
17:27:46 T:140735327433088 NOTICE: Contents of special://profile/advancedsettings.xml are...
<advancedsettings>
<useddsfanart>true</useddsfanart>
<videoextensions>
<add>.html</add>
</videoextensions>
<pathsubstitution>
<substitute>
<from>M:\Recorded TV\</from>
<to>smb://192.168.137.46/TV/</to>
</substitute>
</pathsubstitution>
</advancedsettings>
Can I get the whole log?
Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  Kodi 17 and comskip reven 5 3,520 2017-10-19, 12:30 AM
Last Post: sub
  Comskip and Kodi ccihon 1 2,457 2017-01-19, 05:48 PM
Last Post: sub
  Buffering of HD channels in XBMC only Fritters 23 17,107 2017-01-03, 06:22 AM
Last Post: p37307
  Any plans for adding comskip support with nextpvr kodi addon? jmcentire 0 2,394 2016-05-26, 05:36 AM
Last Post: jmcentire
  Moving to NPVR/NMT to NPVR+Fire TV/XBMC jt25741 15 8,323 2015-09-10, 12:28 AM
Last Post: mvallevand
  NextPVR and XBMC are communicating, but no live tv Honkytonkman 1 1,750 2015-05-26, 01:22 AM
Last Post: pkscout
  XBMC & Genre smajor 25 13,650 2015-01-21, 06:12 AM
Last Post: EiEiOhh
  XBMC Recordings Art kmarq 9 3,968 2015-01-17, 10:00 PM
Last Post: mvallevand
  Issue with XBMC revolution21 13 5,772 2015-01-07, 09:43 PM
Last Post: headlearning
  Issues with xbmc on linux and NPVR plugin playing fm channels tuxman 0 1,992 2014-12-20, 07:38 PM
Last Post: tuxman

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

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

Linear Mode
Threaded Mode