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?
NYPlayer
Offline

Senior Member

Posts: 308
Threads: 22
Joined: Aug 2014
#21
2015-01-15, 03:19 PM (This post was last modified: 2015-01-15, 03:24 PM by NYPlayer.)
Here are all the logs both a PC Client and RPI client... the one that did not work were the PI clients. Right now I record to \\Nyplayer\npvrrecq
NEXTPVR Server Acer AM3910-UR10P Intel Core i3-540 3.06GHz Desktop, Windows 8.1 Pro. 64bit, 2 HdHomerun units(OTA Tuners) , 1 HD Homerun Prime , for a total of 7 HD Tuners , LinkSYS 16 port Gigabyte Switch.
D-link 857 Router
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,850
Threads: 954
Joined: May 2006
#22
2015-01-15, 04:03 PM
NYPlayer Wrote:Here are all the logs both a PC Client and RPI client... the one that did not work were the PI clients. Right now I record to \\Nyplayer\npvrrecq

On the RPi it trying to open it using the correct syntax

06:36:03 T:2769228864 NOTICE: smb://Nyplayer/npvrrecq/American Idol/American Idol.S14E03.Auditions No. 3.ts

but it fails.

06:36:03 T:2769228864 NOTICE: not found

so it falls back to http

The Kodi syntax is okay, perhaps you need to add Nyplayer to the RPi host file. If not play the file from Video Library and we can see what syntax it uses.

Martin
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,850
Threads: 954
Joined: May 2006
#23
2015-01-15, 04:34 PM
mvallevand Wrote:The Kodi syntax is okay, perhaps you need to add Nyplayer to the RPi host file. If not play the file from Video Library and we can see what syntax it uses.

To be clearer I meant the Kodi Video Library or TV Shows not NextPVR's

Martin
NYPlayer
Offline

Senior Member

Posts: 308
Threads: 22
Joined: Aug 2014
#24
2015-01-15, 05:06 PM
This is the way Kodi accesses it. It is all caps.
smb://NYPLAYER/NPVRRECQ/American Idol/American Idol.S14E03.Auditions No. 3.txt
09:04:40 T:2761757760 DEBUG: ScanForExternalSubtitles: END (total time: 125 ms)
09:04:40 T:2761757760 DEBUG: GetExternalStreamDetailsFromFilename - Language = '' / Name = '(External)' / Flag = '0' from smb://NYPLAYER/NPVRRECQ/American Idol/American Idol.S14E03.Auditions No. 3.txt
09:04:40 T:2761757760 NOTICE: Creating Demuxer
09:04:40 T:2761757760 DEBUG: Open - probing detected format [mpegts]
09:04:40 T:2761757760 DEBUG: Open - avformat_find_stream_info starting
09:04:40 T:2761757760 ERROR: ffmpeg[A49D1440]: [mpeg2video] Invalid frame dimensions 0x0.
09:04:41 T:2761757760 ERROR: Previous line repeats 7 times.
09:04:41 T:2761757760 DEBUG: ffmpeg[A49D1440]: [mpegts] PES packet size mismatch
09:04:41 T:2761757760 DEBUG: Open - av_find_stream_info finished
09:04:41 T:2761757760 INFO: ffmpeg[A49D1440]: Input #0, mpegts, from 'smb://NYPLAYER/NPVRRECQ/American Idol/American Idol.S14E03.Auditions No. 3.ts
NEXTPVR Server Acer AM3910-UR10P Intel Core i3-540 3.06GHz Desktop, Windows 8.1 Pro. 64bit, 2 HdHomerun units(OTA Tuners) , 1 HD Homerun Prime , for a total of 7 HD Tuners , LinkSYS 16 port Gigabyte Switch.
D-link 857 Router
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,850
Threads: 954
Joined: May 2006
#25
2015-01-15, 05:14 PM
Did the hosts file change help? If not, you can probably configure samba on the RPI not to be case sensitive if you don't want to use advancedsettings.xml

Martin
NYPlayer
Offline

Senior Member

Posts: 308
Threads: 22
Joined: Aug 2014
#26
2015-01-15, 05:16 PM
I would not mind using advancesettings never used it I know where to put it.maybe look at this... BTW Comskip worked using Kodi Video. I am not sure how to make changes in RPI.

<advancedsettings>
<pathsubstitution>
<substitute>
<from>\\Nyplayer\npvrrecq\</from>
<to>smb://10.0.0.15/npvrrecq/</to>
</substitute>
</pathsubstitution>
</advancedsettings>
NEXTPVR Server Acer AM3910-UR10P Intel Core i3-540 3.06GHz Desktop, Windows 8.1 Pro. 64bit, 2 HdHomerun units(OTA Tuners) , 1 HD Homerun Prime , for a total of 7 HD Tuners , LinkSYS 16 port Gigabyte Switch.
D-link 857 Router
NYPlayer
Offline

Senior Member

Posts: 308
Threads: 22
Joined: Aug 2014
#27
2015-01-15, 05:25 PM
I am trying this at the moment.

<advancedsettings>
<pathsubstitution>
<substitute>
<from>\\Nyplayer\npvrrecq\</from>
<to>smb://NYPLAYER/NPVRRECQ/</to>
</substitute>
</pathsubstitution>
</advancedsettings>
NEXTPVR Server Acer AM3910-UR10P Intel Core i3-540 3.06GHz Desktop, Windows 8.1 Pro. 64bit, 2 HdHomerun units(OTA Tuners) , 1 HD Homerun Prime , for a total of 7 HD Tuners , LinkSYS 16 port Gigabyte Switch.
D-link 857 Router
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,850
Threads: 954
Joined: May 2006
#28
2015-01-15, 05:39 PM
NYPlayer Wrote:I am trying this at the moment.

<advancedsettings>
<pathsubstitution>
<substitute>
<from>\\Nyplayer\npvrrecq\</from>
<to>smb://NYPLAYER/NPVRRECQ/</to>
</substitute>
</pathsubstitution>
</advancedsettings>


you can keep that but I'd also try this in from if it doesn't work since x-newa will have already mapped it.

<from>smb://Nyplayer/npvrrecq/</from>

Martin
NYPlayer
Offline

Senior Member

Posts: 308
Threads: 22
Joined: Aug 2014
#29
2015-01-15, 05:41 PM
Will try that the way I had it did not work. BRB
NEXTPVR Server Acer AM3910-UR10P Intel Core i3-540 3.06GHz Desktop, Windows 8.1 Pro. 64bit, 2 HdHomerun units(OTA Tuners) , 1 HD Homerun Prime , for a total of 7 HD Tuners , LinkSYS 16 port Gigabyte Switch.
D-link 857 Router
NYPlayer
Offline

Senior Member

Posts: 308
Threads: 22
Joined: Aug 2014
#30
2015-01-15, 05:53 PM (This post was last modified: 2015-01-15, 06:30 PM by NYPlayer.)
Yes we have a Winner!!!! tried your way it works logs attached.All parts work WebClient and X-NEWA ... much appreciated thank you.
Code:
<advancedsettings>
    <pathsubstitution>
    <substitute>
    <from>smb://Nyplayer/npvrrecq/</from>
    <to>smb://NYPLAYER/NPVRRECQ/</to>
    </substitute>
    </pathsubstitution>
</advancedsettings>


PS You know what I find wierd is only the Recording Directory that I have to remap. The other are called correctly. See Below

smb://NYPLAYER/ArchiveU/Thriller/Thriller.S01E25.Trio for Terror.edl
10:00:04 T:2742875200

Code:
<RecordingDirectory>\\Nyplayer\npvrrecq\</RecordingDirectory>
    <TimeshiftMode>EPG Based</TimeshiftMode>
    <ExtraRecordingDirectories>Default~\\Nyplayer\npvrrecq~ArchiveU~\\NYPLAYER\ArchiveU~</ExtraRecordingDirectories>
    <RecordingDirectoryTranslation>d:\temp~\\someserver\someshare</RecordingDirectoryTranslation>
    <LiveTVBufferDirectory>\\Nyplayer\livetv\</LiveTVBufferDirectory>
NEXTPVR Server Acer AM3910-UR10P Intel Core i3-540 3.06GHz Desktop, Windows 8.1 Pro. 64bit, 2 HdHomerun units(OTA Tuners) , 1 HD Homerun Prime , for a total of 7 HD Tuners , LinkSYS 16 port Gigabyte Switch.
D-link 857 Router
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (9): « Previous 1 2 3 4 5 … 9 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Skip no longer works on NextPVR New Client jcjefferies 6 716 2024-12-20, 01:37 PM
Last Post: mvallevand
  Unclear how to install knewc and use it in Kodi smbunn 2 1,337 2023-05-02, 01:12 PM
Last Post: mvallevand
  X-NEWA client problem jcjefferies 2 1,015 2023-04-11, 05:01 PM
Last Post: jcjefferies
  Kodi 19 Matrix - knewc is Uninstalled after Modification meccano 2 2,685 2021-04-12, 03:08 PM
Last Post: meccano
  Kodi 19 Beta jcjefferies 6 2,455 2021-03-29, 06:40 PM
Last Post: mvallevand
  kodi/knewc crashing baj1 12 4,261 2021-01-23, 07:05 PM
Last Post: baj1
  NextPVR Timeout message in knewc baj1 3 2,209 2020-11-21, 07:11 PM
Last Post: mvallevand
  x-newa new install wheemer 14 4,649 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 10,577 2020-09-13, 06:09 AM
Last Post: jksmurf
  New repository for KNEWC and X-NEWA mvallevand 8 8,663 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