skin.arctic.horizon.2 icon indicating copy to clipboard operation
skin.arctic.horizon.2 copied to clipboard

PVR infoline customisation (same as for videos)

Open krzysztofwinnik opened this issue 2 years ago • 5 comments

Skin section

PVR and Live TV

Feature description

Since infoline for PVR / EPG items is different than for videos, the recent infoline customisation feature doesn’t affect it. My idea is to introduce two changes related to the PVR infoline:

  • the existing ‚genre’ radiobox should toggle displaying the first genre not only for videos, but also for PVR items (in EPG and OSD)
  • there should be an option to display channel name as the first item in infoline - same way as it was in AH1

Why is this feature needed? Please justify and explain.

This feature request is a follow-up to what has already been done in terms of infoline customisation. On top of that - introducing genre in infoline could help distinguish genres in epg (genres are currently visible only in some of many available views), whereas channel name could be beneficial especially in pvr osd - eg. when changing channel by clicking up/down (currently there is no info which channel is active in osd)

Screenshots and Additional Info

No response

Checklist

  • [X] I have searched the issues and this feature has not been requested.
  • [X] I am using the most recent skin version.

krzysztofwinnik avatar Jul 31 '22 17:07 krzysztofwinnik

I was thinking about this when I was adding in the genre option.

Two questions:

  1. Should the setting be global (i.e. affects both types) or should PVR have its own separate Genre setting?
  2. Should the PVR genre be from TMDbHelper (which is where movies/shows comes from) or should it be the PVR genre category?

In a way, I guess the answer to the second question will influence the first -- if both are coming from TMDbHelper then probably just one global setting is sufficient. However, if it is the PVR category then possibly should be its own setting.

jurialmunkey avatar Aug 01 '22 08:08 jurialmunkey

For example, here's a couple of screenshots -- the 1st genre is the TMDbHelper one and 2nd is the PVR one.

You can see both "The Wire" and "Storage Wars" are classified by my PVR as "Entertainment" which isn't really all that useful whereas the TMDbHelper genres are a bit more specific ("Crime" vs "Reality"). The downside is that the TMDbHelper matches on PVR can be a bit fuzzy at times.

image

image

Also, depending on PVR used the PVR genre is sometimes completely useless (e.g. one of my PVR sources classifies everything as "Other / Unknown" which is entirely useless).

image

jurialmunkey avatar Aug 01 '22 08:08 jurialmunkey

Yeah, you have touched an issue which is very much dependend on EPG quality. I'm pretty sure whatever option you decide to implement, sooner or later there will be users who would complement about it. Perhaps it should be solved the same way PVR artwork is handled? I mean with an option for genre lookup via TMDBhelper and EPG fallback?

Personally I would be most happy with EPG genre as a default choice with only first genre, since EPG genres usually have tree structure (for example see how genre mappig work in iptv simple client: https://github.com/kodi-pvr/pvr.iptvsimple#using-a-mapping-file-for-genres)

krzysztofwinnik avatar Aug 01 '22 08:08 krzysztofwinnik

One more thought... You say 'crime' is more specific to 'entertainment', but crime could be a movie, tv show or entertainment, while entertainment tag tells us exactly it is not a movie, nor a tv series. That is what I would expect from infloine genre and why I prefer EPG genres to TMDBhelper ones. Also, think about news, sport and local productions - they would all be very difficult to be handlend by TMDb.

krzysztofwinnik avatar Aug 01 '22 09:08 krzysztofwinnik

Well, "The Wire" is definitely a tv series... It's one of the highest rated tv series of all time (No. 6 on IMDb Top 250 tv).

But fair point about sports and news etc. - TMDb will definitely struggle with those so I agree PVR backend genres will probably be the overall better option.

jurialmunkey avatar Aug 01 '22 12:08 jurialmunkey