Code Monkey home page Code Monkey logo

Comments (40)

Jalle19 avatar Jalle19 commented on July 21, 2024

Can you try an earlier beta/alpha of Kodi and see if it worked back then?

from pvr.hts.

carpa5 avatar carpa5 commented on July 21, 2024

I am running on linux, so I am compiling the addon. The furthest back I could go before running into compile or prerequisite problems was c552a20 . The problem still persists there.

from pvr.hts.

ksooo avatar ksooo commented on July 21, 2024

@carpa5: I don't think that this a problem with the addon. I fear it is a problem with latest tvheadend. Could you please try 4.0.7 and report back the result?

Also, to really understand the problem, relevant screenshots of both tvh web ui and Kodi windows would really be helpful. For me, from the current description it is currently not 100% clear what the actual problem should be.

from pvr.hts.

carpa5 avatar carpa5 commented on July 21, 2024

kodi16
tvh-web

Attached are the pictures. As you can see in Kodi on CBC from 8:00 to 8:30 three timers are set. These are not being recorded. The first recording on CBC "22 Minutes" which is later in the evening.

As I stated this works fine if I use Kodi 15. I'm not sure I want to revert to 4.07 since I'm not sure if this will screw up my 4.1 settings.

from pvr.hts.

ksooo avatar ksooo commented on July 21, 2024

4.1 is unstable software and known to introduce random regressions. So, if you cannot go back to 4.0.7 to check whether it is what i suspect, I cannot help you, I'm afraid.

from pvr.hts.

ksooo avatar ksooo commented on July 21, 2024

Could you please show me the autorec tab of your tvh web ui?

from pvr.hts.

carpa5 avatar carpa5 commented on July 21, 2024

OK, that's fair. I will do a backup and try 4.0.7. Thanks for you hard work.

from pvr.hts.

carpa5 avatar carpa5 commented on July 21, 2024

autorec

As requested

from pvr.hts.

ksooo avatar ksooo commented on July 21, 2024

Okay, can you find a relation between your CBC autorecs and the three CBC timers diplayed wrong in Kodi?

from pvr.hts.

carpa5 avatar carpa5 commented on July 21, 2024

So are you saying it has to do with the start before/after ?

from pvr.hts.

ksooo avatar ksooo commented on July 21, 2024

No, atm trying to find "something" to start with.

So, are there autorec rules for the bogus timers displayed in Kodi?

from pvr.hts.

ksooo avatar ksooo commented on July 21, 2024

Unfortunately I cannot see the titles of the events in question in the timer window, thus cannot look for matching autorecs myself. ;-)

from pvr.hts.

carpa5 avatar carpa5 commented on July 21, 2024

No the bogus timers do not appear in Kodi timer table. They are only in the EPG

from pvr.hts.

ksooo avatar ksooo commented on July 21, 2024

Sorry, ment the screen shot of your EPG window where I cannot see the titles of the events in question. Argh.

from pvr.hts.

carpa5 avatar carpa5 commented on July 21, 2024

None of those bogus timers are in the TVH autorec tab. Here is one more with more bogus entries I just took now,
epg2

from pvr.hts.

ksooo avatar ksooo commented on July 21, 2024

OK, I think I found it. Could be a problem in Kodi core not dealing correctly with autorecs with "start" set to "any".

What happens if you delete "The Romeo Section" CBC autorec entry in tvh web ui (maybe disabling it also is enough? Try delete if disable has no effect, please.)? Do the bogus CBC timers vanish, then?

from pvr.hts.

carpa5 avatar carpa5 commented on July 21, 2024

Yup, that did the trick. If I disable "The Romeo Section", the bogus timers disappear on CBC. If I enable the come back again. Great Detective work !

from pvr.hts.

carpa5 avatar carpa5 commented on July 21, 2024

With the "The Romeo Section" disabled we still get bogus timers between 19:00 and 23:00 on CBC

epg3
tvh-autorec2

from pvr.hts.

ksooo avatar ksooo commented on July 21, 2024

Cool. Then we can close this issue as it is not related to the addon (and also not to tvh 4.0.7/4.1, btw). I will come up with a PR for kodi core the next days and notify you, then.

Thanks for helping me to find out what's wrong.

from pvr.hts.

ksooo avatar ksooo commented on July 21, 2024

Just saw your last comment. Those "bogus" timers are a completely different story, not related to the first bug we digged out. According to your screen shot, the cause of the "problem" for CBC is the "22 Minutes" autorec rule.

Could you please show me the content of the Kodi timer settings dialog for the "22 Minutes" autorec timer?

from pvr.hts.

carpa5 avatar carpa5 commented on July 21, 2024

The last field is "Lifetime = 2000 days"
22minutes

from pvr.hts.

ksooo avatar ksooo commented on July 21, 2024

lifetime is unrelated.

Not that settings dialog, please. This is the one for a particular recording. You need to find the autorec rule for "22 Minutes" in the timer window. ;-) In the Type column, this one must say "Repeating (Guide-based", not "One-time (...)".

from pvr.hts.

ksooo avatar ksooo commented on July 21, 2024

And again, do these "bogus" timers also appear in tvh web ui, tab "upcoming recordings"?

from pvr.hts.

carpa5 avatar carpa5 commented on July 21, 2024

The bogus timers do not appear in upcoming recordings:

22minutestimer
upcommingrecordings

from pvr.hts.

ksooo avatar ksooo commented on July 21, 2024

Argh. Still the wrong timer settings dialog. Close that dialog. Go up using "..". Press "i" (or use the context menu" on the 22 Minutes entry there to open the right timer settings dialog.

from pvr.hts.

carpa5 avatar carpa5 commented on July 21, 2024

Sorry, hope this is what you want:

22-1
22-2

from pvr.hts.

ksooo avatar ksooo commented on July 21, 2024

Thanks, settings looking good. Still no real clue what's going wrong, but I'm pretty sure we will find out. ;-)

from pvr.hts.

carpa5 avatar carpa5 commented on July 21, 2024

If you look at the start/end time it corresponds to the bogus timers between 19:00 and 23:00

from pvr.hts.

carpa5 avatar carpa5 commented on July 21, 2024

Actually after 19:50 does not correspond with 19:00 winch is the first bogus one. Just thinking out loud I guess.

from pvr.hts.

carpa5 avatar carpa5 commented on July 21, 2024

Just a quick note, the TV view always shows the correct next recording and does not display any of the bogus timers.

nextrecording

from pvr.hts.

ksooo avatar ksooo commented on July 21, 2024

Yeah, I actually fixed the "next recording widget" some days ago. Was basically the same problem we figured out earlier today, but obviously in the first place I did not find all places where this needs to be fixed.

from pvr.hts.

ksooo avatar ksooo commented on July 21, 2024

OK, I think I know what's going on. Do the bogus timers around CBC "22 Minutes" go away if you disable autorec CBC "Murdoch Mysteries"?

from pvr.hts.

ksooo avatar ksooo commented on July 21, 2024

More precisely: Do the bogus timers before CBC "22 Minutes" go away if you disable autorec CBC "Murdoch Mysteries" and "Dragon's Den"?

from pvr.hts.

carpa5 avatar carpa5 commented on July 21, 2024

For CBC on Dec 8 between 19:00 and 23:00

If I disable Murdoch Mysteries then all the timers go away (including 22 minutes), but TVH still has correct up coming recording of 22 minutes
p1

Disabling/Enabling Dragon's Den , Nothing happens

from pvr.hts.

ksooo avatar ksooo commented on July 21, 2024

Just doing brain debugging, maybe the one or the other "calculation" was wrong on my end. ;-)

Anyway, I think I now understand what's causing the ghost timers and have an idea how to fix thud in Kodi core.

Do you know how to use git to cherry pick from another ones repo and how to build your own Kodi?

from pvr.hts.

carpa5 avatar carpa5 commented on July 21, 2024

I am currently building Kodi from "Jarvis" branch, but I have not done cherry pick. Maybe if you send me some brief instructions I can try.

from pvr.hts.

ksooo avatar ksooo commented on July 21, 2024

Could you please apply this patch http://paste.ubuntu.com/13832093/ to your "Jarvis" branch and report back? I was able to reproduce the problems and for me this patch fixes things.

from pvr.hts.

carpa5 avatar carpa5 commented on July 21, 2024

Just applied the patch and everything looks good ! I do not see any more bogus timers.

from pvr.hts.

ksooo avatar ksooo commented on July 21, 2024

@carpa5 cool. Thanks for your cooperation. Please close this issue.

from pvr.hts.

carpa5 avatar carpa5 commented on July 21, 2024

@ksooo , no problem glad to help. I am impressed with you quick resolve.

from pvr.hts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.