NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Kodi / XBMC v
« Previous 1 … 10 11 12 13 14 … 43 Next »
Kodi timeshifting with version 5

 
  • 0 Vote(s) - 0 Average
Kodi timeshifting with version 5
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,901
Threads: 955
Joined: May 2006
#1
2019-12-15, 04:43 PM
Sub and I are now ready to start testing a pre release version of Kodi with  working timeshifting on v5.  There is a Kodi build for Matrix and many platforms and partial build for Leia Win64 now with 32bit coming.    I will do a custom CoreElec build for the Odroid N2 but I won't be making an LibreElec builds, the source will be available for the adventurous.

- implement v5 timeshifting *
- improve playback of in progress recordings *
- added original air date as firstAired
- live and new flags modify firstAired
- added Advanced Recording type
- Add genres to recordings (Kodi bug doesn't display them)
- can force delete of all channel icons from the setup screen
- added the sid to recordings*
- removed forced (YEAR) from EPG titles, Kodi V19 does this now.
- reintroduce XMLUtils makes the parsing code easier to read.*
- continue to change c to c++*
- fixed bug passing empty channel group titles to Kodi (kodi bug) *

I'd like to test V4 and V5 servers so the upgrade to V5 is recommended but not mandatory.

If you are interested in testing please post on this thread information on your configuration so I'd know what to prepare, and what you are interested in testing.

Matrix builds are now part of the nightly release

The Jenkins Leia build is https://jenkins.kodi.tv/blue/organizatio.../artifacts. The Leia changes are showi with the *
.
Custom Windows builds for Leia are attached (i686 is 32 bit)  and CorElec for the Odroid N2 with all the Matrix feature are attached.

Thanks,  

Martin
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,666
Threads: 170
Joined: Jun 2007
#2
2019-12-15, 05:14 PM
Hey, Martin.

I don't normally use the native Kodi PVR interface nor typically watch live tv, but I'm happy to help with testing.

I've moved my production server to v5, so that's where I've got the most recordings, activity, etc. I do still have a v4 server at my mom's where I'll be 12/20-12/27 (can't upgrade because of lack of support for the DCS-2650 in v5 right now). I've also got the server I was using for v5 testing where I can install either if needed for testing. And I've got a QNAP NAS which supports docker where I'm planning to test running a v5 server to see if I can eventually move my production server to it.

If you care about tuner types, my production system has 2 HDHR Primes (with cablecards) and an HDHR Quatro for OTA ATSC. Those are all on the network so can also be allocated/used by a test server. And, of course, I use SD for EPG data.

My normal production clients are RPi 3b+'s running Libreelec. And I've also got an Odroid N2 with Coreelec which is currently still a "test" system. So the Odroid N2 would probably be my most ideal system to test with.

-Brett
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,901
Threads: 955
Joined: May 2006
#3
2019-12-15, 06:37 PM
Thanks Brett, since you will only using it with light testing I suggest the Matrix Build. You can see the comskip markers on recordings.

To make it really simple download the nightly and for simplicity install into a folder outiside of Program File but don't run it. Instead start with the command line option -p (portable mode) and all the files will be self contained in that folder. You can even have multiple configurations this way. You can install the PVR addon but we will be replacing it.

A key change will be having an advancedsettings.xml file that enables debug logging. That wil be

portable_data/userdata/advancedsettings.xml

with

Code:
<advancedsettings>
<loglevel hide="false">1</loglevel>
</advancedsettings>

The N2 build will be Leia, there is going to be issues moving to 19 for CE since Kodi devs are ripping out legacy support for all the small devices.

Martin
pkscout
Offline

Senior Member

USA
Posts: 464
Threads: 50
Joined: May 2014
#4
2019-12-16, 03:28 AM
I can test Matrix on Mac OSX as well as Leia on OSX and Windows with a v4 backend server if that would help. I could probably lightly test with a v5 backend, but it might be a little dicey (the only v5 I have is a Docker container on OSX that runs in a different user space than my Matrix install).
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,901
Threads: 955
Joined: May 2006
#5
2019-12-16, 03:53 AM
Right now there is only a Matrix build for macos so confirming v4 will be fine. You can also see the New flag and Original Air date fields in Estuary which we have talked about online. Still haven't decided if it is worth backporting those.

Here is the link the the osx version https://jenkins.kodi.tv/job/kodi-pvr/job...-4.3.0.zip

Martin
jcole998
Offline

Posting Freak

New York, USA
Posts: 856
Threads: 186
Joined: Jun 2015
#6
2019-12-16, 02:19 PM
Is there a preferred manner in which to test? A list of test "targets" might be useful if everyone knows what they are and can test the same things.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,901
Threads: 955
Joined: May 2006
#7
2019-12-16, 02:42 PM
Given the nature of the testing it is not clear if this is beta or release candidate. It is all unit tested so I am asking for general user testing. To direct users in a specific area would be counter productive especially for regression testing against v4. I am hoping it is stable enough for full time use and user may have use cases I haven't considered.

Here are my thoughts on the release if it helps.

In addition to the live tv and recording playback changes I've touched the data load for recording, recurring code and guide data, changed the settings code and added a new scheduling type. Pretty much the only things I left alone was v4 timeshift and real time playback.

For v5 certainly testing the new timeshift mode is the significant change and deserves the most attention. The ability to see the original air date and the new show indicator in the guide would be something but it can be easily confirmed. Comments on being able to see and edit advanced manual recordings would be useful but probably not a high use option

In v4 and v5 reports back on being able to play in progress recording would server to confirm unit testing, but that is also general use.

Resetting the channel icons can really only be tested if you replace one.

You can't see the changes in the recording genre logic because of bug in Kodi (currently recordings always show Other/Unknown). I hope to submit a Kodi PR for this

The source PR (pull request) is also available for review and comments if you are interested https://github.com/kodi-pvr/pvr.nextpvr/pull/101

Hopefully that helps.

Martin
jcole998
Offline

Posting Freak

New York, USA
Posts: 856
Threads: 186
Joined: Jun 2015
#8
2019-12-16, 03:42 PM
That'll do nicely. Many thanks
VCR58
Offline

Posting Freak

Marion Iowa, USA
Posts: 1,845
Threads: 177
Joined: Aug 2016
#9
2019-12-16, 05:15 PM
I have one v5 setup with v5 Debian 10 Buster & Plasma desktop environment. I have only seen Kodi 17.6 on the standard deb repo but would be willing to try Matrix if I knew where to download it.

Also have v5 on Windows 10 Pro that I could install Matrix on and test the timeshifting.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,901
Threads: 955
Joined: May 2006
#10
2019-12-16, 05:31 PM
For linux it is a little more difficult, you need to do some things to install the Matrix nightlies explained here https://kodi.wiki/view/HOW-TO:Install_Kodi_for_Linux. Hopefully the .so file (linux equivalent of dll's) that I make for Ubuntu will be compatible.

Let me know if you get the linux nigthly installed and I will upload the updated files.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): 1 2 3 4 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Kodi Channel not updating aTF6i 2 451 2025-03-09, 12:26 AM
Last Post: aTF6i
  EPG not loading in Kodi? membball84 3 425 2025-02-13, 01:24 AM
Last Post: membball84
  Automated Updates of IPTV Channels in NPVR and Kodi via APIs taylormia 1 828 2025-02-04, 03:13 AM
Last Post: lustfulmacaw
  Kodi 22 (Piers) and library thumbnails mvallevand 8 1,232 2025-01-15, 06:32 PM
Last Post: mvallevand
  Suggestions for the KODI Add-on Escape7 38 9,053 2024-12-20, 05:31 AM
Last Post: sub
  Kodi Channel Icons wrong and can't be corrected wapkaplet 11 1,137 2024-10-23, 02:11 PM
Last Post: mvallevand
  Kodi PVR Client Not Working trongod 8 1,458 2024-09-11, 10:20 PM
Last Post: trongod
  Kodi 21.0 Omega/NextPVR 21.1.0 PVR & Live TV Group Manager bouilliabai 28 4,241 2024-08-06, 10:00 PM
Last Post: sub
  Kodi-V5 WiFi Problem? kerryball 0 393 2024-06-26, 06:49 AM
Last Post: kerryball
  Adding/editing timer to one time (manual) recording from Kodi guide has no effect mmortal03 6 1,122 2024-06-25, 09:30 PM
Last Post: mmortal03

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

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

Linear Mode
Threaded Mode