Solved GUIInfoManager is in bug NOW-NEXT
#1
In Kodi 15.0 “Isengard” (development builds)
https://github.com/xbmc/xbmc/blob/master...anager.cpp

Find some bug,All items who have next
LISTITEM_NEXT_GENRE
LISTITEM_NEXT_TITLE
LISTITEM_NEXT_DURATION
LISTITEM_NEXT_PLOT_OUTLINE
LISTITEM_NEXT_PLOT
LISTITEM_NEXT_ENDDATE
LISTITEM_NEXT_STARTDATE
LISTITEM_NEXT_ENDTIME
LISTITEM_NEXT_STARTTIME

Have this code
Code:
CEpgInfoTagPtr tag(item->GetPVRChannelInfoTag()->GetEPGNow());
need to correct in to
Code:
CEpgInfoTagPtr tag(item->GetPVRChannelInfoTag()->GetEPGNext());

see picture with bugs (same epg for now & next)
Image
ok version
Image
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
#2
See PR6792 so it should already be fixed in master.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not e-mail Team Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply

Logout Mark Read Team Forum Stats Members Help
GUIInfoManager is in bug NOW-NEXT0