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 … 13 Next »
XNewa on Kodi 18.8 on Android TV Jumps out Playing Show Currently Recording

 
  • 0 Vote(s) - 0 Average
XNewa on Kodi 18.8 on Android TV Jumps out Playing Show Currently Recording
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#21
2020-09-12, 04:48 AM (This post was last modified: 2020-09-12, 04:49 AM by jksmurf.)
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.kodi.knewc" name="NextPVR New Client" version="3.0.0~a1" provider-name="emveepee">
    <requires>
        <import addon="xbmc.python" version="3.0.0"/>
        <import addon="script.module.future" version="0.16.0.4"/>
        <import addon="script.module.dateutil" version="2.7.3"/>
        <import addon="script.module.kodi-six" />
    </requires>
    <extension point="xbmc.python.script" library="default.py">
    </extension>
    <!--extension point="xbmc.service" library="default.py"  start="startup"></extension-->
    <extension point="xbmc.addon.metadata">
        <platform>all</platform>
        <minversion>28764</minversion>
        <summary lang="en">Python script to access NextPVR v4 or v5 using NEWA or v5 API</summary>
        <description lang="en">Supplement NextPVR PVR Addon with additional functionality Compatible with python 2.7 or python 3</description>
    </extension>
</addon>

There was no 2.8.1.1 ? The above is what it already looks like.
/storage/.kodi/addons/script.kodi.knewc
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: 52,839
Threads: 954
Joined: May 2006
#22
2020-09-12, 04:52 AM
Ok I guess that is because it doesn't  install.  Try this


Attached Files
.zip   script.kodi.knewc-3.1.0~a1.zip (Size: 1.24 MB / Downloads: 3)
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#23
2020-09-12, 05:00 AM
(2020-09-12, 04:52 AM)mvallevand Wrote: Ok I guess that is because it doesn't  install.  Try this

Well that installed, thank you.
Unfortunately... no joy with either pausing or skipping Live TV nor playing a recording (still jumps out)?


Attached Files
.zip   logs-20200912-1258.zip (Size: 1.49 MB / Downloads: 0)
.zip   kodi_debug_logs.zip (Size: 126.32 KB / Downloads: 1)
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: 52,839
Threads: 954
Joined: May 2006
#24
2020-09-12, 05:05 AM
Are you sure you saved PVR mode and did you wait for the pvr addon to load the database? You might have to remove advancedsetttings.xml so it doesn't use the share.

Unfortunately that is a really old version of the pvr addon too.

I have to take a pause and try again in the morning.

Martin
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#25
2020-09-12, 05:19 AM
(2020-09-12, 05:05 AM)mvallevand Wrote: Are you sure you saved PVR mode and did you wait for the pvr addon to load the database?  You might have to remove advancedsetttings.xml so it doesn't use the share.

Unfortunately that is a really old version of the pvr addon too.

I have to take a pause and try again in the morning.

Martin

Are you sure you saved PVR mode = Yes
did you wait for the pvr addon to load the database? = I believe so.
remove advancedsetttings.xml = OK.
a really old version of the pvr addon = OK - Will ask sub.
try again in the morning = No problem at all martin take as long as you like - I have the 18.8 on the other card, the Android TV still works and I am safe from the wooden spoon.

and thank you a heap for all the help - you're super patient :-)

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: 52,839
Threads: 954
Joined: May 2006
#26
2020-09-12, 11:26 AM
Ok I looked at the logs again and live TV was working the way i expected you just don't have timeshifting enable but it was using the PVR. You just didn't have debug logging on when the pvr addon started so I missed some info.

Could I see the new Kodi log after you remove advancedsetttings.xml and restart LE and see the play of in progress recording so I can see why that isn't working?

I do most of the client work know on the addon which is why I know it is old. I guess really old is relative it is only July so I expect it is just all part of the LE issues I expected when you choose the RPi4 as your test bed.

Martin
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#27
2020-09-13, 03:32 AM
(2020-09-12, 11:26 AM)mvallevand Wrote: Ok I looked at the logs again and live TV was working the way i expected you just don't have timeshifting enable but it was using the PVR.  You just didn't have debug logging on when the pvr addon started so I missed some info.

Could I see the new Kodi log after you remove advancedsetttings.xml and restart LE and see the play of in progress recording so I can see why that isn't working?

I do most of the client work know on the addon which is why I know it is old.  I guess really old is relative it is only July so I expect it is just all part of the LE issues I expected when you choose the RPi4 as your test bed.

Martin

See logs attached after I removed advancedsettings.xml and restarted LE, with debug started already. 
I shutdown and restarted before I took the log, so it might be the .old one.
"you just don't have timeshifting enable"; is there something i need to change here?

Essentially (you're right it take about a minute) for the record then watch the show it seems to work ok without jumping out after the NextPVR PVR eventually started (which is when I could actually start playing it); before that it said player error.

As regards LiveTV, it worked but stuttered a bit; maybe the advancedsettings.xml buffer setup being removed?
Do you know why the advancedsettings.xml made a difference? i.e. could I add it back without some setting so I can still have it (later)?

HTH

k.


Attached Files
.zip   kodi.zip (Size: 74.07 KB / Downloads: 3)
.zip   logs-20200913-1126.zip (Size: 1.45 MB / Downloads: 1)
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: 52,839
Threads: 954
Joined: May 2006
#28
2020-09-13, 04:31 AM
Ok that is what I expected. I wouldn't recommend play a close to live it would be more efficient to watch it and less change of stuttering. The reason for removing it is the code is designed to prefer file share playback over http but I forgot to take that out in PVR mode. I will fix that for the next alpha and if that is successful I will try it in Leia too.

If you turn on timeshifting for the PVR addon you will get that in knewc. That might help live tv performance too however it looks like the issue could be file related too

2020-09-13 11:19:59.071 T:1050 WARNING <general>: ActiveAE - large audio sync error: -8112.441135

perhaps just an issue with the level of playback support for the RPi right now.

Martin
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#29
2020-09-13, 06:09 AM
Thank you very much Martin, really appreciate the updates, works a treat.
I changed the PVR mode to Timeshift and that is all good now.
Let me know when I can drop the advancedsettings.xml back in :-).

Cheers

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 |
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3


Possibly Related Threads…
Thread Author Replies Views Last Post
  Unclear how to install knewc and use it in Kodi smbunn 2 1,315 2023-05-02, 01:12 PM
Last Post: mvallevand
  knewc Timeout Starting Recording Playback BrettB 1 1,588 2021-10-21, 03:02 PM
Last Post: mvallevand
  Kodi 19 Matrix - knewc is Uninstalled after Modification meccano 2 2,665 2021-04-12, 03:08 PM
Last Post: meccano
  Kodi 19 Beta jcjefferies 6 2,446 2021-03-29, 06:40 PM
Last Post: mvallevand
  kodi/knewc crashing baj1 12 4,204 2021-01-23, 07:05 PM
Last Post: baj1
  Watching Show in knewc 2.7.4 that is recording always jumps out jksmurf 30 10,521 2019-10-21, 03:18 AM
Last Post: jksmurf
  Kodi 18. 3 and 18.4 with knewc jksmurf 3 2,068 2019-09-09, 11:13 PM
Last Post: mvallevand
  [Moved] Comskip with XNEWA on Kodi 18 Leia jksmurf 50 14,304 2019-03-02, 08:53 PM
Last Post: jksmurf
  Could not open NextPVR on 127.0.0.1 from Kodi on Sony TV with Android OS jksmurf 1 2,162 2019-01-24, 01:00 PM
Last Post: jksmurf
  Location of Guide.xml in XNEWA on RPi2? jksmurf 2 2,214 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