v16 EPG does not mark serial recordings / change genre? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167) +---- Forum: DVBViewer (https://forum.kodi.tv/forumdisplay.php?fid=219) +---- Thread: v16 EPG does not mark serial recordings / change genre? (/showthread.php?tid=277171) |
EPG does not mark serial recordings / change genre? - JF100 - 2016-05-27 Hi, I realizesd that in the EPG timeline view not all of the programmed recordings are flagged. I'm missing a marker on all TV-shows that are programmed via add timer>multiple recording (serial recording). Is there a way to change this so I could have a marker for them in the timelline view too? In my opinion it would be much better if the EPG timeline would flagg all recordings. This would bring even a better WAF to my family. One more question. Is there a simple way to change the EPG genre names shown within Kodi? Using Kisscon I get detailed EPG data from Clickfinder (my EPG distributor) and I push the data via Xepg to DVBViewer. Using Xtranslate it is possible to assign special genre text to a genre ID. As there are a lot of genres I'm not interested in I would like to use these genre IDs to transport more detailed genre information for films ore serials. I know that instead of the genre text only the genre IDs are transferred to DVBViewer recording service. And from the RS the IDs are transported to Kodi. So is there a file I could easily modify so that Kodi shows genre names that are different from the standard? Thanks. RE: EPG does not mark serial recordings / change genre? - manül - 2016-06-07 re #1: Series recording isn't integrated very well. It's on my todo task but I'm lacking time. re #2: Genres are split into type and subtype, converted by CEpg::ConvertGenreIdToString to a label id and localized (see https://github.com/xbmc/xbmc/blob/master/addons/resource.language.en_gb/resources/strings.po#L10274 ). But there's nothing like a local file to override them. RE: EPG does not mark serial recordings / change genre? - neild7744 - 2016-12-07 Id also love to see the series recording maker in the EPG timeline! This would be awesome! RE: EPG does not mark serial recordings / change genre? - JF100 - 2017-01-30 Hello manül, are there any plans when the serial markers could be realized? Serial markers would be very helpful! RE: EPG does not mark serial recordings / change genre? - manül - 2017-01-30 I re-read your initial post and I'm not sure I can do much about this. I'm already passing the weekdays to the timer struct. Maybe Kodi just doesn't support marking repeating timers? I never tried. What's your exact timer settings? EPG does not mark serial recordings / change genre? - ksooo - 2017-01-30 (2017-01-30, 13:38)manül Wrote: I re-read your initial post and I'm not sure I can do much about this. I'm already passing the weekdays to the timer struct. Maybe Kodi just doesn't support marking repeating timers? I never tried. @manül This will only work after you adapted the add-on implementation to the timer api changes introduced with Jarvis. Otherwise you will be stuck on Isengard, feature wise. RE: EPG does not mark serial recordings / change genre? - manül - 2017-01-30 (2017-01-30, 18:59)ksooo Wrote: @manül This will only work after you adapted the add-on implementation to the timer api changes introduced with Jarvis. Otherwise you will be stuck on Isengard, feature wise. Yeah, I know and I'm working on this. But as far as I understand the custom timers won't influence the data passed via TransferTimerEntry, so PVR_TIMER.iWeekdays will stay the same. And the DVBViewer RS backend doesn't add child timers for series recordings. Am I missing something? EPG does not mark serial recordings / change genre? - ksooo - 2017-01-30 (2017-01-30, 19:29)manül Wrote:(2017-01-30, 18:59)ksooo Wrote: @manül This will only work after you adapted the add-on implementation to the timer api changes introduced with Jarvis. Otherwise you will be stuck on Isengard, feature wise. Out of the blue, don't have the details at hand, yes, you are missing something. ;-) Setting iWeekDays is just not enough to get the icons requested here. It's a matter of defining proper timer types for epg based timer rules and to create and deliver the respective child timers to Kodi. RE: EPG does not mark serial recordings / change genre? - manül - 2017-01-30 (2017-01-30, 19:38)ksooo Wrote: Setting iWeekDays is just not enough to get the icons requested here. It's a matter of defining proper timer types for epg based timer rules and to create and deliver the respective child timers to Kodi. That's what I expected. And child timers won't suddenly appear. I would have to add fake timers myself, which means parsing all EPG entries and try to match them against all timers in order to replicate the RS timer logic. And probably never be 100% accurate. So @JF100 I think this won't happen. RE: EPG does not mark serial recordings / change genre? - manül - 2017-01-30 @JF100: One more thing. If you convert your timer to an "EPG search"-based timer, the backend will create timers for every positive hit and you'll see and also are able to cancel individual timers in the EPG guide. "EPG search"-based timers are only possible using the RS webinterface. RE: EPG does not mark serial recordings / change genre? - tehax - 2017-08-01 Will be in future any chance that kodi use only the pvr backend genre 1:1 without any change or match or anything else? I ask because i am not able to get coloured timeline epg. RE: EPG does not mark serial recordings / change genre? - manül - 2017-08-01 (2017-08-01, 21:04)tehax Wrote: Will be in future any chance that kodi use only the pvr backend genre 1:1 without any change or match or anything else?Both are using the same genre types. Your EPG might just have no genres. |