Jonas Lang wrote:
> I’ve been following your progress on this topic and the effort you’ve put in to date is quite impressive.
>
Thanks for your feedback.
Jonas Lang wrote:
>I imagine testing all case scenarios may be quite difficult.
>
My primary testing goal will be that of stability out-of-the box. I did manage to produce a great deal of instability during development/testing and I was able to address all of those underlying issues (mostly unexpected null pointers) as I encountered them.
The Rating Labels feature will be off by default, so if TVH does not crash (or cause any other problems) with rating labels disabled, then I count that as a win. I plan to build a .deb package and install that on a clean Ubuntu system and see what happens. Provided that my clean system is stable, I will then enable rating labels and see if anything breaks from there.
I may then create another clean system, install and run the latest public TVH for a while before then ‘upgrading’ to the new version and seeing what happens.
I also need to double-check that HTSP version protection is working everywhere. I don’t want an old version of a front end crashing because it gets an unexpected field. Especially if rating labels have been enabled and then disabled. I don’t want any residual data getting through.
Once rating labels are merged into the main release, I will basically go into bug fixing mode based on issues raised and comments received.
Jonas Lang wrote:
> If you haven’t already done so, maybe a post in the Kodi forum might generate a little more interest and possible testers too.
>
As for enlisting Kodi users to assist with testing, that would be nice, but I’m not sure how practical that will be with TVH effectively not having officially released versions anymore. I’d have to publish my own unofficial version and hope that someone is willing to risk their system. Maybe I could make the .deb file available. I’ll think about it.
The Kodi community is also in the middle of a big discussion about how to handle rating icons going forward for Movies and TV Series (not live/recorded TV). This seems to have stalled and there are a number of people with a number of solutions and no apparent progress.
Jonas Lang wrote:
> No doubt it’s helping greatly with your knowledge of TVH/Kodi and believe me TVH could do with your input on other issues that need addressing in TVH.
>
I also have 2 new features that I am thinking of adding to Rating Labels:
1) Legacy compatibility - This will just concatenate the rating label to the end one of the title/short description/extended description fields. Even if the front end does not support rating labels, at least the user will be able to see it.
2) Country code - Add the rating country code to the HTSP/JSON feed so that Kodi (or any front end) can make use of it if needed.
As for other areas:
I made a list, I'll need to look at it again. I'd also like to look into the XMLTV feed for updated entries. Currently, a programme can only be 'updated' if the start/end match the existing version. If the start/end move, then it is considered to be a new programme and the link to any scheduled recordings is lost. If the XMLTV feed has a unique identifier, that could be stored in the EPG database and used for matching updates.